zhengyiming
昨天 23bfd958545ab5548d561ef6db1eafafe03e4e05
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};