| 
					
					
						
							
						
					
					
				 | 
				@ -22,7 +22,7 @@ namespace Shentun.Peis.Models | 
			
		
		
	
		
			
				 | 
				 | 
				        /// 描述
 | 
				 | 
				 | 
				        /// 描述
 | 
			
		
		
	
		
			
				 | 
				 | 
				        /// </summary>
 | 
				 | 
				 | 
				        /// </summary>
 | 
			
		
		
	
		
			
				 | 
				 | 
				        [Column("description")] | 
				 | 
				 | 
				        [Column("description")] | 
			
		
		
	
		
			
				 | 
				 | 
				        [StringLength(200)] | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        [StringLength(2000)] | 
			
		
		
	
		
			
				 | 
				 | 
				        public string Description { get; set; } = null!; | 
				 | 
				 | 
				        public string Description { get; set; } = null!; | 
			
		
		
	
		
			
				 | 
				 | 
				        [Column("display_order")] | 
				 | 
				 | 
				        [Column("display_order")] | 
			
		
		
	
		
			
				 | 
				 | 
				        public int DisplayOrder { get; set; } | 
				 | 
				 | 
				        public int DisplayOrder { get; set; } | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
					
				 | 
				
  |