fix
zhangqian
2023-08-19 6a696c25fe142f6db813067ee82632142dc2b2ec
model/request/common.go
@@ -8,7 +8,3 @@
type GetById struct {
   ID uint `json:"id"` // 主键ID
}
type GetByUserId struct {
   UserId string `json:"userId"` // 用户ID
}