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

com.didiglobal.logi.security.exception.CodeMsg Maven / Gradle / Ivy

The newest version!
package com.didiglobal.logi.security.exception;

/**
 * @author cjm
 */
public interface CodeMsg {

    /**
     * 返回code
     * @return taskCode
     */
    Integer getCode();

    /**
     * 返回msg
     * @return msg
     */
    String getMessage();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy