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

com.rt.logic.Logic Maven / Gradle / Ivy

The newest version!
/**
 *
 */
package com.rt.logic;

/**
 * 逻辑接口
 *
 * @author majie
 */
public interface Logic {

    /**
     * 业务逻辑接口
     *
     * @param context logicBean
     * @return Object logicBean
     * @throws Exception exception
     */
    Object execute(Object context) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy