From 250d7667b3229969a6dd3bc6ebc68d828a266fe8 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期六, 20 十二月 2025 14:31:19 +0800
Subject: [PATCH] 修改员工初始密码
---
MES.Service/Modes/MesRohIn.cs | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/MES.Service/Modes/MesRohIn.cs b/MES.Service/Modes/MesRohIn.cs
index 7713a62..bcfe56b 100644
--- a/MES.Service/Modes/MesRohIn.cs
+++ b/MES.Service/Modes/MesRohIn.cs
@@ -20,6 +20,7 @@
/// </summary>
[SugarColumn(ColumnName = "BILL_NO")]
public string? BillNo { get; set; }
+
/// <summary>
/// 鍗曟嵁鐘舵��
@@ -308,4 +309,19 @@
/// </summary>
[SugarColumn(ColumnName = "urgent_material")]
public string? urgent_material { get; set; }
+
+
+ /// <summary>
+ /// 缁勫悎鍗曞彿锛氬崟鍙�-鍗曞埆
+ /// </summary>
+ [SugarColumn(ColumnName = "MBILL_NO")]
+ public string? MBillNo { get; set; }
+
+
+ /// <summary>
+ /// 鍗曞埆锛�330/331/332
+ /// </summary>
+ [SugarColumn(ColumnName = "Number_Type")]
+ public string? NumberType { get; set; }
+
}
\ No newline at end of file
--
Gitblit v1.9.3