...
|
...
|
@@ -17,6 +17,7 @@ type Position struct { |
|
|
UpdateAt time.Time `orm:"column(update_at);type(timestamp)" description:"更新时间"`
|
|
|
DeleteAt time.Time `orm:"column(delete_at);type(timestamp)" description:"删除时间"`
|
|
|
EnableStatus string `orm:"column(enable_status);size(255)" description:"有效状态 1:有效 0:无效"`
|
|
|
//关联企业总后台的id
|
|
|
}
|
|
|
|
|
|
func (t *Position) TableName() string {
|
...
|
...
|
|