#
luxiaotao1123
2024-02-17 2b430bf3f4d6e84bd7ad351a6bcdd1d3a08c4630
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);
}