using Volo.Abp.Domain.Entities;
namespace CMS.Plugin.PipeLineLems.Application.Contracts.Dtos.MyTestEntityNames;
///
/// MyTestEntityName更新参数对象
///
public class MyTestEntityNameUpdateDto : MyTestEntityNameCreateOrUpdateDtoBase, IHasConcurrencyStamp
{
///
/// 并发戳
///
public string ConcurrencyStamp { get; set; }
}