From 6a9495ab6d6e6bc0a3a654cdd3b9a8be569edf6d Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期五, 05 七月 2019 16:17:04 +0800 Subject: [PATCH] rm no use file --- models/vssLocalSettingTbl.go | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/models/vssLocalSettingTbl.go b/models/vssLocalSettingTbl.go index de36b96..1e44700 100644 --- a/models/vssLocalSettingTbl.go +++ b/models/vssLocalSettingTbl.go @@ -1,15 +1,15 @@ package models -import ( - "time" -) - -type VSSLocalSettingTbl struct { - ID int `json:"ID,omitempty" gorm:"primary_key" ` - ServerIp string `json:"ServerIp,omitempty" example:"SIP鏈嶅姟鍣↖P" gorm:"column:ServerIp"` - ServerPort int `json:"ServerPort,omitempty" example:"21231" gorm:"column:ServerPort"` - ServerId string `json:"ServerId,omitempty" example:"SIP鏈嶅姟鍣↖d" gorm:"column:ServerId"` - UserAuthId string `json:"UserAuthId,omitempty" example:"SIP鐢ㄦ埛璁よ瘉ID" gorm:"column:UserAuthId"` - Password string `json:"Password,omitempty" example:"瀵嗙爜" gorm:"column:Password"` - UpdateTime time.Time `json:"-" gorm:"column:UpdateTime"` -} \ No newline at end of file +//import ( +// "time" +//) +// +//type VSSLocalSettingTbl struct { +// ID int `json:"ID,omitempty" gorm:"primary_key" ` +// ServerIp string `json:"ServerIp,omitempty" example:"SIP鏈嶅姟鍣↖P" gorm:"column:ServerIp"` +// ServerPort int `json:"ServerPort,omitempty" example:"21231" gorm:"column:ServerPort"` +// ServerId string `json:"ServerId,omitempty" example:"SIP鏈嶅姟鍣↖d" gorm:"column:ServerId"` +// UserAuthId string `json:"UserAuthId,omitempty" example:"SIP鐢ㄦ埛璁よ瘉ID" gorm:"column:UserAuthId"` +// Password string `json:"Password,omitempty" example:"瀵嗙爜" gorm:"column:Password"` +// UpdateTime time.Time `json:"-" gorm:"column:UpdateTime"` +//} \ No newline at end of file -- Gitblit v1.8.0