From f96e978aced4a28fca0382b14bea1a3a5950627e Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期五, 23 一月 2026 09:07:28 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API
---
Model/基础资料/基础资料/ClsGy_UnitConvertRate_Model.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git "a/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_UnitConvertRate_Model.cs" "b/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_UnitConvertRate_Model.cs"
index 668cb8d..874479a 100644
--- "a/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_UnitConvertRate_Model.cs"
+++ "b/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_UnitConvertRate_Model.cs"
@@ -14,5 +14,6 @@
public double HCONVERTNUMERATOR; // dec(23, 10) --分子
public double HCONVERTDENOMINATOR; // dec(23, 10) --分母
public string HFORBIDSTATUS; // varchar(10) --状态
+ public string HMaterNumber; //物料代码
}
}
--
Gitblit v1.9.1