xiaoding721
2024-11-11 758fc181b53ce176600cf53586f753d73a827a92
1
2
3
4
5
export enum DataMetalBaseShiftPattern {
  SixteenTimesFive = '16x5',
  TwelveTimesFive = '12x5',
  EightTimesFive = '8x5',
}