package vo type AddPlateNoVo struct { UserId string `json:"userId" binding:"required"` PlateNo string `json:"plateNo" binding:"required"` }