From 3df114e408bf13f3e804106ba9c0c6b97c84763f Mon Sep 17 00:00:00 2001 From: wtt <1985833171@qq.com> Date: 星期五, 21 三月 2025 10:45:08 +0800 Subject: [PATCH] 采购调价单和要料计划项目费用审核工艺路线修改 --- WebAPI/Models/ClsGy_DotCheck.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/WebAPI/Models/ClsGy_DotCheck.cs b/WebAPI/Models/ClsGy_DotCheck.cs index 280788c..9057691 100644 --- a/WebAPI/Models/ClsGy_DotCheck.cs +++ b/WebAPI/Models/ClsGy_DotCheck.cs @@ -14,9 +14,13 @@ public string HShortNumber; //鐭唬鐮� public int HParentID; //鐖剁骇 public int HLevel; //绛夌骇 + public int HCREATEORGID; + public int HUSEORGID; public bool HEndFlag; //鏈骇鏍囧織 public bool HStopflag; //绂佺敤鏍囧織 public string HRemark; //澶囨敞 + public string HMakeEmp; + public string HDotCheckType; public string HUseFlag = "鏈娇鐢�"; public Int64 HDotCheckItemClassID; //鐐规椤圭洰鍒嗙被 -- Gitblit v1.9.1