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