using System; using System.Collections.Generic; using System.Text; namespace WIDESEA_Entity.DomainModels { public class APIReturnData { public string error_info { get; set; } public int result { get; set; } } }