new create admin order,express add company

This commit is contained in:
2026-09-02 18:02:57 +08:00
parent 02819d159a
commit e0a63bbef9
38 changed files with 3023 additions and 265 deletions
+5
View File
@@ -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"`
}