新增客户管理;

新增合同管理
This commit is contained in:
2023-06-10 01:29:06 +08:00
parent 484999cd07
commit 385bfb96b8
31 changed files with 1929 additions and 3 deletions

View File

@@ -93,6 +93,13 @@
<version>3.4.1</version>
</dependency>
<!-- mybatis-plus-join -->
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-boot-starter</artifactId>
<version>1.4.5</version>
</dependency>
<!-- hutool -->
<dependency>
<groupId>cn.hutool</groupId>