| | |
| | | using System; |
| | | using cylsg.Model.utilityViewModel; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | |
| | | /// </summary> |
| | | public UserCompanyDto userCompany { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 川印员工权限 |
| | | /// </summary> |
| | | public ECTESTOAPermissions OAPermissions { get; set; } |
| | | } |
| | | |
| | | public class UserWorkerDto |
| | |
| | | /// </summary> |
| | | public bool? IsTiXian { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 是否管理员 |
| | | /// </summary> |
| | | public bool? IsAdmin { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 昵称 |
| | | /// </summary> |
| | | public string Nickname { get; set; } |
| | | |
| | | } |
| | | } |