From 0db2988e21af31a1f2c574f192b129806703dcf5 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期一, 20 十月 2025 08:31:59 +0800
Subject: [PATCH] 增加生产资源分页,优化客户物料对应表、采购价格、业务员、税率接口
---
WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs b/WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs
index bfa0c45..cccfa28 100644
--- a/WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs
+++ b/WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs
@@ -14,9 +14,13 @@
public int HPosition_x {set; get;}
public int HPosition_y {set; get;}
public string HCheckProc {set; get;}
- public short HPageIndex {set; get;}
+ public string HPageIndex {set; get;}
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