hongjli
2023-09-26 601aa18097a6cf0d0223244bd37436942b98a435
1
2
3
4
5
export enum DataMetalBaseShiftPattern {
  SixteenTimesFive = '16x5',
  TwelveTimesFive = '12x5',
  EightTimesFive = '8x5',
}