|
|
|
@ -5,14 +5,11 @@ import com.cmkg.cmkg.node.medicine;
|
|
|
|
|
|
|
|
|
|
public class ReturnData {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private String message;
|
|
|
|
|
// private com.cmkg.cmkg.node.disease disease_data;
|
|
|
|
|
// private com.cmkg.cmkg.node.disease disease_data;
|
|
|
|
|
private Object data;
|
|
|
|
|
private int code;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setMessage(String message){
|
|
|
|
|
this.message=message;
|
|
|
|
|
}
|
|
|
|
@ -26,8 +23,6 @@ public class ReturnData {
|
|
|
|
|
return message;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public int getCode(){
|
|
|
|
|
return code;
|
|
|
|
|
}
|
|
|
|
|