namespace Znyc.Recruitment.Admin.Security.Dtos { /// /// /// public class WxUserRelationOutputDto { public long Id { get; set; } } }