using CMS.Plugin.$NameSpacePath$.Domain.Shared.Enums; using Volo.Abp.Application.Dtos; namespace CMS.Plugin.$NameSpacePath$.Application.Contracts.Dtos.$EntityName$; /// /// $ChinaComment$´´½¨»ò¸üлùÀà /// public abstract class $EntityName$CreateOrUpdateDtoBase : ExtensibleEntityDto { $AddAttributes$ /// /// Initializes a new instance of the class. /// public $EntityName$CreateOrUpdateDtoBase() : base(false) { } }