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