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