From f2e63446167a0a0b58e99bceb433d581b1531115 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期五, 27 二月 2026 10:01:55 +0800
Subject: [PATCH] wip导入,费用单导入,增加下拉框年月,不良原因列表增加字段物料分类
---
Model/基础资料/基础资料/ClsGy_BadReason_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_BadReason_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_BadReason_Model.cs"
index 2b083da..fbcdfed 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_BadReason_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_BadReason_Model.cs"
@@ -11,6 +11,7 @@
public string HDeptNumber;
public Int64 HProcID;
public Int64 HBadTypeID;
+ public Int64 HMaterTypeID;
public string HBarCode;
}
}
--
Gitblit v1.9.1