feat:完善项目
This commit is contained in:
@ -5,3 +5,9 @@ type PageDataResponse struct {
|
||||
Data interface{} `json:"data"`
|
||||
Count int64 `json:"count"`
|
||||
}
|
||||
|
||||
type (
|
||||
CommonIDString struct {
|
||||
ID string `json:"id"`
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user