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