AdaKing88
2023-08-23 ae35159387a55199e8ab150ebb97d89d68a235bd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package org.jeecg.modules.arj.b.mapper;
 
import org.jeecg.modules.arj.b.entity.ZhxxBase;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Select;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * <p>
 * 综合信息基本 前端控制器
 * </p>
 *
 * @author hyy
 * @since 2023-05-18
 */
@Mapper
public interface ZhxxBaseMapper extends BaseMapper<ZhxxBase>{
 
 
}