using System.Collections.Generic; namespace iWareModel { public class ResponseListDataEntity where T:class { public string resCode { get; set; } public List data { get; set; } public string msg { get; set; } } }