From 09fe5888ba0ebf683efaeceaa3ff2393d0add972 Mon Sep 17 00:00:00 2001 From: wtt <1985833171@qq.com> Date: 星期四, 08 五月 2025 09:39:49 +0800 Subject: [PATCH] 三升添加准备 --- WebAPI/Models/Gy_Mould.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/WebAPI/Models/Gy_Mould.cs b/WebAPI/Models/Gy_Mould.cs index 6780391..19af9ca 100644 --- a/WebAPI/Models/Gy_Mould.cs +++ b/WebAPI/Models/Gy_Mould.cs @@ -65,6 +65,13 @@ 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 int HCREATEORGID { get; set; } + public int HUSEORGID { get; set; } + + public double HInitLife { get; set; } + public string HMouldUseStatus { get; set; } } } \ No newline at end of file -- Gitblit v1.9.1