namespace Cms.External.WebApi.Dtos { public class WeworkAgentDto { public string? WeworkName { get; set; } public string? Appid { get; set; } public int Agentid { get; set; } public string? Name { get; set; } } }