Commit fea7f976 authored by xuwang's avatar xuwang

pull

parent 60d0b2da
...@@ -99,6 +99,7 @@ public class UserApi { ...@@ -99,6 +99,7 @@ public class UserApi {
return yxjsonResponse.toJSONString(); return yxjsonResponse.toJSONString();
} }
/** /**
* 更新任务单; * 更新任务单;
* *
......
package com.yxproject.start.api;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
/**
* Created by Administrator on 2018/11/20.
*/
public class yingxinApi {
/**
* 查询
* */
@RequestMapping(value="/chaxun",method= RequestMethod.GET)
@RequiresPermissions(userInfo.add)
}
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