公司外包团队写的代码:
```
func (s *StudController) WorkList(param struct {
StudId int `!;>0`
LatestId int `!;>0`
}) web.GetResult {
//省略里面的代码了
}
```
这里的
'`!;>0`'
表示啥意思啊?
有疑问加站长微信联系(非本文作者)
有疑问加站长微信联系(非本文作者)
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
`单行代码`