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