From 16f4c8f143a9db8b519ed849e059a3aaf2d3c527 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期二, 15 八月 2023 13:59:11 +0800
Subject: [PATCH] 瑞琪 条码生成 优化 日计划平台优化
---
Model/仓库管理/条码管理/ClsGy_BarCodeEdit_Model.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git "a/Model/\344\273\223\345\272\223\347\256\241\347\220\206/\346\235\241\347\240\201\347\256\241\347\220\206/ClsGy_BarCodeEdit_Model.cs" "b/Model/\344\273\223\345\272\223\347\256\241\347\220\206/\346\235\241\347\240\201\347\256\241\347\220\206/ClsGy_BarCodeEdit_Model.cs"
index 6a94241..814a594 100644
--- "a/Model/\344\273\223\345\272\223\347\256\241\347\220\206/\346\235\241\347\240\201\347\256\241\347\220\206/ClsGy_BarCodeEdit_Model.cs"
+++ "b/Model/\344\273\223\345\272\223\347\256\241\347\220\206/\346\235\241\347\240\201\347\256\241\347\220\206/ClsGy_BarCodeEdit_Model.cs"
@@ -45,5 +45,7 @@
public DateTime HBarCodeDate;
public string HInnerBillNo;
public double HMZ;
+
+ public double HSplitNum; //拆码数量
}
}
--
Gitblit v1.9.1