This commit is contained in:
2026-07-05 01:26:43 +08:00
parent 07ecc8f4ab
commit 743902fff5
4 changed files with 102 additions and 9 deletions

View File

@@ -200,8 +200,9 @@ type QCXG3M7ZReq struct {
PlateColor string `json:"plate_color" validate:"omitempty"`
}
type QCXG7K2NReq struct {
PlateNo string `json:"plate_no" validate:"required"`
Name string `json:"name" validate:"required,min=1,validName"`
PlateNo string `json:"plate_no" validate:"required"`
Name string `json:"name" validate:"required,min=1,validName"`
PlateType string `json:"plate_type" validate:"omitempty,oneof=01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 20 21 22 23 24 38 51 52"`
}
type QCXG3B8ZReq struct {
PlateNo string `json:"plate_no" validate:"required"`