#
luxiaotao1123
2024-02-14 fc6c9e4d74bcba3836b684a7a73927d9aeca3927
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);
}