liuxiaolong
2020-09-08 50c3437ec2e1874df6468bb83a9d5acf40482e6a
1
2
3
4
5
6
package vo
 
type AddPlateNoVo struct {
    UserId         string     `json:"userId" binding:"required"`
    PlateNo     string     `json:"plateNo" binding:"required"`
}