1
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
package com.mosty.yjzl.mapper;
|
||||
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.mosty.base.model.entity.yjzl.TbYjmx;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 预警模型 Mapper 接口
|
||||
* </p>
|
||||
*/
|
||||
@Mapper
|
||||
public interface TbYjmxMapper extends BaseMapper<TbYjmx> {
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user