Weben_CMS专用代码生成器/Code/Templete/Entity/CreateDto模板.txt
对比新文件 @@ -0,0 +1,17 @@ namespace CMS.Plugin.$NameSpacePath$.Application.Contracts.Dtos.$EntityName$; /// <summary> /// $ChinaComment$鍒涘缓鍙傛暟瀵硅薄 /// </summary> public class $EntityName$CreateDto : $EntityName$CreateOrUpdateDtoBase { /// <summary> /// 鎺掑簭 /// </summary> public virtual int? Sort { get; set; } /// <summary> /// 鏄惁绂佺敤 /// </summary> public bool? IsDisabled { get; set; } = false; }