|  | @@ -49,6 +49,12 @@ public partial class RoleEntity : EntityFull, ITenant
 | 
											
												
													
														|  |      [Column(MapType = typeof(int))]
 |  |      [Column(MapType = typeof(int))]
 | 
											
												
													
														|  |      public RoleType Type { get; set; }
 |  |      public RoleType Type { get; set; }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | 
 |  | +    /// <summary>
 | 
											
												
													
														|  | 
 |  | +    /// 数据范围
 | 
											
												
													
														|  | 
 |  | +    /// </summary>
 | 
											
												
													
														|  | 
 |  | +    [Column(MapType = typeof(int))]
 | 
											
												
													
														|  | 
 |  | +    public DataScope DataScope { get; set; } = DataScope.All;
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |      /// <summary>
 |  |      /// <summary>
 | 
											
												
													
														|  |      /// 说明
 |  |      /// 说明
 | 
											
												
													
														|  |      /// </summary>
 |  |      /// </summary>
 |