xiaoding721
2024-10-15 729957ad05f832f6b2a1c635019aa5168082cb97
1
2
3
4
5
export enum DataMetalBaseShiftPattern {
  SixteenTimesFive = '16x5',
  TwelveTimesFive = '12x5',
  EightTimesFive = '8x5',
}