/** * Itemnumber * @cloud */ export interface ItemnumberProps { /** * 组件 fields 数据 */ fields: FieldsType; } export interface FieldsType { }