From 0618fadff0d2e95716db801ef0c7a96ff9e1f20e Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期六, 22 六月 2024 21:52:00 +0800 Subject: [PATCH] 优化项目管理界面增删改 --- HStation.Dto.Xhs.Core/01-project/AddXhsProjectInput.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/HStation.Dto.Xhs.Core/01-project/AddXhsProjectInput.cs b/HStation.Dto.Xhs.Core/01-project/AddXhsProjectInput.cs index db3e6af..e64255e 100644 --- a/HStation.Dto.Xhs.Core/01-project/AddXhsProjectInput.cs +++ b/HStation.Dto.Xhs.Core/01-project/AddXhsProjectInput.cs @@ -46,6 +46,11 @@ public string MapPosition { get; set; } /// <summary> + /// 鎺掑簭鐮� + /// </summary> + public int SortCode { get; set; } + + /// <summary> /// 椤圭洰璇︾粏鍦板潃 /// </summary> public string Address { get; set; } -- Gitblit v1.9.3