移动系统liao
2025-02-17 557c2711a3e103ebc3d0492344eca9730d5e92b2
CoreCms.Net.Model/Entities/Agent/CoreCmsAgentOrderPartial.cs
@@ -1,7 +1,7 @@
/***********************************************************************
 *            Project: CoreCms
 *            Project: baifenBinfa
 *        ProjectName: 百分兵法管理系统                               
 *                Web: hhtp://chuanyin.com
 *                Web: http://chuanyin.com
 *             Author:                                        
 *              Email:                               
 *         CreateTime: 202403/02   
@@ -16,7 +16,7 @@
namespace CoreCms.Net.Model.Entities
{
    /// <summary>
    /// 分销商订单记录表
    /// 经销商订单记录表
    /// </summary>
    public partial class CoreCmsAgentOrder
    {
@@ -36,9 +36,9 @@
        public System.String buyUserAvatar { get; set; }
        /// <summary>
        /// 分销商
        /// 经销商
        /// </summary>
        [Display(Name = "分销商")]
        [Display(Name = "经销商")]
        [SugarColumn(IsIgnore = true)]
        public System.String distributorName { get; set; }