hongjli
2023-10-07 02cadbc0d5ed5d21317b59825225389c04fe9b88
1
2
3
4
5
export enum DataMetalBaseShiftPattern {
  SixteenTimesFive = '16x5',
  TwelveTimesFive = '12x5',
  EightTimesFive = '8x5',
}