lazhen
2024-09-29 d41977e710f5aefa9e7ec773ba68742794360c3e
1
2
3
4
5
export enum DataMetalBaseShiftPattern {
  SixteenTimesFive = '16x5',
  TwelveTimesFive = '12x5',
  EightTimesFive = '8x5',
}