# restaurant **Repository Path**: bb15548813221/restaurant ## Basic Information - **Project Name**: restaurant - **Description**: 实训课后台文件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-16 - **Last Updated**: 2024-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 组织结构 ```tree restaurant ├─annotation --注解包 │ └─validator --数据效验的实现类 ├─aspect --切面组件 ├─config --配置包 ├─controller --控制器层 ├─entity --POJO层 │ ├─po --PO类型的实体对象 │ ├─request --请求类型的实体对象 │ └─vo --VO类型的实体对象 ├─exception --异常处理 ├─mapper --数据访问层 ├─service --业务层 │ └─impl --业务层实现类 └─util --工具类