|
|
|
@@ -66,7 +66,7 @@ type UserBusinessAnalysisCurrentYear 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 UserBusinessAnalysisLast30Day struct { |
|
|
|
@@ -133,7 +133,7 @@ type UserBusinessAnalysisLast30Day 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 UserBusinessAnalysisLastMonth struct { |
|
|
|
@@ -200,7 +200,7 @@ type UserBusinessAnalysisLastMonth 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 UserBusinessAnalysisCurrentMonth struct { |
|
|
|
@@ -267,7 +267,7 @@ type UserBusinessAnalysisCurrentMonth 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 UserBusinessAnalysisCurrentWeek struct { |
|
|
|
@@ -335,7 +335,7 @@ type UserBusinessAnalysisCurrentWeek 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 UserBusinessAnalysisYesterday struct { |
|
|
|
@@ -403,7 +403,7 @@ type UserBusinessAnalysisYesterday 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 UserBusinessAnalysisLastWeek struct { |
|
|
|
@@ -471,7 +471,7 @@ type UserBusinessAnalysisLastWeek 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 UserAnalysisPara struct { |
|
|
|
|