Explorar el Código

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

csx hace 3 años
padre
commit
29aebb8e35
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      models/his_models.go

+ 2 - 0
models/his_models.go Ver fichero

@@ -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"`