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