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