using System.ComponentModel.DataAnnotations; using VberZero.AppService.Base.Dto; namespace VberZero.AppService.Base.TreeBase.Dto; public class VzTreeMoveDto : VzEntityDto { [Required] public TPrimaryKey MoveId { get; set; } }