/** 锁库类型 */ export declare const MaterialInventoryLockType: { Factory: string; Warehouse: string; StorageLocation: string; LotNum: string; Material: string; OverdueMaterial: string; Custom: string; }; /** 特殊锁库类型对应字段 */ export declare const FormFieldNameMapped: { Factory: string; Warehouse: string; StorageLocation: string; LotNum: string; Material: string; }; /** 特殊锁库类型对应字段显示 */ export declare const FormFieldDisplayNameMapped: { Factory: string; Warehouse: string; StorageLocation: string; LotNum: string; Material: string; };