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