export type AttrUpdates = { apicode: string; /** 属性id */ key: string; value: { isUpdate: boolean; value: any; }; };