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