/*********************************************************************** * Project: CoreCms * ProjectName: 百分兵法管理系统 * Web: hhtp://chuanyin.com * Author: * Email: * CreateTime: 202403/02 * Description: 暂无 ***********************************************************************/ using System.ComponentModel.DataAnnotations; using SqlSugar; namespace CoreCms.Net.Model.Entities { /// /// 经销商等级升级条件 /// public partial class CoreCmsDistributionCondition { /// /// Code转码 /// [Display(Name = "Code转码")] [SugarColumn(IsIgnore = true)] public string name { get; set; } } }