提交 0d576a24 authored 作者: 赵雪如's avatar 赵雪如

测试增加年龄字段

上级 197143d3
流水线 #305 已失败 于阶段
...@@ -4,4 +4,5 @@ type User struct { ...@@ -4,4 +4,5 @@ type User struct {
Name string `json:"name" v:"name@required|min:1#请输入省ID"` //名字 Name string `json:"name" v:"name@required|min:1#请输入省ID"` //名字
Id int `json:"id"` //用户id Id int `json:"id"` //用户id
Sex int `json:"sex"` //性别 1男 2女 Sex int `json:"sex"` //性别 1男 2女
Age int `json:"age"` //年龄
} }
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论