Crunchy
2024-08-09 9c06fb2da3250f7b8bfcb5a2b8bd227528af2678
inspect-server/src/main/java/com/yuanchu/mom/controller/WarehouseController.java
@@ -16,7 +16,7 @@
@RequestMapping("/warehouse")
@RestController
@AllArgsConstructor
@Api("样品仓库")
@Api(tags = "样品管理")
public class WarehouseController {
    private WarehouseService warehouseService;