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