#
luxiaotao1123
2024-01-31 93268fc1c008c232b80df5cc80af370570a0d2fe
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);
}