This commit is contained in:
Mrx
2026-06-08 14:56:38 +08:00
parent 57ca7be795
commit 937c0a29ff
5 changed files with 107 additions and 0 deletions

View File

@@ -145,6 +145,13 @@ type YYSY35TAReq struct {
MobileNo string `json:"mobile_no" validate:"required,min=11,max=11,validMobileNo"`
}
type YYSYTJC4Req struct {
MobileNo string `json:"mobile_no" validate:"required,min=11,max=11,validMobileNo"`
}
type YYSYP72DReq struct {
MobileNo string `json:"mobile_no" validate:"required,min=11,max=11,validMobileNo"`
}
type QCXG9F5CReq struct {
PlateNo string `json:"plate_no" validate:"required"`
}