From c9577e18d12153e6d9314190b5c52add502f0938 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期一, 17 六月 2024 13:43:07 +0800
Subject: [PATCH] 1.点检项目 增加 分类 树形 2.不良采集需要增加不良数量录入功能。 3.停工单进行下拉选择,必填项

---
 WebAPI/Models/Customer.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Models/Customer.cs b/WebAPI/Models/Customer.cs
index 5516a7a..50af899 100644
--- a/WebAPI/Models/Customer.cs
+++ b/WebAPI/Models/Customer.cs
@@ -96,7 +96,7 @@
 
         public long HUSEORGID { get; set; }
 
-
+        public string HMateOutEmp { get; set; }//棰嗙敤浜�
 
 
     }

--
Gitblit v1.9.1