package models type TManPortalservice struct { Id string `xorm:"not null VARCHAR(50)"` ServiceName string `xorm:"not null VARCHAR(50)"` SystemId string `xorm:"not null VARCHAR(50)"` ServiceUrl string `xorm:"not null VARCHAR(100)"` ServiceHelp string `xorm:"default 'NULL' VARCHAR(200)"` }