Commit 81654509 authored by xuwang's avatar xuwang

完成通过视图查询卡基统计报表

查询在受理库任务单详情
parent 67e09846
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