From 612f93dba4a45edea9d0300a1977e66fe7ce355f Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期五, 26 八月 2022 16:41:15 +0800
Subject: [PATCH] WEBAPI采购入库上传方法增加递入组织、制单人
---
Model/计划管理/ClsGy_RoutingBillMain.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git "a/Model/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_RoutingBillMain.cs" "b/Model/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_RoutingBillMain.cs"
index 27fa12f..0b0faa8 100644
--- "a/Model/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_RoutingBillMain.cs"
+++ "b/Model/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_RoutingBillMain.cs"
@@ -29,6 +29,11 @@
public double HDelSourceRate;// money //减资源减量 --addnew
public bool HUseFlag;
+ public string HPicNumVer;//
+ public string HPicNumAssemble;//
+ public string HMaterTexture;//
+ public string HProductNum;//
+ public string HVerNum;//
}
}
--
Gitblit v1.9.1