MrShi
2025-11-11 bff05c941230c57f0a1ed8d0e3c4f9c7b2b8af13
keyCabinet-android/lib_coremodel/src/main/java/com/doumee/lib_coremodel/base/BaseViewModel.java
@@ -228,6 +228,10 @@
        actionEvent.setValue(new ActionEventData(type));
    }
    public void doAction(int type,String obj){
        actionEvent.setValue(new ActionEventData(type,obj));
    }
    public LifecycleOwner getLifecycleOwner() {
        return lifecycleOwner;
    }