wjc
2023-06-29 6002cb9371055af6d37c8581d207cf6e3d0f9a4a
app/src/main/java/com/hdl/photovoltaic/uni/HDLUniMP.java
@@ -69,8 +69,6 @@
     */
    public static class UniCallBackBaseBean implements Serializable {
        private String path;//打开小程序路径(暂时用不上)
        private String code;//状态码
        private String mes;//信息描述
        private String type;//功能类型
@@ -118,14 +116,6 @@
        public void setType(String type) {
            this.type = type;
        }
        public String getPath() {
            return path == null ? "" : path;
        }
        public void setPath(String path) {
            this.path = path;
        }