初始提交
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
package com.mosty.qwzx.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.mosty.base.model.entity.qwzx.TbQwCjbs;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* 勤务管理处警报送表Mapper
|
||||
*/
|
||||
@Mapper
|
||||
public interface TbQwCjbsMapper extends BaseMapper<TbQwCjbs> {
|
||||
|
||||
}
|
Reference in New Issue
Block a user