编辑 | blame | 历史 | 原始文档
namespace CMS.Plugin.$NameSpacePath$.Application.Contracts.Dtos.$EntityName$;

/// 
/// $ChinaComment$´´½¨²ÎÊý¶ÔÏó
/// 
public class $EntityName$CreateDto : $EntityName$CreateOrUpdateDtoBase
{
    /// 
    /// ÅÅÐò
    /// 
    public virtual int? Sort { get; set; }

    /// 
    /// ÊÇ·ñ½ûÓÃ
    /// 
    public bool? IsDisabled { get; set; } = false;

    /// 
    /// ´´½¨ÈË
    /// 
    public string CreatorName { get; set; }
}