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