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