new create admin order,express add company
This commit is contained in:
@@ -58,3 +58,8 @@ func (p InfoValidator) GetMessage() validate.ValidatorMessages {
|
||||
"Id.required": "ID不能为空",
|
||||
}
|
||||
}
|
||||
|
||||
type DeliveryHistoryValidator struct {
|
||||
Page int `form:"page" json:"page"`
|
||||
Size int `form:"size" json:"size"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user