From 84624f49b2c71a10cb36ddf0f90d4f7825a97665 Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期二, 16 一月 2024 12:22:24 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- WebAPI/Models/StationBill.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/WebAPI/Models/StationBill.cs b/WebAPI/Models/StationBill.cs index 1e80503..b75c16a 100644 --- a/WebAPI/Models/StationBill.cs +++ b/WebAPI/Models/StationBill.cs @@ -14,6 +14,7 @@ public string HInnerBillNo { get; set; } public string HICMOBillNo { get; set; } public long HICMOInterID { get; set; } + public long HICMOEntryID { get; set; } public long HProcExchInterID { get; set; } public long HProcExchEntryID { get; set; } public string HProcExchBillNo { get; set; } @@ -74,5 +75,7 @@ public long HMainInterID { get; set; } public long HPRDOrgID { get; set; } public double HmaterOutqty { get; set; } + public double HProcPriceRate { get; set; } + public int HTemporaryAreaID { get; set; } } } \ No newline at end of file -- Gitblit v1.9.1