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