Merge branch 'test' of http://git.estsh.com/i3-IMPP/i3plus-pojo into test
						commit
						d9f619e1a0
					
				| @ -0,0 +1,15 @@ | |||||||
|  | package cn.estsh.i3plus.pojo.mes.repository; | ||||||
|  | 
 | ||||||
|  | import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository; | ||||||
|  | import cn.estsh.i3plus.pojo.mes.bean.MesContainerType; | ||||||
|  | import org.springframework.stereotype.Repository; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * @Description: | ||||||
|  |  * @Author: jokelin | ||||||
|  |  * @Date: 2020/6/24 3:34 下午 | ||||||
|  |  * @Modify: | ||||||
|  |  */ | ||||||
|  | @Repository | ||||||
|  | public interface MesContainerTypeRepository extends BaseRepository<MesContainerType, Long> { | ||||||
|  | } | ||||||
					Loading…
					
					
				
		Reference in New Issue