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