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