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