This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
package com.zcloud.util;
/**
* 说明:TODO
* 作者:wangxuan
* 官网:www.zcloudchina.com
*/
* @desc 对象返回到前端以及异常抛出的接口类
public interface BaseResultInterface {
String getCode();
String getMessage();
}