晏有为
2024-05-27 27421a34661fed2e141ab9aaa7447926aea46e36
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;