移动系统liao
2025-02-17 557c2711a3e103ebc3d0492344eca9730d5e92b2
CoreCms.Net.Model/Entities/Agent/CoreCmsAgentOrderPartial.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: 暂无
 ***********************************************************************/
@@ -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; }