#
luxiaotao1123
2024-02-16 02eb9d41eb2f201ce18d8481f56d82fb89641d42
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/sys/service/OperationRecordService.java
@@ -5,4 +5,6 @@
public interface OperationRecordService extends IService<OperationRecord> {
    void saveAsync(OperationRecord operationRecord);
}