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