多单位版国产化地质资料管理系统
zs
2025-12-18 4f0d9bde31a80f6279e26466250da7716eec627f
1
2
3
4
5
6
7
8
package com.zbooksoft.gdmis.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.zbooksoft.gdmis.data.entity.StudyType;
 
 
public interface StudyTypeMapper extends BaseMapper<StudyType> {
}