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