first commit

This commit is contained in:
2024-10-08 16:42:55 +08:00
commit ff37326529
55 changed files with 578 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
```