zhengyiming
2 天以前 78a9387cb4adcc585c81804d49f9161692d8904f
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};