getSltInfoMonth菜单鉴权
This commit is contained in:
parent
c490ec515f
commit
6725e0c314
|
|
@ -65,6 +65,7 @@ public class SltAgreementInfoController extends BaseController {
|
||||||
/**
|
/**
|
||||||
* 根据协议获取月结算清单
|
* 根据协议获取月结算清单
|
||||||
*/
|
*/
|
||||||
|
@RequiresPermissions("cost:settlement:month")
|
||||||
@ApiOperation(value = "根据协议获取月结算清单")
|
@ApiOperation(value = "根据协议获取月结算清单")
|
||||||
@PostMapping("/getSltInfoMonth")
|
@PostMapping("/getSltInfoMonth")
|
||||||
public AjaxResult getSltInfoMonth(@RequestBody List<AgreementInfo> list) {
|
public AjaxResult getSltInfoMonth(@RequestBody List<AgreementInfo> list) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue