仓库-毛坯仓库记录功能完成
This commit is contained in:
@@ -20,8 +20,8 @@ namespace ZR.Service.mes.wms.IService
|
||||
|
||||
int UpdateWmBlankRecord(WmBlankRecord parm);
|
||||
|
||||
int AddInventory(string id, string fk_blank_inventory_id, int change_quantity,string username);
|
||||
int DeleteInventory(string id, string fk_blank_inventory_id, int change_quantity, string username);
|
||||
int AddInventory(string fkBlankInventoryId, string blankNum, int changeQuantity, string username, string remark);
|
||||
int DeleteInventory(string fkBlankInventoryId, string blankNum, int changeQuantity, string username, string remark);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user