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