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