fix
liuxiaolong
2020-07-30 7891841b437e281d619a5eb2bf1ce34c38a603b2
1
2
3
4
5
6
package vo
 
type AddPlateNoVo struct {
    UserId         string     `json:"userId" binding:"required"`
    PlateNo     string     `json:"plateNo" binding:"required"`
}