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