From a23f4d86c588a3fa0bc23e5252bc1ddd1f5a1787 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期三, 08 一月 2025 23:19:36 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_PalletTypeInfo.cs | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_PalletTypeInfo.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_PalletTypeInfo.cs" index 4eecf5a..255eacd 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_PalletTypeInfo.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_PalletTypeInfo.cs" @@ -9,61 +9,61 @@ namespace WIDESEA_Model.Models { /// <summary> - /// + /// 鎵樼洏绫诲瀷 /// </summary> [SugarTable(nameof(Dt_PalletTypeInfo), "鎵樼洏绫诲瀷")] public class Dt_PalletTypeInfo : BaseEntity { /// <summary> - /// + /// 涓婚敭 /// </summary> [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")] public int Id { get; set; } /// <summary> - /// + /// 鎵樼洏绫诲瀷 /// </summary> [SugarColumn(IsNullable = false, ColumnDescription = "鎵樼洏绫诲瀷")] public int PalletType { get; set; } /// <summary> - /// + /// 鎵樼洏绫诲瀷鍚嶇О /// </summary> [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鎵樼洏绫诲瀷鍚嶇О")] public string TypeName { get; set; } /// <summary> - /// + /// 闀垮害 /// </summary> [SugarColumn(IsNullable = false, ColumnDescription = "闀垮害")] public int Length { get; set; } /// <summary> - /// + /// 瀹藉害 /// </summary> [SugarColumn(IsNullable = false, ColumnDescription = "瀹藉害")] public int Width { get; set; } /// <summary> - /// + /// 楂樺害 /// </summary> [SugarColumn(IsNullable = false, ColumnDescription = "楂樺害")] public int Height { get; set; } /// <summary> - /// + /// 鐘舵�� /// </summary> [SugarColumn(IsNullable = false, ColumnDescription = "鐘舵��")] public int Enbale { get; set; } /// <summary> - /// + /// 浠撳簱缂栧彿 /// </summary> [SugarColumn(IsNullable = false, ColumnDescription = "浠撳簱缂栧彿")] public int WarehouseId { get; set; } /// <summary> - /// + /// 鎵�灞炲眰 /// </summary> [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鎵�灞炲眰")] public string SortNum { get; set; } -- Gitblit v1.9.3