From 1c3c6a93bf2bb3af1aa13258640be333eef1e1c7 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期四, 09 一月 2025 09:53:19 +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 | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 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 255eacd..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" @@ -27,6 +27,12 @@ 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 = "鎵樼洏绫诲瀷鍚嶇О")] @@ -67,5 +73,17 @@ /// </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