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