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 {
/**
* 响应码
* @return
*/
String getCode();
/**
* 获取响应信息
* @return
*/
String getMessage();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy