From 804800bcefc56a4335ac76bfc41d0e644637a982 Mon Sep 17 00:00:00 2001 From: cwjbxqmz <1134865194@qq.com> Date: 星期三, 01 十一月 2023 11:12:57 +0800 Subject: [PATCH] PDA新增条码查询模块;单据维护网格 增加 列次序可调整功能,列点击可排序功能 ; --- WebAPI/Models/Gy_Mould.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/WebAPI/Models/Gy_Mould.cs b/WebAPI/Models/Gy_Mould.cs index 357dc0e..34ebf45 100644 --- a/WebAPI/Models/Gy_Mould.cs +++ b/WebAPI/Models/Gy_Mould.cs @@ -53,11 +53,17 @@ public string HNumber { get; set; } public string HInnerBillNo { get; set; } public long HLifeUnitID { get; set; } + public int HCaveQty { get; set; } public long HBOMID { get; set; } public string HSaveLife { get; set; } public long HPrintQty { get; set; } public string HMouldOWNER { get; set; } + public int HMouldMaintainRuleInterID { get; set; } + public int HMouldDotCheckRuleInterID { get; set; } + public int HNowSupID { get; set; } + public int HNowSupTypeID { get; set; } + public int HMadeSupID { get; set; } } } \ No newline at end of file -- Gitblit v1.9.1