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