|  | @@ -70,7 +70,7 @@ func (c *CattleCategory) ToPb() *operationPb.AddCattleCategoryRequest {
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -func NewPastureCattleCategory(req *operationPb.ClassRequest, pastureDetail *GroupPasture) *CattleCategory {
 | 
	
		
			
				|  |  | +func NewPastureCattleCategory(req *operationPb.CategorySyncRequest, pastureDetail *GroupPasture) *CattleCategory {
 | 
	
		
			
				|  |  |  	return &CattleCategory{
 | 
	
		
			
				|  |  |  		ParentId:    operationPb.CattleCategoryParent_Kind(req.ParentId),
 | 
	
		
			
				|  |  |  		ParentName:  req.ParentName,
 |