com.founder.core.service.GsConfigService Maven / Gradle / Ivy
The newest version!
package com.founder.core.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.founder.core.domain.GsConfig;
public interface GsConfigService extends IService {
}