From 2616cfb94e4cf33b3598fa595de76aa01d25993b Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期六, 02 三月 2024 13:23:26 +0800
Subject: [PATCH] 自动关闭的 销售订单, 不能 手工反关闭(反关闭时,需要判定 关闭类型 );

---
 Model/质检管理/ClsQC_PatrolProcCheckBillMain.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git "a/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_PatrolProcCheckBillMain.cs" "b/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_PatrolProcCheckBillMain.cs"
index 0832216..1b73614 100644
--- "a/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_PatrolProcCheckBillMain.cs"
+++ "b/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_PatrolProcCheckBillMain.cs"
@@ -19,6 +19,7 @@
         public Int64 HMaterID;
         public Int64 HFirstCheckEmp;
         public Int64 HMainProcID;
+        public Int64 HLastResult;
 
     }
 }

--
Gitblit v1.9.1