using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWareSql.Entity { public class Mes_ResEntity { public int Status { get; set; } public object Data { get; set; } public string ErrorMsg { get; set; } } }