ソースを参照

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 3 年 前
コミット
29aebb8e35
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      models/his_models.go

+ 2 - 0
models/his_models.go ファイルの表示

@@ -1,5 +1,7 @@
1 1
 package models
2 2
 
3
+import "time"
4
+
3 5
 type XtHisProject struct {
4 6
 	ID                        int64   `gorm:"column:id" json:"id" form:"id"`
5 7
 	ProjectName               string  `gorm:"column:project_name" json:"project_name" form:"project_name"`