HStation.Dto.Xhs.Core/01-project/UpdateXhsProjectInput.cs
@@ -1,4 +1,6 @@ namespace Yw.Dto using HStation.Dto; namespace Yw.Dto { /// <summary> /// @@ -37,6 +39,11 @@ public long CreateUserID { get; set; } /// <summary> /// 排序码 /// </summary> public int SortCode { get; set; } /// <summary> /// 创建时间 /// </summary> public DateTime CreateTime { get; set; } @@ -47,6 +54,11 @@ public int Version { get; set; } /// <summary> /// 使用状态 /// </summary> public int UseStatus { get; set; } /// <summary> /// 项目地址(经度,维度) /// </summary> public string MapPosition { get; set; }