hongji.li
2023-10-26 849cef9b538cf95d09bf4203fe152b36ff766149
1
2
3
4
5
export enum DataMetalBaseShiftPattern {
  SixteenTimesFive = '16x5',
  TwelveTimesFive = '12x5',
  EightTimesFive = '8x5',
}