Resolve merge conflicts

This commit is contained in:
2026-01-05 14:34:58 +08:00
parent aabe34b7d5
commit 23909c44f1
2 changed files with 2 additions and 2 deletions

View File

@@ -647,7 +647,7 @@ type QYGL2S0WReq struct {
type QYGL66SLReq struct {
EntCode string `json:"ent_code" validate:"omitempty,validUSCI"`
AuthDate string `json:"auth_date" validate:"required,validAuthDate"`
EntName string `json:"ent_name" validate:"omitempty,min=1,validEnterpriseName"`
EntName string `json:"ent_name" validate:"required,min=1,validEnterpriseName"`
AuthAuthorizeFileCode string `json:"auth_authorize_file_code" validate:"required"`
}
type JRZQ2F8AReq struct {