renhao
2023-10-10 31e07a3e6e75462a0acb34980aaa513269f33862
1
2
3
4
5
export enum DataMetalBaseShiftPattern {
  SixteenTimesFive = '16x5',
  TwelveTimesFive = '12x5',
  EightTimesFive = '8x5',
}