hongji.li
2023-09-27 485f50250d12f31bed90e48bfdc737c8b34386f6
1
2
3
4
5
export enum DataMetalBaseShiftPattern {
  SixteenTimesFive = '16x5',
  TwelveTimesFive = '12x5',
  EightTimesFive = '8x5',
}