101captain
2021-08-30 ea6b0efbfd58ab4a2f0a7c9f504688e7f4e12102
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/api/LcRequestEnum.java
@@ -4,6 +4,7 @@
/**
 * 浪潮接口请求返回结果对象
 *
 * @author manailin
 * @date 2021/06/20
 */
@@ -25,6 +26,5 @@
        this.code = code;
        this.result = result;
    }
}