com.power.common.interfaces.IMessage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-util Show documentation
Show all versions of common-util Show documentation
ApplicationPower common-util
package com.power.common.interfaces;
/**
* @author yu 2018/12/12.
*/
public interface IMessage {
/**
* error code
*
* @return String
*/
String getCode();
/**
* error message
*
* @return String
*/
String getMessage();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy