From 599dfa47db0c71a5e5b6284504535dde6042e022 Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期二, 26 十二月 2023 17:16:06 +0800 Subject: [PATCH] 不良类型 基础资料 完善 常规功能按钮; 禁用 反禁用 审核 反审核 列设置 按钮设置 导出EXCEL 打印列表 自定义过滤功能; --- WebAPI/Models/Gy_Mould.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/WebAPI/Models/Gy_Mould.cs b/WebAPI/Models/Gy_Mould.cs index 33e5ad1..34ebf45 100644 --- a/WebAPI/Models/Gy_Mould.cs +++ b/WebAPI/Models/Gy_Mould.cs @@ -53,6 +53,7 @@ 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; } @@ -60,6 +61,9 @@ 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