#
luxiaotao1123
2024-02-13 c1657f830ddd01fbe421c46ea2e139e1f7dd7567
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);
}