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