From a9d26b7c151f2727c9dc06a8236f2cf45a765cda Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 17 五月 2024 08:55:13 +0800 Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/baifenbaishop --- CoreCms.Net.Model/FromBody/FMDistribution.cs | 41 +++++++++++++++++++++++++++++++---------- 1 files changed, 31 insertions(+), 10 deletions(-) diff --git a/CoreCms.Net.Model/FromBody/FMDistribution.cs b/CoreCms.Net.Model/FromBody/FMDistribution.cs index 8773228..c0d8b1f 100644 --- a/CoreCms.Net.Model/FromBody/FMDistribution.cs +++ b/CoreCms.Net.Model/FromBody/FMDistribution.cs @@ -85,12 +85,8 @@ /// </summary> public class FMAdminCreateDistributionPost { - /// <summary> - /// 宸叉敞鍐岀敤鎴锋墜鏈哄彿鐮� - /// </summary> - public System.String registeredUserMobile { get; set; } - - + + /// <summary> /// 鐢ㄦ埛搴忓垪 /// </summary> @@ -112,14 +108,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