From 8f4c7b6cf07296ef5f76eb398f583ac2c3e9a1ee Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期三, 15 十二月 2021 13:38:18 +0800
Subject: [PATCH] 工序流转卡模块,保存单据时取消是否在会计期间判断控制,新增条码档案列表批删调用方法
---
WebAPI/Models/M_StationBillMail.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Models/M_StationBillMail.cs b/WebAPI/Models/M_StationBillMail.cs
index eab8a75..4772f14 100644
--- a/WebAPI/Models/M_StationBillMail.cs
+++ b/WebAPI/Models/M_StationBillMail.cs
@@ -14,5 +14,6 @@
public string HICMOBillNo { get; set; }
public int HEmpID { get; set; }
public int HProcID { get; set; }
+ public M_Department GetDepartment { get; set; }
}
}
\ No newline at end of file
--
Gitblit v1.9.1