From 25f7e2fa7c72c6353dc6064e347eff7a02235427 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 11 九月 2024 11:46:05 +0800 Subject: [PATCH] 增加阀门管理界面 --- Dto/HStation.Dto.Assets.Core/01-ValveManage/03-ValveMain/AddValveMainInput.cs | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/Dto/HStation.Dto.Assets.Core/01-ValveManage/03-ValveMain/AddValveMainInput.cs b/Dto/HStation.Dto.Assets.Core/01-ValveManage/03-ValveMain/AddValveMainInput.cs index fa9ba22..db119b1 100644 --- a/Dto/HStation.Dto.Assets.Core/01-ValveManage/03-ValveMain/AddValveMainInput.cs +++ b/Dto/HStation.Dto.Assets.Core/01-ValveManage/03-ValveMain/AddValveMainInput.cs @@ -3,9 +3,29 @@ public class AddValveMainInput { /// <summary> + /// 绯诲垪ID + /// </summary> + public long SeriesID { get; set; } + + /// <summary> /// 鍙e緞 /// </summary> public string Caliber { get; set; } + + /// <summary> + /// 鍚嶇О + /// </summary> + public string Name { get; set; } + + /// <summary> + /// 鍒涘缓浜� + /// </summary> + public string CreateName { get; set; } + + /// <summary> + /// 鍒涘缓鏃堕棿 + /// </summary> + public string CreateTime { get; set; } /// <summary> /// 鏉愭枡 @@ -23,6 +43,11 @@ public string? Description { get; set; } /// <summary> + /// 绫诲瀷 + /// </summary> + public string Type { get; set; } + + /// <summary> /// 鎺掑簭鐮� /// </summary> public int SortCode { get; set; } -- Gitblit v1.9.3