Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e4b0d2fb3a
|
|
@ -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