公告板
版本库
filestore
活动
搜索
登录
Android
/
car-service
育英车位管理
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
add db restriction
liuxiaolong
2020-08-13
c6b1cadc0214c6791a5c5bcc62ab57601e38f457
[Android/car-service.git]
/
vo
/
car.go
1
2
3
4
5
6
package vo
type AddPlateNoVo struct {
UserId string `json:"userId" binding:"required"`
PlateNo string `json:"plateNo" binding:"required"`
}