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