using VberZero.AppService.Base.Dto; namespace VberZero.AppService.Workflows.Dto; public class WorkflowDefinitionVersionDto : VzEntityDto<string> { public int? Version { get; set; } }