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; }