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