niki/param/benefactor/kind_box_req/update.go

15 lines
279 B
Go
Raw Normal View History

2023-12-25 17:08:19 +00:00
package userkindboxreqparam
import entity "git.gocasts.ir/ebhomengo/niki/entity"
type KindBoxReqUpdateRequest struct {
BenefactorID uint
KindBoxReqID uint
TypeID uint
CountRequested uint
}
type KindBoxReqUpdateResponse struct {
KindBoxReq entity.KindBoxReq
}