From 3a6f7cb36dff0ec99edddbb53078947fcf08a47e Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期六, 19 七月 2025 09:32:15 +0800 Subject: [PATCH] 1.用料清单变更 --- MES.Service/Modes/MesDepots.cs | 34 ++++++++++++++++++++++++++++------ 1 files changed, 28 insertions(+), 6 deletions(-) diff --git a/MES.Service/Modes/MesDepots.cs b/MES.Service/Modes/MesDepots.cs index 26bcf40..2896a89 100644 --- a/MES.Service/Modes/MesDepots.cs +++ b/MES.Service/Modes/MesDepots.cs @@ -3,7 +3,6 @@ namespace MES.Service.Modes; /// <summary> -/// 浠撳簱淇℃伅 /// </summary> [SugarTable("MES_DEPOTS")] public class MesDepots @@ -12,7 +11,7 @@ /// 榛樿鍊�: (newid()) /// </summary> [SugarColumn(ColumnName = "guid", IsPrimaryKey = true)] - public Guid Guid { get; set; } + public string Guid { get; set; } /// <summary> /// ID(SEQ_INV_ID) @@ -192,17 +191,40 @@ public bool? CheckStatus { get; set; } /// <summary> - /// 浣跨敤绲勭箶 + /// 鍒涘缓缁勭粐 + /// </summary> + [SugarColumn(ColumnName = "Fumbrella")] + public string? Fumbrella { get; set; } + + /// <summary> + /// 浣跨敤缁勭粐 /// </summary> [SugarColumn(ColumnName = "FSubsidiary")] public string? FSubsidiary { get; set; } /// <summary> - /// 鍓靛缓绲勭箶 + /// 渚涘簲鍟� /// </summary> - [SugarColumn(ColumnName = "Fumbrella")] - public string? Fumbrella { get; set; } + [SugarColumn(ColumnName = "SUPPLIER_ID")] + public string? SupplierId { get; set; } + /// <summary> + /// 瀹㈡埛 + /// </summary> + [SugarColumn(ColumnName = "Client_Id")] + public string? ClientId { get; set; } + + /// <summary> + /// 閮ㄩ棬 + /// </summary> + [SugarColumn(ColumnName = "department")] + public string? Department { get; set; } + + /// <summary> + /// 鑱旂郴鐢佃瘽 + /// </summary> + [SugarColumn(ColumnName = "Phone")] + public string? Phone { get; set; } [SugarColumn(IsIgnore = true)] public string? Type { get; set; } } \ No newline at end of file -- Gitblit v1.9.3