From 5c9033488d025bdf554e2e33b2a8030d3743faeb Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期一, 12 一月 2026 10:05:49 +0800
Subject: [PATCH] 添加 模具维修检验单 派工单 APP 获取单据缓存接口 添加 APP 根据器具条码查找器具档案信息 应用程序接口
---
WebAPI/Models/HSouceOrderList.cs | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Models/HSouceOrderList.cs b/WebAPI/Models/HSouceOrderList.cs
index b754af8..9c2f1d1 100644
--- a/WebAPI/Models/HSouceOrderList.cs
+++ b/WebAPI/Models/HSouceOrderList.cs
@@ -88,5 +88,11 @@
public double HEXPPERIOD { get; set; } //鏈夋晥鏈熷��
public string HEXPUNIT { get; set; } //鏈夋晥鏈熷崟浣�(鏃ャ�佹湀銆佸勾)
+
+ public bool HReInspectionFlag { get; set; } //澶嶆鍚敤鏍囪
+ public string HInspectionDate { get; set; } //鐢熸垚鏃ユ湡
+ public int HInspectionCycle { get; set; } //澶嶆鍛ㄦ湡
+ public string HReInspectionDate { get; set; }//澶嶆鏃ユ湡
+ public string HPOOrderBillMTO { get; set; }//閲囪喘璺熻釜鍙�
}
}
\ No newline at end of file
--
Gitblit v1.9.1