This commit is contained in:
Mrx
2026-01-28 16:25:40 +08:00
parent 482644a914
commit 7e5a69ffaa
4 changed files with 6 additions and 6 deletions

View File

@@ -898,7 +898,7 @@ type YYSYF2T7Req struct {
DateRange string `json:"date_range" validate:"required,validAuthDate" `
}
type QYGL5S1Req struct {
type QYGL5S1IReq struct {
EntCode string `json:"ent_code" validate:"omitempty,validUSCI"`
EntName string `json:"ent_name" validate:"required,min=1,validEnterpriseName"`
}