xiaoding721
2024-08-21 641cca4f8f96002f98eb8e099867864deb282f98
1
2
3
4
5
export enum DataMetalBaseShiftPattern {
  SixteenTimesFive = '16x5',
  TwelveTimesFive = '12x5',
  EightTimesFive = '8x5',
}