罗元桥
2021-08-30 eda58e0e6d4abdd2b060e28867d103045845aa69
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;
    }
}