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

com.jeesuite.gateway.api.SystemMgtApi Maven / Gradle / Ivy

The newest version!
package com.jeesuite.gateway.api;

import java.util.List;

import com.jeesuite.gateway.model.BizSystemModule;

/**
 * 
 * 
 * 
* Class Name : SystemMgrApi * * @author vakin * @version 1.0.0 * @date 2020-10-19 */ public interface SystemMgtApi { List getSystemModules(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy