yanweiyuan3
2023-09-22 bfb4ac537004c7669338c86f59e909b1b79aea10
1
2
3
4
5
export enum DataMetalBaseShiftPattern {
  SixteenTimesFive = '16x5',
  TwelveTimesFive = '12x5',
  EightTimesFive = '8x5',
}