From 626943b5ba84ce44bc19f4c3b8e8e94638bec733 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 09 九月 2024 14:15:59 +0800
Subject: [PATCH] 查单
---
CoreCms.Net.Model/Entities/Bill/CoreCmsBillDelivery.cs | 83 +++++++++++++++++++++++++++++++++++++++--
1 files changed, 78 insertions(+), 5 deletions(-)
diff --git a/CoreCms.Net.Model/Entities/Bill/CoreCmsBillDelivery.cs b/CoreCms.Net.Model/Entities/Bill/CoreCmsBillDelivery.cs
index 6611ff7..ee418d3 100644
--- a/CoreCms.Net.Model/Entities/Bill/CoreCmsBillDelivery.cs
+++ b/CoreCms.Net.Model/Entities/Bill/CoreCmsBillDelivery.cs
@@ -1,13 +1,14 @@
/***********************************************************************
- * Project: CoreCms
+ * Project: baifenBinfa
* ProjectName: 鐧惧垎鍏垫硶绠$悊绯荤粺
- * Web: hhtp://chuanyin.com
+ * Web: http://chuanyin.com
* Author:
* Email:
* CreateTime: 2021/7/12 0:34:54
* Description: 鏆傛棤
***********************************************************************/
+using Chuanyin.Attribute;
using SqlSugar;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
@@ -16,7 +17,7 @@
{
/// <summary>
/// 鍙戣揣鍗曡〃
- /// </summary>
+ /// </summary>
public partial class CoreCmsBillDelivery
{
/// <summary>
@@ -218,7 +219,79 @@
public System.DateTime? updateTime { get; set; }
-
-
+
+ /// <summary>
+ /// SendDistributionID 鍙戣揣缁忛攢鍟咺D
+ /// </summary>
+ [SugarColumn(ColumnDescription = "鍙戣揣缁忛攢鍟咺D")]
+ public int? sendDistributionID { get; set; }
+
+ /// <summary>
+ /// 閫佽揣浠g悊鍟嗙敤鎴稩D
+ /// </summary>
+ public int? sendDistributionUserID { get; set; }
+
+ /// <summary>
+ /// sendDistributionAccept 缁忛攢鍟嗗彂璐х‘璁ょ姸鎬�
+ /// </summary>
+ [SugarColumn(ColumnDescription = "缁忛攢鍟嗗彂璐х‘璁ょ姸鎬�")]
+ public sendDistributionAcceptType? sendDistributionAccept { get; set; }
+
+
+
+
}
+ /// <summary>
+ /// 渚涘簲鍟嗛�佽揣纭鐘舵��
+ /// </summary>
+ public enum sendDistributionAcceptType
+ {
+
+ /// <summary>
+ /// 璁㈠崟宸茶鍒涘缓锛岀瓑寰呭鐞嗐��
+ /// </summary>
+ [Description("鎺ュ彈")]
+ Accepted,
+
+ /// <summary>
+ /// 璁㈠崟鍟嗗搧宸叉墦鍖咃紝鍑嗗鎴栧凡缁忓彂鍑恒��
+ /// </summary>
+ [Description("鍙戣揣")]
+ Shipped,
+
+ /// <summary>
+ /// 璁㈠崟鍟嗗搧宸叉垚鍔熼�佽揪瀹㈡埛鎵嬩腑銆� 瀹㈡埛纭鏀惰揣
+ /// </summary>
+ [Description("閫佽揪")]
+ Delivered,
+
+ /// <summary>
+ /// 璁㈠崟琚敤鎴锋垨绯荤粺鍙栨秷銆�
+ /// </summary>
+ [Description("鍙栨秷")]
+ Cancelled,
+
+ /// <summary>
+ /// 璁㈠崟澶勭悊瓒呰繃浜嗛瀹氱殑鏃堕棿闄愬埗锛岃嚜鍔ㄥ彇娑堛��
+ /// </summary>
+ [Description("瓒呮椂")]
+ TimedOut,
+
+ /// <summary>
+ /// 绛夊緟纭鎺ュ彈
+ /// </summary>
+ [Description("绛夊緟纭鎺ュ彈")]
+ NoAccted,
+
+ /// <summary>
+ /// 濂栧姳纭
+ /// </summary>
+ [Description("濂栧姳纭")]
+ OderFreeComplete,
+
+
+
+ }
+
+
}
--
Gitblit v1.9.1