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