renhao
2023-09-12 84b69cf17a12522dc7cd3f186e7e2f38f0c11062
1
2
3
4
5
export enum DataMetalBaseShiftPattern {
  SixteenTimesFive = '16x5',
  TwelveTimesFive = '12x5',
  EightTimesFive = '8x5',
}