namespace WX.CRM.Model.Ww { public class Ww_Dept { public long deptid { get; set; } public string corpid { get; set; } public string deptname { get; set; } public long parentid { get; set; } public long orderseq { get; set; } } }