Browse Source

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

csx 3 years ago
parent
commit
29aebb8e35
1 changed files with 2 additions and 0 deletions
  1. 2 0
      models/his_models.go

+ 2 - 0
models/his_models.go View File

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