|
|
|
@@ -104,8 +104,6 @@ type UserBusinessAnalysisAll struct { |
|
|
|
CollectImage int `xorm:"NOT NULL DEFAULT 0"` |
|
|
|
CollectedImage int `xorm:"NOT NULL DEFAULT 0"` |
|
|
|
RecommendImage int `xorm:"NOT NULL DEFAULT 0"` |
|
|
|
|
|
|
|
HasActivity int `xorm:"NOT NULL DEFAULT 0"` |
|
|
|
} |
|
|
|
|
|
|
|
type UserBusinessAnalysis struct { |
|
|
|
@@ -193,8 +191,6 @@ type UserBusinessAnalysis struct { |
|
|
|
CollectImage int `xorm:"NOT NULL DEFAULT 0"` |
|
|
|
CollectedImage int `xorm:"NOT NULL DEFAULT 0"` |
|
|
|
RecommendImage int `xorm:"NOT NULL DEFAULT 0"` |
|
|
|
|
|
|
|
HasActivity int `xorm:"NOT NULL DEFAULT 0"` |
|
|
|
} |
|
|
|
|
|
|
|
type UserBusinessAnalysisQueryOptions struct { |
|
|
|
|