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