#
luxiaotao1123
2024-04-09 9b5d6258bab4e51ef437ec38975657cf9a561de0
zy-asrs-common/src/main/java/com/zy/asrs/common/openapi/service/ApiService.java
@@ -28,6 +28,6 @@
    List<OrderListDto> getOrderList(OrderListParam param, Long hostId);
    int createMat(List<CreateMatParam> mats, Long hostId);
    int createMat(CreateMatParam param);
}