# lease **Repository Path**: DYdayu/lease ## Basic Information - **Project Name**: lease - **Description**: 尚硅谷尚庭公寓学习记录 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-16 - **Last Updated**: 2024-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 尚庭公寓说明文档 lease ├── common(公共模块——工具类、公用配置等) │   ├── pom.xml │   └── src ├── model(数据模型——与数据库相对应地实体类) │   ├── pom.xml │   └── src ├── web(Web模块) │ ├── pom.xml │ ├── web-admin(后台管理系统Web模块——包含mapper、service、controller) │ │   ├── pom.xml │ │   └── src │ └── web-app(移动端Web模块——包含mapper、service、controller) │ ├── pom.xml │ └── src └── pom.xml