This commit is contained in:
qianhao.xu
2024-09-23 13:25:25 +08:00
parent e970123827
commit d4fd12fd96
2 changed files with 311 additions and 301 deletions

View File

@@ -52,6 +52,7 @@ namespace DOAN.Service.PBL
/// <returns></returns>
public Inventorylog AddInventorylog(Inventorylog model)
{
model.Id = XUEHUA;
return Insertable(model).ExecuteReturnEntity();
}