| | |
| | | [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; } |
| | | } |
| | | |
| | |
| | | /// <summary> |
| | | /// 鏁翠欢鍏堝嚭 |
| | | /// </summary> |
| | | [Description("鏁翠欢鍏堝嚭")] |
| | | WholePieceComesFirst, |
| | | //[Description("鏁翠欢鍏堝嚭")] |
| | | //WholePieceComesFirst, |
| | | } |
| | | } |