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