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