|  | @ -18,14 +18,10 @@ import com.storeroom.utils.NanoIdUtils; | 
		
	
		
			
				|  |  | import com.storeroom.utils.PageUtil; |  |  | import com.storeroom.utils.PageUtil; | 
		
	
		
			
				|  |  | import com.storeroom.utils.StringUtils; |  |  | import com.storeroom.utils.StringUtils; | 
		
	
		
			
				|  |  | import lombok.RequiredArgsConstructor; |  |  | import lombok.RequiredArgsConstructor; | 
		
	
		
			
				|  |  | import org.jdom2.Document; |  |  |  | 
		
	
		
			
				|  |  | import org.jdom2.output.Format; |  |  |  | 
		
	
		
			
				|  |  | import org.jdom2.output.XMLOutputter; |  |  |  | 
		
	
		
			
				|  |  | import org.springframework.data.domain.Pageable; |  |  | import org.springframework.data.domain.Pageable; | 
		
	
		
			
				|  |  | import org.springframework.data.domain.Sort; |  |  | import org.springframework.data.domain.Sort; | 
		
	
		
			
				|  |  | import org.springframework.stereotype.Service; |  |  | import org.springframework.stereotype.Service; | 
		
	
		
			
				|  |  | import org.springframework.transaction.annotation.Transactional; |  |  | import org.springframework.transaction.annotation.Transactional; | 
		
	
		
			
				|  |  | import org.jdom2.Element; |  |  |  | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
		
			
				|  |  | import javax.persistence.EntityManager; |  |  | import javax.persistence.EntityManager; | 
		
	
		
			
				|  |  | import javax.persistence.PersistenceContext; |  |  | import javax.persistence.PersistenceContext; | 
		
	
	
		
			
				|  | 
 |