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 {
|
}
|