namespace Shentun.PeisReport.Api.Dto { public class PublicResultDto { public int Code { get;set; } public string Message { get;set; } } }