From 6d7f0a22efbe8b82b6eddb06832c001298b05cbe Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期三, 30 十一月 2022 12:41:04 +0800
Subject: [PATCH] 增加了生产补料校验 销售出库校验解析条码功能
---
Model/基础资料/基础资料/ClsGy_Unit_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_Unit_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_Unit_Model.cs"
index 3d5cd91..ca71b4e 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_Unit_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_Unit_Model.cs"
@@ -10,5 +10,6 @@
public Single HRate;// '换算比例
public bool HStandard;// '默认
public string HBarCode;
+ public int HUSEORGID;
}
}
--
Gitblit v1.9.1