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