初始提交
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
package com.mosty.sjzx.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.mosty.base.model.entity.sjzx.TbSjDz;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* @author dw
|
||||
* @since 2022/8/25
|
||||
**/
|
||||
@Mapper
|
||||
public interface TbSjDzMapper extends BaseMapper<TbSjDz> {
|
||||
|
||||
@ApiOperation("添加事件地址")
|
||||
void insertEntity(TbSjDz dz);
|
||||
}
|
Reference in New Issue
Block a user