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

Initial commit

上级
流水线 #302 已取消 于阶段
# Default ignored files
/shelf/
/workspace.xml
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="Go" enabled="true" />
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/easy-order-api.iml" filepath="$PROJECT_DIR$/.idea/easy-order-api.iml" />
</modules>
</component>
</project>
\ No newline at end of file
package v1
type User struct {
Name string `json:"name" v:"name@required|min:1#请输入省ID"`
Id int `json:"id"`
}
\ No newline at end of file
module gitlab.jxhh.com/zhaoxueru/api.git
go 1.16
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论