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