This commit is contained in:
Mrx
2026-03-05 16:24:53 +08:00
parent 578e68a76b
commit 360bd579ce
4 changed files with 54 additions and 0 deletions

View File

@@ -133,6 +133,10 @@ type YYSYK9R4Req struct {
Name string `json:"name" validate:"required,min=1,validName"`
}
type YYSY35TAReq struct {
MobileNo string `json:"mobile_no" validate:"required,min=11,max=11,validMobileNo"`
}
type QCXG9F5CReq struct {
PlateNo string `json:"plate_no" validate:"required"`
}