From 38f56070dcdc172b96dff381697da200e5dc3f86 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期四, 26 九月 2024 20:57:42 +0800 Subject: [PATCH] 发货通知单:分页 --- WebAPI/Models/Gy_Mould.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/WebAPI/Models/Gy_Mould.cs b/WebAPI/Models/Gy_Mould.cs index 6780391..fdca95b 100644 --- a/WebAPI/Models/Gy_Mould.cs +++ b/WebAPI/Models/Gy_Mould.cs @@ -65,6 +65,10 @@ public int HNowSupID { get; set; } public int HNowSupTypeID { get; set; } public int HMadeSupID { get; set; } + public int HNowWHID { get; set; } + public int HNowSPID { get; set; } + + public double HInitLife { get; set; } } } \ No newline at end of file -- Gitblit v1.9.1