From 9167264eeb081fdbb94d8a1d2f76f35a6ccdd5fe Mon Sep 17 00:00:00 2001 From: 王 垚 <1402714037@qq.com> Date: 星期三, 06 四月 2022 11:02:33 +0800 Subject: [PATCH] nothing --- WebAPI/Models/ClsQK_PackingBill.cs | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/WebAPI/Models/ClsQK_PackingBill.cs b/WebAPI/Models/ClsQK_PackingBill.cs new file mode 100644 index 0000000..2884ea9 --- /dev/null +++ b/WebAPI/Models/ClsQK_PackingBill.cs @@ -0,0 +1,29 @@ +锘縰sing System; +using System.Collections.Generic; +using System.Linq; +using System.Web; + +namespace WebAPI.Models +{ + public class ClsQK_PackingBill + { + public Int64 HMaterID; + public string HMaterNumber; + public string HMaterName; + public Int64 HUnitID; + public string HUnitName; + public Int64 HPlanQty; + public Int64 HMinQty; + public Int64 HTotalQty; + public Int64 HSpsQty; + public Int64 HCusID; + public string HCusName; + public Int64 HEmpID; + public string HEmpName; + public Int64 HDeptID; + public string HDeptName; + public string HPlanEndDate; + public Int64 HInterID; + public string HBillNo; + } +} \ No newline at end of file -- Gitblit v1.9.1