feat:完善项目

This commit is contained in:
henry
2021-11-03 14:51:14 +08:00
parent 565b683d7e
commit 62c2dda714
14 changed files with 374 additions and 2 deletions

View File

@ -5,3 +5,9 @@ type PageDataResponse struct {
Data interface{} `json:"data"`
Count int64 `json:"count"`
}
type (
CommonIDString struct {
ID string `json:"id"`
}
)