From af4c8bd4e5cd73964b9e705f5c1c239d9faecb32 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期一, 17 六月 2024 13:47:36 +0800
Subject: [PATCH] no message
---
CoreCms.Net.Model/Entities/Bill/CoreCmsBillDeliveryPartial.cs | 23 +++++++++++++++++------
1 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/CoreCms.Net.Model/Entities/Bill/CoreCmsBillDeliveryPartial.cs b/CoreCms.Net.Model/Entities/Bill/CoreCmsBillDeliveryPartial.cs
index fcf1dad..3ebc1f6 100644
--- a/CoreCms.Net.Model/Entities/Bill/CoreCmsBillDeliveryPartial.cs
+++ b/CoreCms.Net.Model/Entities/Bill/CoreCmsBillDeliveryPartial.cs
@@ -1,10 +1,10 @@
/***********************************************************************
- * Project: CoreCms
- * ProjectName: 鏍稿績鍐呭绠$悊绯荤粺
- * Web: https://www.corecms.net
- * Author: 澶х伆鐏�
- * Email: jianweie@163.com
- * CreateTime: 2021/1/31 21:45:10
+ * Project: baifenBinfa
+ * ProjectName: 鐧惧垎鍏垫硶绠$悊绯荤粺
+ * Web: http://chuanyin.com
+ * Author:
+ * Email:
+ * CreateTime: 202403/02
* Description: 鏆傛棤
***********************************************************************/
using SqlSugar;
@@ -32,5 +32,16 @@
[SugarColumn(IsIgnore = true)]
public System.String shipAreaIdName { get; set; }
+
+ /// <summary>
+ /// 鍟嗗搧鍒楄〃
+ /// </summary>
+ [Navigate(NavigateType.OneToOne,nameof(orderId))]
+ public CoreCmsOrder? order { get; set; }
+ /// <summary>
+ /// sendDistributionAccept 缁忛攢鍟嗗彂璐х‘璁ょ姸鎬佸瓧绗︿覆鎻忚堪
+ /// </summary>
+ [SugarColumn(IsIgnore =true)]
+ public string distributionAcceptStr { get; set; }
}
}
--
Gitblit v1.9.1