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