From 6f00f90e0c2bfc1c26c290ec117480056fa83f25 Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期六, 13 十二月 2025 08:56:31 +0800
Subject: [PATCH] 11
---
StandardPda/MES.Service/Modes/MesPalletBinding1.cs | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/StandardPda/MES.Service/Modes/MesPalletBinding1.cs b/StandardPda/MES.Service/Modes/MesPalletBinding1.cs
index c256891..8904d17 100644
--- a/StandardPda/MES.Service/Modes/MesPalletBinding1.cs
+++ b/StandardPda/MES.Service/Modes/MesPalletBinding1.cs
@@ -20,31 +20,31 @@
/// 鏍堟澘鐮�
/// </summary>
[SugarColumn(ColumnName = "STACKCODE")]
- public string Stackcode { get; set; }
+ public string? Stackcode { get; set; }
/// <summary>
/// 鐧诲綍鍙�
/// </summary>
[SugarColumn(ColumnName = "LOGIN_ID")]
- public string LoginId { get; set; }
+ public string? LoginId { get; set; }
/// <summary>
/// SN鍙�
/// </summary>
[SugarColumn(ColumnName = "SN_NO")]
- public string SnNo { get; set; }
+ public string? SnNo { get; set; }
/// <summary>
/// 宸ュ崟鍗曞彿
/// </summary>
[SugarColumn(ColumnName = "TICKET_NO")]
- public string TicketNo { get; set; }
+ public string? TicketNo { get; set; }
/// <summary>
/// 涓鐮�
/// </summary>
[SugarColumn(ColumnName = "MEDIUMBOXCODE")]
- public string Mediumboxcode { get; set; }
+ public string? Mediumboxcode { get; set; }
/// <summary>
/// 鍒涘缓鏃堕棿(瑙g粦鏃堕棿)
@@ -56,7 +56,7 @@
/// 鍒涘缓浜�
/// </summary>
[SugarColumn(ColumnName = "CREATED_BY")]
- public string CreatedBy { get; set; }
+ public string? CreatedBy { get; set; }
/// <summary>
/// 鍏ュ簱鏍囪瘑锛�0-鏈叆搴擄紝1-宸插叆搴擄紝2-宸查攢鍞嚭搴擄紝榛樿0
@@ -80,17 +80,17 @@
/// 绾夸綋缂栫爜
/// </summary>
[SugarColumn(ColumnName = "LINE_NO")]
- public string LineNo { get; set; }
+ public string? LineNo { get; set; }
/// <summary>
/// 鍏ュ簱鍗曞彿
/// </summary>
[SugarColumn(ColumnName = "RK_NO")]
- public string RkNo { get; set; }
+ public string? RkNo { get; set; }
/// <summary>
/// 鍏ュ簱鏉$爜
/// </summary>
[SugarColumn(ColumnName ="RK_CODE")]
- public string RkCode { get; set; }
+ public string? RkCode { get; set; }
}
--
Gitblit v1.9.3