1 2 3 4 5 6 7 8
pub mod dbmulti; pub mod dbmulti_init; // mod.rs pub use dbmulti_init::find_bean_rumulti; // ✅ 对外暴露 pub use dbmulti::DbMulti;