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