# ewayde-common-base **Repository Path**: evenL1/ewayde-common-base ## Basic Information - **Project Name**: ewayde-common-base - **Description**: 基于 DDD 的思想构建的基础组件,包含 DTO、Exception、状态机、规则引擎等 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-04 - **Last Updated**: 2025-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java, 状态机, 规则引擎 ## README # 常用基础组件 ## [ewayde-component-dto](ewayde-component-dto) 主要包含 - 用于传输对象的 DTO 类 - 用于查询的基础对象 Query 类以及 PageQuery 中的通用属性 - 用于统一返回值格式的 Response 以及衍生出来的单个体对象返回和列表对象返回以及分页对象返回 ## [ewayde-component-statemachine](ewayde-component-statemachine) 无状态的轻量化状态机 - 实现状态流转的 ## TODO ID 生成器