liuxiaolong
2020-06-29 5e6ce65b2ab0f08dc95cd7e5ecbc91597aa2b4b0
1
2
3
4
5
6
package vo
 
type AddPlateNoVo struct {
    UserId         string     `json:"userId" binding:"required"`
    PlateNo     string     `json:"plateNo" binding:"required"`
}