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

com.founder.core.service.impl.GsConfigServiceImpl 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.GsConfig;
import com.founder.core.mapper.GsConfigMapper;
import com.founder.core.service.GsConfigService;
import org.springframework.stereotype.Service;

@Service
public class GsConfigServiceImpl extends ServiceImpl implements GsConfigService {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy