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