From cbf06cbb2e7988fdee53507dede034756ebfbf59 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期二, 14 一月 2025 15:47:40 +0800
Subject: [PATCH] 1
---
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Check/Dt_CheckOrder.cs | 23 +++++++++++++++++++++--
1 files changed, 21 insertions(+), 2 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Check/Dt_CheckOrder.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Check/Dt_CheckOrder.cs"
index 7987de7..6c4bd35 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Check/Dt_CheckOrder.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Check/Dt_CheckOrder.cs"
@@ -10,7 +10,10 @@
namespace WIDESEA_Model.Models
{
- [SugarTable]
+ /// <summary>
+ /// 璐ㄦ鍗�
+ /// </summary>
+ [SugarTable(nameof(Dt_CheckOrder), "璐ㄦ鍗�")]
public class Dt_CheckOrder : BaseEntity
{
/// <summary>
@@ -32,9 +35,15 @@
[SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鏀惰揣鍗曞彿")]
public string ReceiveOrderNo { get; set; }
+ /// <summary>
+ /// 璐ㄦ鍗曠姸鎬�
+ /// </summary>
[SugarColumn(IsNullable = false, ColumnDescription = "璐ㄦ鍗曠姸鎬�")]
public int CheckOrderStatus { get; set; }
+ /// <summary>
+ /// 瀹℃壒鐘舵��
+ /// </summary>
[SugarColumn(IsNullable = false, ColumnDescription = "瀹℃壒鐘舵��")]
public int AuditStatus { get; set; }
@@ -92,9 +101,19 @@
[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鐗归噰璇存槑")]
public string DefectedNote { get; set; }
+ /// <summary>
+ /// 妫�楠屼汉
+ /// </summary>
[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "妫�楠屼汉")]
public string CheckUserName { get; set; }
-
+ /// <summary>
+ /// 妫�楠屼笂浼犵姸鎬�
+ /// </summary>
+ [SugarColumn(IsNullable = true, ColumnDescription = "妫�楠屼笂浼犵姸鎬�")]
+ public int UploadStatus { get; set; }
+ /// <summary>
+ /// 璐ㄦ缁撴灉
+ /// </summary>
[Navigate(NavigateType.OneToMany, nameof(Dt_CheckOrderResult.CheckOrderId), nameof(CheckOrderId))]
public List<Dt_CheckOrderResult> Details { get; set; }
}
--
Gitblit v1.9.3