From 2ab458954c670502814c08543ec43c2cf983eb73 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期六, 01 十一月 2025 14:55:52 +0800
Subject: [PATCH] 优化程序
---
代码管理/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrder.cs | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrder.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrder.cs"
index 6c9091f..df8dc93 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrder.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrder.cs"
@@ -12,7 +12,8 @@
[SugarTable("Dt_CabinOrder", "鍏ュ簱鍗曡〃")]
public class Dt_CabinOrder:BaseEntity
{
- [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
+ [SugarColumn(ColumnName = "Id", IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
+
public int Id { get; set; }
[SugarColumn(IsNullable =true,Length =50,ColumnDescription ="鍏ュ簱鍗曞彿")]
@@ -38,11 +39,6 @@
/// </summary>
[SugarColumn(ColumnName = "OdrderStatus",IsNullable = true,Length =50, ColumnDescription = "琛ㄥご鐘舵��")]
public string OdrderStatus { get; set; }
-
- //涓婃父瀹屾垚鐘舵�侊細鏈畬鎴愶紝閮ㄥ垎瀹屾垚锛屽凡瀹屾垚
- //[SugarColumn(ColumnName = "UpOrderStatus", IsNullable = true, Length = 50, ColumnDescription = "缁欎笂娓哥姸鎬�")]
- //public string UpOrderStatus { get; set; }
-
//涓嬮潰鏄惁闇�瑕佽繖浜涘瓧娈碉紵
//浼樺厛绾� priority
--
Gitblit v1.9.3