修改欢迎词 增加示例代码文件

This commit is contained in:
pixel
2019-10-22 21:44:22 +08:00
parent cf29a5e7ef
commit deb266eb67
7 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
package dbModel
type ExampleForm struct {
Name string `json:"name"`
}