hongji.li
2023-11-01 8fe535effe8ad184a82e565c3c066a94a8525606
1
2
3
4
5
export enum DataMetalBaseShiftPattern {
  SixteenTimesFive = '16x5',
  TwelveTimesFive = '12x5',
  EightTimesFive = '8x5',
}