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

org.treeleafj.xmax.exception.RetCodeSupport Maven / Gradle / Ivy

The newest version!
package org.treeleafj.xmax.exception;

/**
 * @Author leaf
 * 2015/8/6 0006 1:02.
 */
public interface RetCodeSupport {

    /**
     * 获取返回码
     *
     * @return
     */
    String getCode();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy