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