From cd7cb6808175f5c20a09ba85193fa48dfc14c91a Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期四, 27 三月 2025 14:20:01 +0800
Subject: [PATCH] 1.其他出库优化
---
entity/MesInvItemIns.cs | 23 +++++++++++++++++++++--
1 files changed, 21 insertions(+), 2 deletions(-)
diff --git a/entity/MesInvItemIns.cs b/entity/MesInvItemIns.cs
index e08d451..8585581 100644
--- a/entity/MesInvItemIns.cs
+++ b/entity/MesInvItemIns.cs
@@ -106,6 +106,7 @@
public DateTime? CheckDate { get; set; }
/// <summary>
+ /// 鍏ュ簱鍗曞搴旂殑鐢宠鍗曞彿锛堟病鏈夌敵璇锋祦绋嬬殑灏变负绌猴級
/// </summary>
[SugarColumn(ColumnName = "TASK_NO")]
public string? TaskNo { get; set; }
@@ -208,7 +209,7 @@
/// 榛樿鍊�: ((0))
/// </summary>
[SugarColumn(ColumnName = "URGENT_FLAG")]
- public byte? UrgentFlag { get; set; }
+ public string? UrgentFlag { get; set; }
/// <summary>
/// </summary>
@@ -258,7 +259,7 @@
public string? IqcReleaseNo { get; set; }
/// <summary>
- /// 鍒拌揣鍗曞彿/鍏跺畠鍏ュ簱鍗曞彿
+ /// 鍏ュ簱鍗曠殑鐩稿叧鍗曞彿锛堢敓浜х浉鍏冲瓨 鎸囦护鍗曞彿 -1锛岄噰璐浉鍏崇殑瀛樺埌璐у崟鍙凤級
/// </summary>
[SugarColumn(ColumnName = "CBILL_NO")]
public string? CbillNo { get; set; }
@@ -299,6 +300,24 @@
[SugarColumn(ColumnName = "SUPP_ID")]
public string? SuppId { get; set; }
+ /// <summary>
+ /// 鏀舵枡缁勭粐
+ /// </summary>
+ [SugarColumn(ColumnName = "ReceiveOrgId")]
+ public string? ReceiveOrgId { get; set; }
+
+ /// <summary>
+ /// 鍏ュ簱鍗曠殑鐩稿叧鍗曞彿锛堢敓浜х浉鍏冲瓨 鎸囦护鍗曞彿 -1锛岄噰璐浉鍏崇殑瀛樺埌璐у崟鍙凤級
+ /// </summary>
+ [SugarColumn(ColumnName = "work_no")]
+ public string? WorkNo { get; set; }
+
+ /// <summary>
+ /// 鍏ュ簱绫诲埆锛堜簨鍔$被鍨嬪悕绉帮級
+ /// </summary>
+ [SugarColumn(ColumnName = "in_type")]
+ public string? InType { get; set; }
+
//鍦ㄦ暟鎹簱鏌ヨ鏃跺拷鐣ヨ繖涓瓧娈�
[SugarColumn(IsIgnore = true)] public string? DepotName { get; set; }
--
Gitblit v1.9.3