微调
This commit is contained in:
parent
c4a6307b9a
commit
d294bfc606
@ -2,6 +2,7 @@ package org.jeecg.modules.aiol.mapper;
|
|||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
import org.apache.ibatis.annotations.Mapper;
|
||||||
import org.apache.ibatis.annotations.Param;
|
import org.apache.ibatis.annotations.Param;
|
||||||
import org.jeecg.modules.aiol.entity.AiolRepo;
|
import org.jeecg.modules.aiol.entity.AiolRepo;
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||||
@ -12,6 +13,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|||||||
* @Date: 2025-08-31
|
* @Date: 2025-08-31
|
||||||
* @Version: V1.0
|
* @Version: V1.0
|
||||||
*/
|
*/
|
||||||
|
@Mapper
|
||||||
public interface AiolRepoMapper extends BaseMapper<AiolRepo> {
|
public interface AiolRepoMapper extends BaseMapper<AiolRepo> {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user