From 3212f32acdce5938956131ecfb530e361250f82f Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期六, 25 十月 2025 18:51:56 +0800
Subject: [PATCH] 优化出入库流程、盘点流程
---
新建文件夹/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_DeliveryOrder.cs | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_DeliveryOrder.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_DeliveryOrder.cs"
index 3c0bee4..c634df7 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_DeliveryOrder.cs"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_DeliveryOrder.cs"
@@ -9,18 +9,18 @@
namespace WIDESEA_Model.Models
{
[SugarTable("Dt_DeliveryOrder", "鍑哄簱鍗�")]
- public class Dt_DeliveryOrder: BaseEntity
+ public class Dt_DeliveryOrder : BaseEntity
{
[SugarColumn(ColumnName = "Id", IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
- public int Id { get; set; }
+ public int Id { get; set; }
[SugarColumn(ColumnName = "Out_no", IsNullable = true, Length = 50, ColumnDescription = "鍑哄簱鍗曞彿")]
- public string Out_no{ get; set; }
+ public string Out_no { get; set; }
/// <summary>
- /// 鐩樼偣鍑哄簱鍦╓MS绯荤粺浜哄伐鍒涘缓 涓婃父浼犺繃鏉ョ殑鍑哄簱绫诲瀷涓�1锛屾甯稿嚭搴擄紝2鍑哄簱閫�璐�
+ /// 1姝e父鍑哄簱,3鍏ュ簱閫�璐�,6鐩樹簭鍑哄簱
/// </summary>
- [SugarColumn(ColumnName = "Out_type", IsNullable = true, Length = 3, ColumnDescription = "鍑哄簱鍗曠被鍨�1姝e父锛�2鍑哄簱閫�璐э紝3鐩樼偣鍑哄簱锛�4鐩樼泩鍏ュ簱锛�5鐩樹簭鍑哄簱")]
- public string Out_type { get; set; }
+ [SugarColumn(ColumnName = "Out_type", IsNullable = true, Length = 3, ColumnDescription = "鍑哄簱绫诲瀷锛�1姝e父鍑哄簱,3鍏ュ簱閫�璐�,6鐩樹簭鍑哄簱")]
+ public string Out_type { get; set; }
[SugarColumn(ColumnName = "Client_no", IsNullable = true, Length = 50, ColumnDescription = "瀹㈡埛浠g爜")]
public string Client_no { get; set; }
@@ -38,12 +38,12 @@
[SugarColumn(ColumnName = "Account_time", IsNullable = true, ColumnDescription = "鍑哄簱璁拌处鏃堕棿")]
- public DateTime?Account_time { get; set; }
+ public DateTime? Account_time { get; set; }
/// <summary>
/// 琛ㄥご鐘舵�侊細鏂板缓锛屽紑濮嬶紝宸插畬鎴� //璇︽儏琛ㄥ叏閮ㄧ姸鎬佷负鍏ㄩ儴锛屽湪灏嗙姸鎬佹敼鎴愬畬鎴愬悗鎵嶄細涓婁紶缁欎笂娓哥郴缁�
/// </summary>
- [SugarColumn(ColumnName = "OutStatus", IsNullable = true, ColumnDescription = "鐘舵��" )]
+ [SugarColumn(ColumnName = "OutStatus", IsNullable = true, ColumnDescription = "鐘舵��")]
public string OutStatus { get; set; }
///// <summary>
--
Gitblit v1.9.3