zhengyiming
8 天以前 d3b2c058378679b9b4048fc353706ab067b20202
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};