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