From 0f0b7ba9b77c55db4e13b10fd5de3a01183fb356 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期一, 13 四月 2026 08:40:37 +0800
Subject: [PATCH] PLS接口开发
---
项目代码/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_MaterielInfo.cs | 31 ++++++++++++++++++++++---------
1 files changed, 22 insertions(+), 9 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_MaterielInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_MaterielInfo.cs"
index c49e419..5c87ac8 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_MaterielInfo.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_MaterielInfo.cs"
@@ -26,7 +26,7 @@
/// <summary>
/// 浠撳簱缂栧彿
/// </summary>
- [SugarColumn(IsNullable = false, ColumnDescription = "浠撳簱缂栧彿")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "浠撳簱缂栧彿")]
public int WarehouseId { get; set; }
/// <summary>
@@ -38,13 +38,13 @@
/// <summary>
/// 鐗╂枡鍚嶇О
/// </summary>
- [SugarColumn(IsNullable = false, Length = 200, ColumnDescription = "鐗╂枡鍚嶇О")]
+ [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "鐗╂枡鍚嶇О")]
public string MaterielName { get; set; }
/// <summary>
/// 鐗╂枡瑙勬牸
/// </summary>
- [SugarColumn(IsNullable = false, Length = 200, ColumnDescription = "鐗╂枡瑙勬牸")]
+ [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "鐗╂枡瑙勬牸")]
public string MaterielSpec { get; set; }
/// <summary>
@@ -56,7 +56,7 @@
/// <summary>
/// 鍩烘湰鍗曚綅(buyUnitId/StockUnitId)
/// </summary>
- [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍩烘湰鍗曚綅(buyUnitId/StockUnitId)")]
+ [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鍩烘湰鍗曚綅(buyUnitId/StockUnitId)")]
public string MaterielUnit { get; set; }
/// <summary>
@@ -96,21 +96,21 @@
public string MaterielModel { get; set; }
/// <summary>
- /// 鐗╂枡鐘舵��(0:绂佺敤銆�1:鍙敤)
+ ///鏈夋晥鏍囪瘑(0:鏈夋晥銆�1:鏃犳晥)
/// </summary>
- [SugarColumn(IsNullable = false, ColumnDescription = "鐗╂枡鐘舵��(0:绂佺敤銆�1:鍙敤)")]
+ [SugarColumn(IsNullable = false, ColumnDescription = "鏈夋晥鏍囪瘑(0:鏈夋晥銆�1:鏃犳晥)")]
public EnableEnum MaterielState { get; set; }
/// <summary>
- /// 搴撳瓨缁勭粐(榛樿:娣畨鐗瑰垱浜屽巶)
+ /// 渚涙柟缂栫爜
/// </summary>
- [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "搴撳瓨缁勭粐")]
+ [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "渚涙柟缂栫爜")]
public string MaterielInvOrgId { get; set; }
/// <summary>
/// 鏄惁闇�瑕佽川妫�
/// </summary>
- [SugarColumn(IsNullable = false, ColumnDescription = "鏄惁闇�瑕佽川妫�")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "鏄惁闇�瑕佽川妫�")]
public WhetherEnum IsCheck { get; set; }
/// <summary>
@@ -118,5 +118,18 @@
/// </summary>
[SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "澶囨敞")]
public string Remark { get; set; }
+
+ /// <summary>
+ /// 闇�姹傜粍缁囩紪鐮�
+ /// </summary>
+ [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "闇�姹傜粍缁囩紪鐮�")]
+ public long OrgId { get; set; }
+
+ /// <summary>
+ /// 鍖呰鏁�
+ /// </summary>
+ [SugarColumn(IsNullable = true, ColumnDescription = "鍖呰鏁�")]
+ public decimal PackageQty { get; set; }
+
}
}
--
Gitblit v1.9.3