#
luxiaotao1123
2024-02-16 3b1672c22fe83d442e81092a6efac71b284cf4a7
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);
}