guoyuji
2024-12-26 3e3061df5302b723354881c0c35f600cbbd54066
north-glass-erp/src/main/java/com/example/erp/controller/sd/DeliveryController.java
@@ -28,7 +28,7 @@
@RestController
@Api(value="发货controller",tags={"发货操作接口"})
@RequestMapping("/Delivery")
@RequestMapping("/delivery")
public class DeliveryController {
    @Autowired
    DeliveryService deliveryService;