All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.founder.core.service.impl.GsPublicPathServiceImpl Maven / Gradle / Ivy

The newest version!
package com.founder.core.service.impl;

import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.founder.core.domain.GsPublicPath;
import com.founder.core.mapper.GsPublicPathMapper;
import com.founder.core.service.GsPublicPathService;
import org.springframework.stereotype.Service;

@Service
public class GsPublicPathServiceImpl extends ServiceImpl implements GsPublicPathService {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy