exportSltInfoMonth菜单鉴权
This commit is contained in:
parent
d80325a8a1
commit
2b984b0cd5
|
|
@ -98,6 +98,7 @@ public class SltAgreementInfoController extends BaseController {
|
||||||
}
|
}
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
|
@RequiresPermissions("cost:settlement:export")
|
||||||
@ApiOperation(value = "月结明细导出")
|
@ApiOperation(value = "月结明细导出")
|
||||||
@PostMapping("/exportSltInfoMonth")
|
@PostMapping("/exportSltInfoMonth")
|
||||||
public void exportSltInfoMonth(HttpServletResponse response, @RequestBody List<AgreementInfo> list) throws IOException {
|
public void exportSltInfoMonth(HttpServletResponse response, @RequestBody List<AgreementInfo> list) throws IOException {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue