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