文章表结构articles


文章文章表结构articles


	Title           string        
	Origin          string        
	Description     string         
	Keywords        string         
	CateName        string         
	Img             string         
	Content         string         
	IsTop           int            
	TopSort         int            
	IsRecommend     int            
	RecommendSort   int            
	InTop           int            
	InTopSort       int            
	InRecommend     int            
	InRecommendSort int            
	Views           int            
	URL             string         
	IsShow          int            
	ArticleCateID   uint           
	Tags            []*Tag         
	Ext             datatypes.JSON 
	UserID          uint           
	Author          string         
	EnableComment   int