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