namespace MES.Service.Dto.@base; public class UpdateCheckRequest { public string version { get; set; } public string platform { get; set; } }