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