From f4c3f82a3bd142bc555ec7f632dabc66ef86f5af Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期二, 19 八月 2025 16:51:45 +0800
Subject: [PATCH] 11
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/GZ_ZC/Dt_WheelsStock.cs | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/GZ_ZC/Dt_WheelsStock.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/GZ_ZC/Dt_WheelsStock.cs"
index 190adec..66363eb 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/GZ_ZC/Dt_WheelsStock.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/GZ_ZC/Dt_WheelsStock.cs"
@@ -212,5 +212,22 @@
[SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "杞紭")]
public string Wheels_LYH { get; set; }
+
+ /// <summary>
+ /// 瀛樻湡鐘舵�� 锛�0琛ㄧず姝e父 1琛ㄧず瓒呮湡锛�
+ /// </summary>
+ [ImporterHeader(Name = "瀛樻湡鐘舵��")]
+ [ExporterHeader(DisplayName = "瀛樻湡鐘舵��")]
+ [SugarColumn(IsNullable = false, ColumnDescription = "瀛樻湡鐘舵��")]
+ public int Wheels_Statue { get; set; }
+
+ /// <summary>
+ /// 褰撳墠搴撳瓨澶╂暟
+ /// </summary>
+ [ImporterHeader(Name = "褰撳墠搴撳瓨澶╂暟")]
+ [ExporterHeader(DisplayName = "褰撳墠搴撳瓨澶╂暟")]
+ [SugarColumn(IsNullable = false, ColumnDescription = "褰撳墠搴撳瓨澶╂暟")]
+ public int Wheels_DateDet { get; set; } = 0;
+
}
}
--
Gitblit v1.9.3