9/27 生成
							parent
							
								
									93851eb11c
								
							
						
					
					
						commit
						3de8e4aaa6
					
				| @ -0,0 +1,14 @@ | |||||||
|  | package com.glxp.api.controller.collect; | ||||||
|  | 
 | ||||||
|  | import com.glxp.api.controller.BaseController; | ||||||
|  | import org.springframework.web.bind.annotation.RestController; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * @author : zhangsan | ||||||
|  |  * @date : 2024/9/27 10:25 | ||||||
|  |  * @modyified By : | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
|  | @RestController | ||||||
|  | public class IoSplitFifoInvRelController extends BaseController { | ||||||
|  | } | ||||||
| @ -0,0 +1,15 @@ | |||||||
|  | package com.glxp.api.service.collect; | ||||||
|  | 
 | ||||||
|  | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; | ||||||
|  | import com.glxp.api.dao.collect.IoSplitFifoInvRelMapper; | ||||||
|  | import com.glxp.api.entity.collect.IoSplitFifoInvRel; | ||||||
|  | import org.springframework.stereotype.Service; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * @author : zhangsan | ||||||
|  |  * @date : 2024/9/27 10:27 | ||||||
|  |  * @modyified By : | ||||||
|  |  */ | ||||||
|  | @Service | ||||||
|  | public class IoSplitFifoInvRelService extends ServiceImpl<IoSplitFifoInvRelMapper, IoSplitFifoInvRel> { | ||||||
|  | } | ||||||
| @ -0,0 +1,5 @@ | |||||||
|  | <?xml version="1.0" encoding="UTF-8"?> | ||||||
|  | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | ||||||
|  | <mapper namespace="com.glxp.api.dao.collect.IoSplitFifoInvRelMapper"> | ||||||
|  | 
 | ||||||
|  | </mapper> | ||||||
					Loading…
					
					
				
		Reference in New Issue