|
@@ -37,6 +37,7 @@ public class LyDeviceController {
|
|
|
@Resource
|
|
@Resource
|
|
|
private LyDeviceService lyDeviceService;
|
|
private LyDeviceService lyDeviceService;
|
|
|
|
|
|
|
|
|
|
+
|
|
|
@PostMapping("/create")
|
|
@PostMapping("/create")
|
|
|
@Operation(summary = "创建连油设备信息")
|
|
@Operation(summary = "创建连油设备信息")
|
|
|
@PreAuthorize("@ss.hasPermission('rq:ly-device:create')")
|
|
@PreAuthorize("@ss.hasPermission('rq:ly-device:create')")
|