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