manailin
2021-08-23 a2c792ee79e69224d71dc6204c6cc01f92b9384e
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;
    }
}