From 268f0f4da65c5bdedeca2b9fe35c9065b6c1b7b7 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 11 三月 2024 23:04:39 +0800
Subject: [PATCH] 销售调价单
---
DBUtility/基础资料/ClsGy_Base_Model.cs | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git "a/DBUtility/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_Base_Model.cs" "b/DBUtility/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_Base_Model.cs"
index dc2455c..2003402 100644
--- "a/DBUtility/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_Base_Model.cs"
+++ "b/DBUtility/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_Base_Model.cs"
@@ -14,7 +14,7 @@
public bool HEndFlag;
public bool HStopflag;
public string HRemark;
- public long HLevel;
+ public long HLevel;
public long HParentID=0;
public string HModel;
public long HUnitID;
@@ -32,5 +32,15 @@
public string HStopTime; // datetime //禁用日期
public Int64 HUSEORGID; // int //使用组织(Xt_ORGANIZATIONS)
public Int64 HCREATEORGID; // int //创建组织(Xt_ORGANIZATIONS)
+
+ public long HInterID;
+ public string HModClass;
+ public string HKey;
+ public string HCaption;
+ public string HValue;
+ public bool HReadonly;
+ public string HExplanation;
+ public string HFarmat;
+
}
}
--
Gitblit v1.9.1