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