using System; using System.Collections.Generic; using System.Text; using Volo.Abp.Application.Dtos; namespace Shentun.Peis { public class AuditedEntityDtoNameNoGuid : AuditedEntityDto { /// /// 创建者 /// public string CreatorName { get; set; } /// /// 最后修改者 /// public string LastModifierName { get; set; } } }