|
|
|
@@ -106,7 +106,7 @@ type UserBusinessAnalysisAll struct { |
|
|
|
CollectedImage int `xorm:"NOT NULL DEFAULT 0"` |
|
|
|
RecommendImage int `xorm:"NOT NULL DEFAULT 0"` |
|
|
|
|
|
|
|
Phone string `xorm:"NOT NULL"` |
|
|
|
Phone string `xorm:"NULL"` |
|
|
|
} |
|
|
|
|
|
|
|
type UserBusinessAnalysis struct { |
|
|
|
@@ -195,7 +195,7 @@ type UserBusinessAnalysis struct { |
|
|
|
CollectedImage int `xorm:"NOT NULL DEFAULT 0"` |
|
|
|
RecommendImage int `xorm:"NOT NULL DEFAULT 0"` |
|
|
|
|
|
|
|
Phone string `xorm:"NOT NULL"` |
|
|
|
Phone string `xorm:"NULL"` |
|
|
|
} |
|
|
|
|
|
|
|
type UserBusinessAnalysisQueryOptions struct { |
|
|
|
|