mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
feat: editable po_date
This commit is contained in:
@@ -61,6 +61,10 @@ type DeletePurchaseItemsRequest struct {
|
||||
ItemIDs []uint `json:"item_ids" validate:"required,min=1,dive,gt=0"`
|
||||
}
|
||||
|
||||
type UpdatePoDateRequest struct {
|
||||
PoDate string `json:"po_date" validate:"required,datetime=2006-01-02"`
|
||||
}
|
||||
|
||||
type Query struct {
|
||||
Page int `query:"page" validate:"omitempty,number,min=1"`
|
||||
Limit int `query:"limit" validate:"omitempty,number,min=1,max=100"`
|
||||
|
||||
Reference in New Issue
Block a user