| | |
| | | using Furion.FriendlyException; |
| | | using Furion.DatabaseAccessor; |
| | | using Furion.FriendlyException; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel.DataAnnotations; |
| | |
| | | /// <summary> |
| | | /// 资源 |
| | | /// </summary> |
| | | public class Resource : CommonEntity, IDbAuditLogIgnore, IPhysicalDeletion |
| | | public class Resource : CommonEntity<MasterDbContextLocator, SyncTargetDbContextLocator>, IDbAuditLogIgnore, IPhysicalDeletion |
| | | { |
| | | /// <summary> |
| | | /// 应用名称 |
| | |
| | | public bool FileUpload { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 是否来自表单 |
| | | /// </summary> |
| | | public bool IsFromForm { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 路由区域 |
| | | /// </summary> |
| | | public string RouteArea { get; set; } |