# big-markting **Repository Path**: codecow8848/big-markting ## Basic Information - **Project Name**: big-markting - **Description**: 营销系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-10 - **Last Updated**: 2026-02-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xfg-frame-archetype - DDD 脚手架 # app 此层只写一些配置类和启动类 # domain 业务相关的代码均写在这一层。按照业务功能进行分块 # infrastructure 基础架构层,所有关于持久化数据的获取、文件的获取、配置的获取由这一层负责 # trigger 触发器层,通过调用此层的入口来调动其他层之间的合作输出一个完整的功能 # 依赖关系 app -> domain app -> infrastructure domain -> types infrastructure -> domain trigger -> domain trigger -> types