hk-cdp 1.0.84__py3-none-any.whl → 1.0.85__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- hk_cdp/models/db_models/analysis/analysis_report_model.py +1 -2
- {hk_cdp-1.0.84.dist-info → hk_cdp-1.0.85.dist-info}/METADATA +1 -1
- {hk_cdp-1.0.84.dist-info → hk_cdp-1.0.85.dist-info}/RECORD +6 -6
- {hk_cdp-1.0.84.dist-info → hk_cdp-1.0.85.dist-info}/LICENSE +0 -0
- {hk_cdp-1.0.84.dist-info → hk_cdp-1.0.85.dist-info}/WHEEL +0 -0
- {hk_cdp-1.0.84.dist-info → hk_cdp-1.0.85.dist-info}/top_level.txt +0 -0
|
@@ -37,7 +37,6 @@ class AnalysisReport:
|
|
|
37
37
|
self.platform_id = 0 # 平台标识(1-淘宝 2-抖音 3-京东)
|
|
38
38
|
self.store_id = 0 # 店铺标识
|
|
39
39
|
self.scheme_id = 0 # 会员体系标识
|
|
40
|
-
self.member_grade = 0 # 会员等级
|
|
41
40
|
self.cycle_type = 2 # 周期类型(1-年 2-月 3-日)
|
|
42
41
|
self.report_type = 0 # 报表类型
|
|
43
42
|
self.stat_date = 0 # 统计时间
|
|
@@ -48,7 +47,7 @@ class AnalysisReport:
|
|
|
48
47
|
def get_field_list(self):
|
|
49
48
|
return [
|
|
50
49
|
'id', 'business_id', 'platform_id', 'store_id',
|
|
51
|
-
'scheme_id', '
|
|
50
|
+
'scheme_id', 'cycle_type', 'report_type',
|
|
52
51
|
'stat_date', 'report_data', 'modify_date'
|
|
53
52
|
]
|
|
54
53
|
|
|
@@ -13,7 +13,7 @@ hk_cdp/models/cdp_model.py,sha256=GxC3zXZ0po2iFkaFeTYcnq8S7hGXQ-vUb9rYoka-BMI,59
|
|
|
13
13
|
hk_cdp/models/enum.py,sha256=0-kP-3RguGLZXHaamyBqlQMSNGOOH09yqksrz-o8ZrE,2381
|
|
14
14
|
hk_cdp/models/db_models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
15
|
hk_cdp/models/db_models/analysis/__init__.py,sha256=2opxCsJ4Qkuo22o6EFbUGOm0ERfM6dwtXLcIvRB61qA,192
|
|
16
|
-
hk_cdp/models/db_models/analysis/analysis_report_model.py,sha256
|
|
16
|
+
hk_cdp/models/db_models/analysis/analysis_report_model.py,sha256=-5PI6nU-7ArSQfUPQThi_fEUDOe46kneDkYea8u7H7k,2001
|
|
17
17
|
hk_cdp/models/db_models/cap/__init__.py,sha256=QsbOTFmhrR2g4CCwzXfpcoqWeVdGU-gS7wMt8NzUnFw,218
|
|
18
18
|
hk_cdp/models/db_models/cap/cap_business_info_model.py,sha256=GnRMcS2n1bHgNIELHsLZ5zUZTdLgmThNDLYZea6jV-0,1616
|
|
19
19
|
hk_cdp/models/db_models/cap/cap_store_info_model.py,sha256=qewjcGdPnlK-R8yY564qogP7IuiqhcxyMAJrrNjprqY,1716
|
|
@@ -64,8 +64,8 @@ hk_cdp/models/db_models/user/__init__.py,sha256=O_F1_TiR_075ATAHcahxTKJwUdYeY-Qz
|
|
|
64
64
|
hk_cdp/models/db_models/user/user_data_model.py,sha256=Z8Hr9xarLXvlKWKV0o25KVVVJiiOVyLOwYY7KfNLDrs,2742
|
|
65
65
|
hk_cdp/models/db_models/user/user_info_model.py,sha256=TywpvlFGkch9hO_szyhin-ed4xfTWBM7L59IU96SfxU,4138
|
|
66
66
|
hk_cdp/models/db_models/user/user_trends_model.py,sha256=oxJCBnJQEvFr1_heV_cxRrPIic6_oSoLqARc6ldp2LM,1592
|
|
67
|
-
hk_cdp-1.0.
|
|
68
|
-
hk_cdp-1.0.
|
|
69
|
-
hk_cdp-1.0.
|
|
70
|
-
hk_cdp-1.0.
|
|
71
|
-
hk_cdp-1.0.
|
|
67
|
+
hk_cdp-1.0.85.dist-info/LICENSE,sha256=hKHSuDoDoyOk6vOrpkYnOXZ640PvhUa-BTQbRRtFsUk,1061
|
|
68
|
+
hk_cdp-1.0.85.dist-info/METADATA,sha256=GOkomyjK6Fw5sVR1Mu-Q0Gl-64eSDYa1ry-nl1LC9Ns,7101
|
|
69
|
+
hk_cdp-1.0.85.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
|
|
70
|
+
hk_cdp-1.0.85.dist-info/top_level.txt,sha256=omzIr_m5qnzhfcdscOVr4P4JUB49wlP6KztqvlqDntw,7
|
|
71
|
+
hk_cdp-1.0.85.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|