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