//! Master data generators for enterprise simulation.
//!
//! This module provides generators for various master data entities:
//! - Vendors (enhanced with payment behavior)
//! - Customers (enhanced with credit management)
//! - Materials (inventory and BOM)
//! - Fixed Assets (with depreciation)
//! - Employees (with org hierarchy)
//! - Cost Centers (two-level hierarchy)
//! - Entity Registry (central entity management)
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;