namespace Dao { public class ErrCode { public string Code { get; set; } public string Remark { get; set; } public int Type { get; set; } } }