去除多余字段

This commit is contained in:
lubeilin
2024-04-19 16:17:39 +08:00
parent 5528557964
commit d916fd7573
@@ -174,13 +174,6 @@ public class Config {
this.relay = relay;
}
public String getDeviceId() {
return deviceId;
}
public void setDeviceId(String deviceId) {
this.deviceId = deviceId;
}
public String getServer() {
return server;