From 7d13b041f6cf87bddb0e3523c4cf1a328fc159f6 Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期五, 21 十一月 2025 15:28:28 +0800
Subject: [PATCH] 增加立库的出库接口
---
StandardPda/MES.Service/Modes/MesUnit.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/StandardPda/MES.Service/Modes/MesUnit.cs b/StandardPda/MES.Service/Modes/MesUnit.cs
index 2e414e2..7a7a9c5 100644
--- a/StandardPda/MES.Service/Modes/MesUnit.cs
+++ b/StandardPda/MES.Service/Modes/MesUnit.cs
@@ -9,7 +9,7 @@
public class MesUnit
{
/// <summary>
- /// BASEINFO
+ /// 涓婚敭ID
/// </summary>
[SugarColumn(ColumnName = "ID", IsPrimaryKey = true)]
public decimal Id { get; set; }
@@ -63,11 +63,13 @@
public string? LastupdateBy { get; set; }
/// <summary>
+ /// 鍏徃缂栧彿
/// </summary>
[SugarColumn(ColumnName = "COMPANY")]
public string? Company { get; set; }
/// <summary>
+ /// 宸ュ巶缂栧彿
/// </summary>
[SugarColumn(ColumnName = "FACTORY")]
public string? Factory { get; set; }
--
Gitblit v1.9.3