From 90e299b80de5fc94740edc36169f1dc6fc782578 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 07 五月 2025 07:50:46 +0800
Subject: [PATCH] 工单
---
DevApp/Gs.DevApp/DevFrm/Warehouse/Models/MesDepotSections.cs | 37 ++++++++++++++++++-------------------
1 files changed, 18 insertions(+), 19 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Models/MesDepotSections.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Models/MesDepotSections.cs
index 88941c5..46d78ed 100644
--- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Models/MesDepotSections.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Models/MesDepotSections.cs
@@ -1,109 +1,108 @@
锘�
using System;
-using System.Collections.Generic;
namespace MES.Service.Modes
{
/// <summary>
/// </summary>
-
+
public class MesDepotSections
{
/// <summary>
/// 榛樿鍊�: (newid())
/// </summary>
-
+
public Guid? Guid { get; set; }
/// <summary>
/// </summary>
-
+
public Guid? DepotGuid { get; set; }
/// <summary>
/// ID(SEQ_INV_ID)锛圗RPID锛�
/// </summary>
-
+
public int DepotSectionId { get; set; }
/// <summary>
/// 璐т綅缂栫爜
/// </summary>
-
+
public string DepotSectionCode { get; set; }
/// <summary>
/// 璐т綅鍚嶇О
/// </summary>
-
+
public string DepotSectionName { get; set; }
/// <summary>
/// 鍙備笌榻愬鏍¢獙(0:鍚�,1:鏄�)
/// </summary>
-
+
public bool? CompletenessFlag { get; set; }
/// <summary>
/// 澶囨敞
/// </summary>
-
+
public string Description { get; set; }
/// <summary>
/// 鍒涘缓浜�
/// </summary>
-
+
public string CreateBy { get; set; }
/// <summary>
/// 鍒涘缓鏃堕棿
/// </summary>
-
+
public DateTime? CreateDate { get; set; }
/// <summary>
/// 鏈�鍚庢洿鏂颁汉
/// </summary>
-
+
public string LastupdateBy { get; set; }
/// <summary>
/// 鏈�鍚庢洿鏂版椂闂�
/// </summary>
-
+
public DateTime? LastupdateDate { get; set; }
/// <summary>
/// </summary>
-
+
public string Company { get; set; }
/// <summary>
/// </summary>
-
+
public string Factory { get; set; }
/// <summary>
/// 鍗℃澘鏁�
/// </summary>
-
+
public int? KbQty { get; set; }
/// <summary>
/// 浠撲綅缁処D
/// </summary>
-
+
public int? Zuid { get; set; }
/// <summary>
/// 浠撲綅鍏ㄥ悕
/// </summary>
-
+
public string DepotSectionNamet { get; set; }
/// <summary>
/// </summary>
-
+
public int? Erpid { get; set; }
}
}
\ No newline at end of file
--
Gitblit v1.9.3