编辑 | blame | 历史 | 原始文档
using CMS.Plugin.$NameSpacePath$.Domain.Shared.Enums;
using System;
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)
    {
    }
}