From d55ef610a530c2ab0a30d6ecdc1e7e4ab54cc896 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期五, 24 十月 2025 23:16:42 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/ZhiHuiQiCe/FangCangZhiNeng
---
新建文件夹/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_Tactics.cs | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_Tactics.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_Tactics.cs"
index 09fceb8..7aa2a00 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_Tactics.cs"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_Tactics.cs"
@@ -21,10 +21,16 @@
[SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
public int Id { get; set; }
+ /// <summary>
+ /// 绛栫暐鍚嶇О
+ /// </summary>
+ [SugarColumn(IsNullable = false, Length =50,ColumnDescription = "绛栫暐鍚嶇О")]
+ public string TacticeName { get; set; }
/// <summary>
/// 閫夋嫨绛栫暐
/// </summary>
+ [SugarColumn(IsNullable = false,ColumnDescription = "閫夋嫨绛栫暐")]
public int SelectTactice { get; set; }
}
@@ -49,7 +55,7 @@
/// <summary>
/// 鏁翠欢鍏堝嚭
/// </summary>
- [Description("鏁翠欢鍏堝嚭")]
- WholePieceComesFirst,
+ //[Description("鏁翠欢鍏堝嚭")]
+ //WholePieceComesFirst,
}
}
--
Gitblit v1.9.3