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