This commit is contained in:
2024-07-17 22:51:30 +08:00
commit 9ef5c5a45e
56 changed files with 848 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
```