From be0856c1bf533ed6001ff786908ae98e4b853eb5 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期四, 09 一月 2025 10:09:02 +0800 Subject: [PATCH] 1 --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_PalletTypeInfo.cs | 38 ++++++++++++++++++++++++++++---------- 1 files changed, 28 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..5e15a8c 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,63 +9,81 @@ 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 CodeStartStr { 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; } + + /// <summary> + /// 鍗犵敤璐т綅鏁� + /// </summary> + [SugarColumn(IsNullable = false, ColumnDescription = "鍗犵敤璐т綅鏁�")] + public int LocaitonCount { get; set; } + + /// <summary> + /// 澶ф墭鐩樻槸鍚︽斁濂囨暟鍒� + /// </summary> + [SugarColumn(IsNullable = false, ColumnDescription = "澶ф墭鐩樻槸鍚︽斁濂囨暟鍒�")] + public bool IsOdd { get; set; } } } -- Gitblit v1.9.3