rentaiming
2024-07-01 68eb77aede3e5c1c7ccde2aa1f28fd2adaa07d28
ruoyi-modules/ruoyi-management/src/main/java/com/ruoyi/management/controller/SlVolumeProductionZyController.java
@@ -1,6 +1,7 @@
package com.ruoyi.management.controller;
import io.swagger.annotations.Api;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@@ -15,6 +16,7 @@
 */
@RestController
@RequestMapping("/sl-volume-production-zy")
@Api(value = "发起转移接口", tags = "发起转移接口", description = "发起转移接口")
public class SlVolumeProductionZyController {
}