1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
package cn.chjyj.szwh.controller; |
|||
|
|||
import com.alibaba.fastjson.JSONObject; |
|||
|
|||
/** |
|||
* 基础控制器 |
|||
*/ |
|||
public abstract class BaseController { |
|||
// jsonobject 全局
|
|||
protected JSONObject jsonObject=null; |
|||
} |
|||
Loading…
Reference in new issue