From 027401bbe3ab0a557079228c7dd743295ee11e04 Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期三, 16 七月 2025 09:28:44 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs b/WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs index bfa0c45..b401cba 100644 --- a/WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs +++ b/WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs @@ -18,5 +18,9 @@ public string HBadReason {set; get;} public string HMaker {set; get;} public DateTime HMakeDate { set; get; } + public string HModifyMan { set; get; } + public DateTime? HModifyDate { set; get; } + public string HCheckMan { set; get; } + public DateTime? HCheckDate { set; get; } } } \ No newline at end of file -- Gitblit v1.9.1