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