From f1deb7b024e17cba204de5fcb0dac15801436b90 Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期一, 28 七月 2025 20:56:41 +0800
Subject: [PATCH] 多组织修改
---
MES.Service/Modes/MesRohInData.cs | 31 +++++++++++++++++++++++--------
1 files changed, 23 insertions(+), 8 deletions(-)
diff --git a/MES.Service/Modes/MesRohInData.cs b/MES.Service/Modes/MesRohInData.cs
index da6d2ac..5dddcd9 100644
--- a/MES.Service/Modes/MesRohInData.cs
+++ b/MES.Service/Modes/MesRohInData.cs
@@ -35,14 +35,12 @@
/// <summary>
/// 鐗╂枡鍚嶇О
/// </summary>
- // [SugarColumn(ColumnName = "ITEM_NAME")]
[SugarColumn(IsIgnore = true)]
public string? ItemName { get; set; }
/// <summary>
/// 鐗╂枡瑙勬牸
/// </summary>
- // [SugarColumn(ColumnName = "ITEM_SPEC")]
[SugarColumn(IsIgnore = true)]
public string? ItemSpec { get; set; }
@@ -314,8 +312,7 @@
/// <summary>
/// SEQ_BASEINFO_ID
/// </summary>
- [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_BASEINFO_ID",
- IsPrimaryKey = true)]
+ [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_BASEINFO_ID",IsPrimaryKey = true)]
public decimal Id { get; set; }
/// <summary>
@@ -323,7 +320,7 @@
/// </summary>
[SugarColumn(ColumnName = "ERP_ID")]
public decimal? ErpId { get; set; }
-
+
/// <summary>
/// 閲囪喘璁㈠崟琛屽彿
/// </summary>
@@ -333,18 +330,36 @@
/// <summary>
/// 闇�姹傜粍缁�
/// </summary>
- [SugarColumn(ColumnName = "ERP_ID")]
+ [SugarColumn(ColumnName = "DEMAND")]
public string? Demand { get; set; }
/// <summary>
/// 鏀舵枡缁勭粐
/// </summary>
- [SugarColumn(ColumnName = "ERP_ID")]
+ [SugarColumn(ColumnName = "RECEIVING")]
public string? Receiving { get; set; }
/// <summary>
/// 缁撶畻缁勭粐
/// </summary>
- [SugarColumn(ColumnName = "ERP_ID")]
+ [SugarColumn(ColumnName = "SETTLEMENT")]
public string? Settlement { get; set; }
+
+ /// <summary>
+ /// 闇�姹傞儴闂�
+ /// </summary>
+ [SugarColumn(ColumnName = "DEMAND_DEPT")]
+ public string? DemandDept { get; set; }
+
+ /// <summary>
+ /// 闇�姹傞儴闂�
+ /// </summary>
+ [SugarColumn(ColumnName = "RECEIVING_DEPT")]
+ public string? ReceivingDept { get; set; }
+
+ /// <summary>
+ /// 棰勮鍒拌揣鏃堕棿
+ /// </summary>
+ [SugarColumn(ColumnName = "ARRIVE_DATE")]
+ public DateTime? ArriveDate { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3