mirror of
https://gitee.com/BDWare/front-base
synced 2025-01-10 01:44:01 +00:00
prune unused class
This commit is contained in:
parent
56dd8edd7b
commit
d9c7bc5050
@ -1,14 +0,0 @@
|
|||||||
package org.bdware.server.nodecenter;
|
|
||||||
|
|
||||||
public class ResultBack {
|
|
||||||
public boolean status;
|
|
||||||
public String msg;
|
|
||||||
public String action = null;
|
|
||||||
public Object data;
|
|
||||||
|
|
||||||
public ResultBack() {
|
|
||||||
status = false;
|
|
||||||
msg = null;
|
|
||||||
data = "";
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user