格式化代码
This commit is contained in:
@ -4,8 +4,9 @@ import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 输出信息对象
|
||||
* @author tajochen
|
||||
*
|
||||
* @param <T>
|
||||
* @author tajochen
|
||||
*/
|
||||
public class EncapsulationObejct<T> implements Serializable {
|
||||
|
||||
@ -50,10 +51,6 @@ public class EncapsulationObejct<T> implements Serializable {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "EncapsulationObejct{" +
|
||||
"status=" + status +
|
||||
", msg='" + msg + '\'' +
|
||||
", data=" + data +
|
||||
'}';
|
||||
return "EncapsulationObejct{" + "status=" + status + ", msg='" + msg + '\'' + ", data=" + data + '}';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user