多单位版国产化地质资料管理系统
zs
2025-12-18 4f0d9bde31a80f6279e26466250da7716eec627f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.zbooksoft.gdmis.dao;
 
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.zbooksoft.gdmis.data.entity.CatTfxx;
 
 
/**
 * @Description 实物图幅接口
 * @Author zhai
 * @Date 2024/7/31
 **/
public interface CatTfxxMapper extends BaseMapper<CatTfxx> {
}