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