wupengfei
昨天 639f26323941b17902e1669778b2857465a8038a
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};