using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWareModel { public class ResEntity { public string resCode { get; set; } public object resData { get; set; } public string resMsg { get; set; } } }