From 39d468b76e60c05ffcdf749f7ed1d3c443d542f8 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期四, 30 四月 2026 17:13:05 +0800
Subject: [PATCH] 一堆需要求新增及更改
---
项目代码/WCS/WCSServices/WIDESEAWCS_Model/Models/PackInfo/Dt_StationPackInfo.cs | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServices/WIDESEAWCS_Model/Models/PackInfo/Dt_StationPackInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServices/WIDESEAWCS_Model/Models/PackInfo/Dt_StationPackInfo.cs"
index ea0f089..81976f4 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServices/WIDESEAWCS_Model/Models/PackInfo/Dt_StationPackInfo.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServices/WIDESEAWCS_Model/Models/PackInfo/Dt_StationPackInfo.cs"
@@ -16,7 +16,7 @@
/// 涓婚敭
/// </summary>
[SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
- public int id { get; set; }
+ public int Id { get; set; }
/// <summary>
/// 绔欏彴缂栧彿
@@ -78,9 +78,27 @@
public int ExecutingNum { get; set; }
/// <summary>
+ /// 鎺掑簭
+ /// </summary>
+ [SugarColumn(IsNullable = true, ColumnDescription = "鎺掑簭")]
+ public int OrderIndex { get; set; }
+
+ /// <summary>
/// 鐮佸灈宸插畬鎴愭暟閲�
/// </summary>
[SugarColumn(IsNullable = false, ColumnDescription = "鐮佸灈宸插畬鎴愭暟閲�")]
public int OverNum { get; set; }
+
+ /// <summary>
+ /// 楂樺害
+ /// </summary>
+ [SugarColumn(IsNullable = false, ColumnDescription = "楂樺害")]
+ public int HeightNum { get; set; }
+
+ /// <summary>
+ /// 鏄庣粏
+ /// </summary>
+ [Navigate(NavigateType.OneToMany, nameof(Dt_StationPackDetail.StationPackId), nameof(Id))]
+ public List<Dt_StationPackDetail> stationPackDetails { get; set; }
}
}
--
Gitblit v1.9.3