guoyuji
2024-11-05 3cbcba777b238256dbb44dc523111a1b807b03dd
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;