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