From 7a9b28ca5564387e9fe26a0bd4aab3967b1e10f4 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 16 八月 2023 15:51:23 +0800
Subject: [PATCH] 业绩指标单:列表查询数据顺序变更
---
WebAPI/Models/ClsGy_Material_Model.cs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Models/ClsGy_Material_Model.cs b/WebAPI/Models/ClsGy_Material_Model.cs
index 75ab2b1..7271bc3 100644
--- a/WebAPI/Models/ClsGy_Material_Model.cs
+++ b/WebAPI/Models/ClsGy_Material_Model.cs
@@ -43,6 +43,10 @@
public int HERPItemID;
public int HCREATEORGID;
public int HBatchManager;
+ public string HOldMaterNumber;
+ public double HWidth; //骞呭
+ public double HWeight; //鍏嬮噸
+ public string HColorRemark; //鏌撹壊瑕佹眰
public int HSALEUNITID; //閿�鍞閲忓崟浣�(gy_unit)
public int HSALEPRICEUNITID; //閿�鍞浠疯閲忓崟浣�(gy_unit)
--
Gitblit v1.9.1