From bd41a6bc624fc964e0047be1e394820fba5c0107 Mon Sep 17 00:00:00 2001 From: 刘卫锦 <lwj@hdlchina.com.cn> Date: 星期四, 29 六月 2023 14:21:07 +0800 Subject: [PATCH] Merge branch 'master' of http://172.16.1.23:6688/r/~wjc/HDLPhotovoltaicDebugAPP --- app/src/main/java/com/hdl/photovoltaic/uni/HDLUniMP.java | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/app/src/main/java/com/hdl/photovoltaic/uni/HDLUniMP.java b/app/src/main/java/com/hdl/photovoltaic/uni/HDLUniMP.java index 39b3b1f..3106d1a 100644 --- a/app/src/main/java/com/hdl/photovoltaic/uni/HDLUniMP.java +++ b/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; } -- Gitblit v1.8.0