hk-cdp 1.0.106__py3-none-any.whl → 1.0.107__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/tt/tt_source_history_member_model.py +2 -2
- {hk_cdp-1.0.106.dist-info → hk_cdp-1.0.107.dist-info}/METADATA +1 -1
- {hk_cdp-1.0.106.dist-info → hk_cdp-1.0.107.dist-info}/RECORD +6 -6
- {hk_cdp-1.0.106.dist-info → hk_cdp-1.0.107.dist-info}/LICENSE +0 -0
- {hk_cdp-1.0.106.dist-info → hk_cdp-1.0.107.dist-info}/WHEEL +0 -0
- {hk_cdp-1.0.106.dist-info → hk_cdp-1.0.107.dist-info}/top_level.txt +0 -0
|
@@ -29,7 +29,7 @@ class TtSourceHistoryMember:
|
|
|
29
29
|
self.union_id = "" # union_id
|
|
30
30
|
self.store_id = "" # 店铺id
|
|
31
31
|
self.current_points = "" # 积分余额
|
|
32
|
-
self.
|
|
32
|
+
self.level_id = 0 # 等级
|
|
33
33
|
self.mobile = "" # 明文手机号
|
|
34
34
|
self.mask_mobile = "" # 掩码手机号
|
|
35
35
|
self.apply_time = '1900-01-01 00:00:00.000' # 入会时间
|
|
@@ -41,7 +41,7 @@ class TtSourceHistoryMember:
|
|
|
41
41
|
@classmethod
|
|
42
42
|
def get_field_list(self):
|
|
43
43
|
return [
|
|
44
|
-
'doudian_open_id', 'union_id', 'store_id', 'current_points', '
|
|
44
|
+
'doudian_open_id', 'union_id', 'store_id', 'current_points', 'level_id', 'mobile', 'mask_mobile',
|
|
45
45
|
'apply_time', 'order_total_amount', 'order_count', 'modify_time', 'create_time'
|
|
46
46
|
]
|
|
47
47
|
|
|
@@ -61,13 +61,13 @@ hk_cdp/models/db_models/tt/tt_rds_item_model.py,sha256=WCgZIo1lBgR1VWfS-8SALXWcI
|
|
|
61
61
|
hk_cdp/models/db_models/tt/tt_rds_refund_model.py,sha256=y51lwWDHHLIrNw-YjIKTm3EuS3PbWcIl-ZE_S9LYCBE,1987
|
|
62
62
|
hk_cdp/models/db_models/tt/tt_rds_trade_model.py,sha256=BBc0uHI7VDRWRcCGZHniWtkk3-ToDr6hKGhQwEiryvY,1948
|
|
63
63
|
hk_cdp/models/db_models/tt/tt_source_buyer_model.py,sha256=xftM1m2DMIQVyw6y1vJgNlVqqL63k8iMgdLpg5GiI9w,1779
|
|
64
|
-
hk_cdp/models/db_models/tt/tt_source_history_member_model.py,sha256=
|
|
64
|
+
hk_cdp/models/db_models/tt/tt_source_history_member_model.py,sha256=Z7DeqNWTfnGEMvaa2WGJhc4hZ-r6PzfTUsqgjswWf6A,2086
|
|
65
65
|
hk_cdp/models/db_models/user/__init__.py,sha256=O_F1_TiR_075ATAHcahxTKJwUdYeY-QzJqzO0EbsaCM,68
|
|
66
66
|
hk_cdp/models/db_models/user/user_data_model.py,sha256=hswh3ELJtBilEgzr7W6MfmaWsnSr93oO0nizbbPeRAk,2757
|
|
67
67
|
hk_cdp/models/db_models/user/user_info_model.py,sha256=TywpvlFGkch9hO_szyhin-ed4xfTWBM7L59IU96SfxU,4138
|
|
68
68
|
hk_cdp/models/db_models/user/user_trends_model.py,sha256=oxJCBnJQEvFr1_heV_cxRrPIic6_oSoLqARc6ldp2LM,1592
|
|
69
|
-
hk_cdp-1.0.
|
|
70
|
-
hk_cdp-1.0.
|
|
71
|
-
hk_cdp-1.0.
|
|
72
|
-
hk_cdp-1.0.
|
|
73
|
-
hk_cdp-1.0.
|
|
69
|
+
hk_cdp-1.0.107.dist-info/LICENSE,sha256=hKHSuDoDoyOk6vOrpkYnOXZ640PvhUa-BTQbRRtFsUk,1061
|
|
70
|
+
hk_cdp-1.0.107.dist-info/METADATA,sha256=9b-C1SesIfXAtGNPo2D92W-9rhdnUI-uDxVgm2Mza7A,7102
|
|
71
|
+
hk_cdp-1.0.107.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
|
|
72
|
+
hk_cdp-1.0.107.dist-info/top_level.txt,sha256=omzIr_m5qnzhfcdscOVr4P4JUB49wlP6KztqvlqDntw,7
|
|
73
|
+
hk_cdp-1.0.107.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|