From 557c2711a3e103ebc3d0492344eca9730d5e92b2 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期一, 17 二月 2025 10:47:47 +0800
Subject: [PATCH] 增加司机配送单超时处理任务,防止一直不停手机定位信息,

---
 CoreCms.Net.Model/FromBody/FMDistribution.cs |  102 ++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 85 insertions(+), 17 deletions(-)

diff --git a/CoreCms.Net.Model/FromBody/FMDistribution.cs b/CoreCms.Net.Model/FromBody/FMDistribution.cs
index 2a1cbd6..6af3485 100644
--- a/CoreCms.Net.Model/FromBody/FMDistribution.cs
+++ b/CoreCms.Net.Model/FromBody/FMDistribution.cs
@@ -1,7 +1,7 @@
 锘�/***********************************************************************
- *            Project: CoreCms
+ *            Project: baifenBinfa
  *        ProjectName: 鐧惧垎鍏垫硶绠$悊绯荤粺                               
- *                Web: hhtp://chuanyin.com                     
+ *                Web: http://chuanyin.com                     
  *             Author:                                        
  *              Email:                               
  *         CreateTime: 202403/02   
@@ -18,15 +18,62 @@
 {
     //API鎺ュ彛鎻愪氦================================================
     /// <summary>
-    ///     鐢宠鎴愪负鍒嗛攢鍟嗘帴鍙f彁浜ゅ弬鏁�
+    ///     鐢宠鎴愪负缁忛攢鍟嗘帴鍙f彁浜ゅ弬鏁�
     /// </summary>
     public class FMDistributionApply
     {
+       
         public string agreement { get; set; }
+      /// <summary>
+      /// 鐢佃瘽
+      /// </summary>
         public string mobile { get; set; }
+        /// <summary>
+        /// 鑱旂郴浜�
+        /// </summary>
         public string name { get; set; }
-        public string qq { get; set; }
-        public string weixin { get; set; }
+        /// <summary>
+        /// 搴楅摵鍚嶇О
+        /// </summary>
+              public string storeName { get; set; }
+        /// <summary>
+        /// 鍦板潃鍒嗙被
+        /// </summary>
+        public string areaCode {  get; set; }
+
+        /// <summary>
+        /// 璇︾粏鍦板潃
+        /// </summary>
+        public string address { get; set; }
+
+        /// <summary>
+        /// 搴楅摵闂ㄥご
+        /// </summary>
+        public string storeBanner { get; set; }
+        //public string qq { get; set; }
+        //public string weixin { get; set; }
+        /// <summary>
+        /// 閿�鍞搴�
+        /// </summary>
+        public decimal? sales {  get; set; }
+
+        /// <summary>
+        /// 鎵�灞炶涓�
+        /// </summary>
+        public string profession { get; set; }
+
+        /// <summary>
+        /// 鍧愭爣
+        /// </summary>
+        public string storeCoordinate {  get; set; }
+        /// <summary>
+        /// 瀛︽牎鍚嶇О
+        /// </summary>
+        public string schoolName {  get; set; }
+        /// <summary>
+        /// 韬唤璇佺敤锛� 鍒嗗壊
+        /// </summary>
+        public string idCradNumber { get; set; }    
     }
 
 
@@ -42,23 +89,19 @@
     }
 
     /// <summary>
-    /// 鍚庡彴鍒涘缓鍒嗛攢鍟嗘彁浜ゅ弬鏁�
+    /// 鍚庡彴鍒涘缓缁忛攢鍟嗘彁浜ゅ弬鏁�
     /// </summary>
     public class FMAdminCreateDistributionPost
     {
-        /// <summary>
-        /// 宸叉敞鍐岀敤鎴锋墜鏈哄彿鐮�
-        /// </summary>
-        public System.String registeredUserMobile { get; set; }
-
-
+        
+       
         /// <summary>
         /// 鐢ㄦ埛搴忓垪
         /// </summary>
         public System.Int32 userId { get; set; }
 
         /// <summary>
-        /// 鍒嗛攢鍟嗗悕绉�
+        /// 缁忛攢鍟嗗悕绉�
         /// </summary>
         public System.String name { get; set; }
 
@@ -73,14 +116,39 @@
         public System.String mobile { get; set; }
 
         /// <summary>
-        /// 寰俊鍙�
+        /// 搴楅摵鍚嶇О
         /// </summary>
-        public System.String weixin { get; set; }
+        public string storeName { get; set; }
+        /// <summary>
+        /// 鍖哄煙
+        /// </summary>
+        public string areaCode { get; set; }
 
         /// <summary>
-        /// qq鍙�
+        /// 璇︾粏鍦板潃
         /// </summary>
-        public System.String qq { get; set; }
+        public string address { get; set; }
+
+        /// <summary>
+        /// 搴楅摵闂ㄥご
+        /// </summary>
+        public string storeBanner { get; set; }
+        //public string qq { get; set; }
+        //public string weixin { get; set; }
+        /// <summary>
+        /// 閿�鍞搴�
+        /// </summary>
+        public decimal sales { get; set; }
+
+        /// <summary>
+        /// 鎵�灞炶涓�
+        /// </summary>
+        public string profession { get; set; }
+
+        /// <summary>
+        /// 鍧愭爣
+        /// </summary>
+        public string storeCoordinate { get; set; }
 
         /// <summary>
         /// 瀹℃牳鐘舵��

--
Gitblit v1.9.1