摘要: 在父工程当中添加版本号,统一管理: ```xml 3.5.1 ``` 在父工程当中添加 MyBatisPlus 依赖: ```xml com.baomidou mybatis-plus-boot-starter ${mybatis-plus.version} ``` 在 common 模板当中添加 阅读全文
posted @ 2023-08-15 23:36 BNTang 阅读(32) 评论(0) 推荐(0)
摘要: 上一节当中我们只是给后台添加了对应的菜单,实际上对应的页面还没有存在这节主要就是创建出来页面: - 促销活动: activity - 统计分析: analysis - 商机管理: business - 渠道管理: channel - 线索管理: clue - 合同管理: contract - 私教课 阅读全文
posted @ 2023-08-15 23:09 BNTang 阅读(37) 评论(0) 推荐(0)