1
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
package com.mosty.rzzx.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.mosty.base.model.entity.rzzx.TbRzDyjk;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* @author dw
|
||||
* @since 2022/7/18
|
||||
* 接口调用日志--Mapper
|
||||
**/
|
||||
@Mapper
|
||||
public interface TbRzDyjkMapper extends BaseMapper<TbRzDyjk> {
|
||||
|
||||
}
|
Reference in New Issue
Block a user