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