This commit is contained in:
2024-08-22 15:37:56 +08:00
commit 487f201631
55 changed files with 549 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
存放BaseServiceImpl
```
\-- *BaseServiceImpl.java
```

View File

@@ -0,0 +1,4 @@
存放Converter
```
\-- *Converter.java
```

View File

@@ -0,0 +1,4 @@
存放DTO
```
\-- *DTO.java
```

View File

@@ -0,0 +1,4 @@
存放工具类
```
\-- *Util.java
```

View File

@@ -0,0 +1,4 @@
存放Test
```
\-- *Test.java
```