3/4 system 优化1.0
							parent
							
								
									6dd93982ca
								
							
						
					
					
						commit
						4f684daa94
					
				| @ -1,17 +1,11 @@ | |||||||
| package com.glxp.api.dao.system; | package com.glxp.api.dao.system; | ||||||
| 
 | import com.glxp.api.dao.BaseMapperPlus; | ||||||
| import com.glxp.api.entity.system.SysServerLogEntity; | import com.glxp.api.entity.system.SysServerLogEntity; | ||||||
| import com.glxp.api.req.system.FilterSetupRequest; |  | ||||||
| import org.apache.ibatis.annotations.Mapper; | import org.apache.ibatis.annotations.Mapper; | ||||||
| 
 | 
 | ||||||
| import java.util.List; |  | ||||||
| 
 | 
 | ||||||
| @Mapper | @Mapper | ||||||
| public interface SysServerLogDao { | public interface SysServerLogDao extends BaseMapperPlus<SysServerLogDao, SysServerLogEntity,SysServerLogEntity> { | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
|     List<SysServerLogEntity> filterLog(FilterSetupRequest filterSetupRequest); |  | ||||||
| 
 | 
 | ||||||
|     boolean insertLog(SysServerLogEntity sysServerLogEntity); |  | ||||||
| 
 | 
 | ||||||
| } | } | ||||||
|  | |||||||
| @ -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.system.SysServerLogDao"> | ||||||
|  | 
 | ||||||
|  | </mapper> | ||||||
					Loading…
					
					
				
		Reference in New Issue