增加是否具有标书编辑功能权限字段,和创建权限订单逻辑
| | |
| | | DocumentServiceApi.InitQMessage/obj/ |
| | | DocumentServiceAPI.Application/DocumentServiceAPI.Application.xml |
| | | DocumentServiceApi.InitQMessage/bin/ |
| | | DocumentServiceAPI.Web.Entry/Log/DocSericeApistatupLog.txt |
| | |
| | | /// </summary> |
| | | public Guid? ZcUserID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 是否具有标书编辑权限 |
| | | /// </summary> |
| | | public bool? HasDocumentPermission { get; set; } = false; |
| | | |
| | | |
| | | } |
| | | } |
| | |
| | | [Display(Name = "描述 ")] |
| | | [SugarColumn(ColumnDescription = "描述 ")] |
| | | public string? Description { get; set; } |
| | | /// <summary> |
| | | /// 是否有标书编辑权限 |
| | | /// </summary> |
| | | public bool? HasDocumentPermission { get; set; } = false; |
| | | } |
| | | } |
| | |
| | | PayTime = obj.PayTime, |
| | | ZcUserID = obj.ZcUserID, |
| | | ITCode = obj.ITCode, |
| | | HasDocumentPermission=obj.HasDocumentPermission |
| | | |
| | | }; |
| | | TenantInfo? Tinfo = await _db.Queryable<TenantInfo>().Where(x=>x.ZcUserID==obj.ZcUserID).SingleAsync(); |
| | |
| | | Description = obj.Description, |
| | | EmployeeMaxCount = obj.EmployeeCount ?? 0, |
| | | UnitMaxCount = obj.UnitCount ?? 0, |
| | | |
| | | HasDocumentPermission=obj.HasDocumentPermission, |
| | | OverTime = DateTime.Now.AddMonths(obj.MonthCount ?? 0), |
| | | |
| | | |
| | |
| | | /// 名称 |
| | | /// </summary> |
| | | public string? TenantName { get; set; } |
| | | /// <summary> |
| | | /// 是否具有标书编辑权限 |
| | | /// </summary> |
| | | public bool? HasDocumentPermission { get; set; } = false; |
| | | |
| | | |
| | | } |