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