仓库-毛坯仓库记录功能完成

This commit is contained in:
2024-05-14 18:07:10 +08:00
parent 1f8d860379
commit 522cba1fbd
5 changed files with 141 additions and 57 deletions

View File

@@ -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);
}
}