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