add QCXG7K2N
This commit is contained in:
@@ -138,6 +138,10 @@ type QCXGX2X6Req struct {
|
||||
VehicleType string `json:"vehicle_type" validate:"omitempty"`
|
||||
Name string `json:"name" validate:"required,min=1,validName"`
|
||||
}
|
||||
type QCXG7K2NReq struct {
|
||||
PlateNo string `json:"plate_no" validate:"required"`
|
||||
Name string `json:"name" validate:"required,min=1,validName"`
|
||||
}
|
||||
type QCXG1S2LReq struct {
|
||||
VinCode string `json:"vin_code" validate:"required"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user