初始提交
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
package com.mosty.hczx.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.mosty.base.model.entity.hczx.TbHcBpcryTzbq;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* @author dw
|
||||
* @since 2022/9/16
|
||||
**/
|
||||
@Mapper
|
||||
public interface TbHcBpcryTzbqMapper extends BaseMapper<TbHcBpcryTzbq> {
|
||||
|
||||
}
|
Reference in New Issue
Block a user