mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 21:41:55 +00:00
feat: input po_date manual
This commit is contained in:
@@ -35,6 +35,7 @@ type ApproveStaffPurchaseRequest struct {
|
||||
type ApproveManagerPurchaseRequest struct {
|
||||
Action string `json:"action" validate:"required,oneof=APPROVED REJECTED"`
|
||||
Notes *string `json:"notes,omitempty" validate:"omitempty,max=500"`
|
||||
PoDate *string `json:"po_date,omitempty" validate:"omitempty,datetime=2006-01-02"`
|
||||
}
|
||||
|
||||
type ReceivePurchaseItemRequest struct {
|
||||
|
||||
Reference in New Issue
Block a user