多单位版国产化地质资料管理系统
zs
2025-12-18 4f0d9bde31a80f6279e26466250da7716eec627f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.zbooksoft.gdmis.service.impl;
 
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.zbooksoft.gdmis.dao.CatAjjxxMapper;
import com.zbooksoft.gdmis.data.entity.CatAjjxx;
import com.zbooksoft.gdmis.service.CatAjjxxService;
import org.springframework.stereotype.Service;
 
/**
 * @Description
 * @Author zhai
 * @Date 2024/7/31
 **/
@Service
public class CatAjjxxServiceImpl extends ServiceImpl<CatAjjxxMapper, CatAjjxx> implements CatAjjxxService {
}