模版下载接口
This commit is contained in:
parent
857b6c9bee
commit
3bedec4993
|
|
@ -124,7 +124,7 @@ public class SouthController extends BaseController {
|
||||||
*/
|
*/
|
||||||
@ApiOperation(value = "南网模版下载")
|
@ApiOperation(value = "南网模版下载")
|
||||||
// @PreAuthorize("@ss.hasPermi('key:people:add')")
|
// @PreAuthorize("@ss.hasPermi('key:people:add')")
|
||||||
@PostMapping("/downloadEpcTemp")
|
@PostMapping("/downloadSouthTemp")
|
||||||
public void downloadSouthTemp(HttpServletRequest request, HttpServletResponse response, @RequestBody TbGwModelDto o) {
|
public void downloadSouthTemp(HttpServletRequest request, HttpServletResponse response, @RequestBody TbGwModelDto o) {
|
||||||
try {
|
try {
|
||||||
service.downloadSouthTemp(request, response, o);
|
service.downloadSouthTemp(request, response, o);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue