Commit 502ca116 authored by linfeng's avatar linfeng

文件更新

parent 251f3671
package com.ruiwenliu.wrapper.base;
/**
* Created by ruiwen
* Data:2018/7/3 0003
* Email:1054750389@qq.com
* Desc:
*/
public class BaseBean{
// public int code;
// public String message;
public int status;
public String message;
// public boolean isEmpty;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment