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