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