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