zhengyiming
昨天 a31b80263ccb6353b5cb84d926bfb29076f46d99
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};