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