|  |  | @ -1,12 +1,11 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  | using System; |  |  |  | using System; | 
			
		
	
		
		
			
				
					
					|  |  |  | using Volo.Abp.Application.Dtos; |  |  |  | using Volo.Abp.Application.Dtos; | 
			
		
	
		
		
			
				
					
					|  |  |  | using Volo.Abp.Auditing; |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | using Volo.Abp.Domain.Entities; |  |  |  | using Volo.Abp.Domain.Entities; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | namespace Volo.CmsKit.Admin.Pages; |  |  |  | namespace Volo.CmsKit.Admin.Pages; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | [Serializable] |  |  |  | [Serializable] | 
			
		
	
		
		
			
				
					
					|  |  |  | public class PageDto : AuditedEntityDto<Guid>, IHasConcurrencyStamp, IHasEntityVersion |  |  |  | public class PageDto : AuditedEntityDto<Guid>, IHasConcurrencyStamp | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | { |  |  |  | { | 
			
		
	
		
		
			
				
					
					|  |  |  |     public string Title { get; set; } |  |  |  |     public string Title { get; set; } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | @ -21,6 +20,4 @@ public class PageDto : AuditedEntityDto<Guid>, IHasConcurrencyStamp, IHasEntityV | 
			
		
	
		
		
			
				
					
					|  |  |  |     public bool IsHomePage { get; set; } |  |  |  |     public bool IsHomePage { get; set; } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     public string ConcurrencyStamp { get; set; } |  |  |  |     public string ConcurrencyStamp { get; set; } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |     public int EntityVersion { get; set; } |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | } |  |  |  | } | 
			
		
	
	
		
		
			
				
					|  |  | 
 |