diff --git a/models/etl/DataTableLst.model.go b/models/etl/DataTableLst.model.go index b2ea138..80c3a0c 100644 --- a/models/etl/DataTableLst.model.go +++ b/models/etl/DataTableLst.model.go @@ -26,7 +26,7 @@ type DataTableLst struct { ColDesc string `xorm:"nvarchar(100) 'ColDesc'" json:"DataTableLst-ColDesc"` RowNo int `xorm:"int 'RowNo'" json:"DataTableLst-RowNo"` RowName string `xorm:"nvarchar(100) 'RowName'" json:"DataTableLst-RowName"` - TargetField string `xorm:"nvarchar(100) 'targetField' not null" json:"DataTableLst-targetField"` + TargetField string `xorm:"nvarchar(100) 'targetField' not null" json:"DataTableLst-TargetField"` FieldType string `xorm:"nvarchar(40) 'FieldType' not null" json:"DataTableLst-FieldType"` FieldFunc string `xorm:"nvarchar(100) 'FieldFunc'" json:"DataTableLst-FieldFunc"` DefaultValue string `xorm:"nvarchar(255) 'DefaultValue'" json:"DataTableLst-DefaultValue"`