north-glass-erp/src/main/java/com/example/erp/controller/pp/ReplenishController.java
@@ -7,6 +7,7 @@ import com.example.erp.exception.ServiceException; import com.example.erp.service.pp.ReplenishService; import com.example.erp.service.pp.ReworkService; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; @@ -15,6 +16,7 @@ import java.util.Map; @RestController @Api(value="补片controller",tags={"补片操作接口"}) @RequestMapping("/Replenish") public class ReplenishController {