//using System; //using System.Collections.Generic; //using System.Linq; //using System.Text; //using System.Threading.Tasks; //namespace HStation.Dto //{ // public class RoleMainDto // { // public RoleMainDto() // { // } // public RoleMainDto(EmployeeMain rhs) // { // } // /// // /// 客户id // /// // public string CorpID { get; set; } // /// // /// 名称 // /// // public string Name { get; set; } // /// // /// 编码 // /// // public string Code { get; set; } // /// // /// 使用状态 // /// // public int UseStatus { get; set; } // /// // /// 排序码 // /// // public int SortCode { get; set; } // /// // /// 说明 // /// // public string Description { get; set; } // } //}