结算菜单权限
This commit is contained in:
parent
8434c98984
commit
d0d07f5419
|
|
@ -15,6 +15,7 @@ import com.bonus.sgzb.common.core.web.domain.AjaxResult;
|
|||
import com.bonus.sgzb.common.core.web.page.TableDataInfo;
|
||||
import com.bonus.sgzb.common.log.annotation.Log;
|
||||
import com.bonus.sgzb.common.log.enums.BusinessType;
|
||||
import com.bonus.sgzb.common.security.annotation.RequiresPermissions;
|
||||
import com.bonus.sgzb.material.domain.*;
|
||||
import com.bonus.sgzb.material.service.SltAgreementInfoService;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
|
|
@ -42,6 +43,7 @@ public class SltAgreementInfoController extends BaseController {
|
|||
/**
|
||||
* 根据条件获取协议结算列表
|
||||
*/
|
||||
@RequiresPermissions("cost:settlement:list")
|
||||
@ApiOperation(value = "根据条件获取协议结算列表")
|
||||
@GetMapping("/getSltAgreementInfo")
|
||||
public TableDataInfo getSltAgreementInfo(AgreementInfo bean) {
|
||||
|
|
@ -260,6 +262,7 @@ public class SltAgreementInfoController extends BaseController {
|
|||
/**
|
||||
* 获取结算审核列表
|
||||
*/
|
||||
@RequiresPermissions("cost:settlement:auditing")
|
||||
@ApiOperation(value = "获取结算审核列表")
|
||||
@GetMapping("/getSltExam")
|
||||
public TableDataInfo getSltExam(AgreementInfo bean) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue