#
luxiaotao1123
2024-02-18 308082bedaed42935bd67845e3840eb71ff96240
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);
}