hk-cdp 1.0.99__py3-none-any.whl → 1.0.101__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.

Potentially problematic release.


This version of hk-cdp might be problematic. Click here for more details.

@@ -48,14 +48,15 @@ class CdpStoreInfo:
48
48
  self.cdp_rawdata_sync_status = 0 # cdp_原始数据同步状态(0-未开始 1-同步历史数据 2-同步增量数据)
49
49
  self.history_data_clean_status = 0 # 历史数据清洗状态(0-未开始 1-进行中 2-已完成)
50
50
  self.history_member_init_status = 0 # 历史会员初始化状态(0-未开始 1-进行中 2-已完成)
51
- self.is_stark_work = 0 # 是否开启作业服务(1-是 0-否)
51
+ self.is_start_work = 0 # 是否开启作业服务(1-是 0-否)
52
+ self.work_config = {} # 作业配置json
52
53
 
53
54
 
54
55
  @classmethod
55
56
  def get_field_list(self):
56
57
  return [
57
58
  'id', 'guid', 'store_name', 'store_icon', 'plat_store_id', 'store_status', 'create_date', 'modify_date', 'plat_telephone_key', 'prefix_status', 'prefix_path', 'business_id', 'seller_nick', 'seller_id', 'platform_id', 'overdue_date', 'access_token', 'extend_info',
58
- 'description', 'cdp_rawdata_sync_status', 'history_data_clean_status', 'history_member_init_status', 'is_stark_work'
59
+ 'description', 'cdp_rawdata_sync_status', 'history_data_clean_status', 'history_member_init_status', 'is_start_work', 'work_config'
59
60
  ]
60
61
 
61
62
  @classmethod
@@ -34,6 +34,7 @@ class TaobaoSourceHistoryMember:
34
34
  self.points = "" # 消费者积分余额
35
35
  self.mix_mobile = "" # 加密手机号
36
36
  self.mobile = "" # 手机号
37
+ self.mask_mobile = "" # 掩码手机号
37
38
  self.first_entry_time = "1900-01-01 00:00:00" # 首次入会时间
38
39
  self.last_entry_time = "1900-01-01 00:00:00" # 首次入会时间
39
40
  self.modify_time = "1900-01-01 00:00:00.000" # 修改时间
@@ -41,7 +42,7 @@ class TaobaoSourceHistoryMember:
41
42
 
42
43
  @classmethod
43
44
  def get_field_list(self):
44
- return ["ouid", "store_id", "grade", "grade_name", "snapshot_info", "gmt_modified", "points", "mix_mobile", "mobile", "first_entry_time", "last_entry_time", "modify_time", "create_time"]
45
+ return ["ouid", "store_id", "grade", "grade_name", "snapshot_info", "gmt_modified", "points", "mix_mobile", "mobile", 'mask_mobile', "first_entry_time", "last_entry_time", "modify_time", "create_time"]
45
46
 
46
47
  @classmethod
47
48
  def get_primary_key(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hk-cdp
3
- Version: 1.0.99
3
+ Version: 1.0.101
4
4
  Summary: hk cdp
5
5
  Home-page: http://gitlab.tdtech.gao7.com/newfire/hk_cap/hk_cdp/server/hk_cdp.git
6
6
  Author: seven
@@ -20,7 +20,7 @@ hk_cdp/models/db_models/cap/__init__.py,sha256=QsbOTFmhrR2g4CCwzXfpcoqWeVdGU-gS7
20
20
  hk_cdp/models/db_models/cap/cap_business_info_model.py,sha256=GnRMcS2n1bHgNIELHsLZ5zUZTdLgmThNDLYZea6jV-0,1616
21
21
  hk_cdp/models/db_models/cap/cap_store_info_model.py,sha256=qewjcGdPnlK-R8yY564qogP7IuiqhcxyMAJrrNjprqY,1716
22
22
  hk_cdp/models/db_models/cdp/__init__.py,sha256=8AyJZ9QNMMgbxCoroCPpckaYWST0whyfaKPrLcwNUoA,213
23
- hk_cdp/models/db_models/cdp/cdp_store_info_model.py,sha256=-6Y8trsFPLVFzga-KvNYdYg5PShfBVKi8VbawI2wTsU,2866
23
+ hk_cdp/models/db_models/cdp/cdp_store_info_model.py,sha256=f5XFVEST3jWrrSlEKPpPkClg4b1A1mFu8wVmk9zYvKg,2931
24
24
  hk_cdp/models/db_models/cdp/cdp_work_info_model.py,sha256=Fg9jyzGjqHAd974BywgQ4iH8KR-Cf9fCxo-4BE0dVGM,3749
25
25
  hk_cdp/models/db_models/member/__init__.py,sha256=848n8bTcWDnFiqDnucKrEMskbXJMLz29ju6s6ta2bR4,311
26
26
  hk_cdp/models/db_models/member/member_asset_log_model.py,sha256=NnUbiCAmJcmB16iVDnsSQITlDo4Sw8zsUEIk6cgS00w,3079
@@ -50,7 +50,7 @@ hk_cdp/models/db_models/taobao/taobao_rds_item_model.py,sha256=VLs0Jd0rcZeTJ-ljm
50
50
  hk_cdp/models/db_models/taobao/taobao_rds_refund_model.py,sha256=1hCIIaIz3Ud_2HsuuMMMc3Ea9F7mY0LRL3a1HdQpgus,1727
51
51
  hk_cdp/models/db_models/taobao/taobao_rds_trade_model.py,sha256=zmZzunkuVdZ9l9FxgYfQyP-XNqJyedT415pRWnRpRCI,1659
52
52
  hk_cdp/models/db_models/taobao/taobao_source_buyer_model.py,sha256=i5s2BryvepkV12EC7TdGTLb4hlLEaDsAhOp7RCMe9WY,2255
53
- hk_cdp/models/db_models/taobao/taobao_source_history_member_model.py,sha256=ERejNpQnFGVWkJjbZByU1Wbxn5nVRsbi8KhxfTvpBBE,2136
53
+ hk_cdp/models/db_models/taobao/taobao_source_history_member_model.py,sha256=m2_YzlpoPL6jhZv4pYW4Vg4LXMGqDFLpj6g9erX3yMw,2199
54
54
  hk_cdp/models/db_models/trade/__init__.py,sha256=QxTCD3TJRFF4SZU83T-lATdDIKTuTmFopGpRs_Lps2E,101
55
55
  hk_cdp/models/db_models/trade/trade_give_info_model.py,sha256=l70K-aiyOkNRy2NPLGDOG-vUnM6Vw0NqAdbwW7cxT0k,1868
56
56
  hk_cdp/models/db_models/trade/trade_info_model.py,sha256=fX4OiHjaFx8DnOj0SMq-LTZRa-lVjz2mLvsjJM1qw_Y,4713
@@ -66,8 +66,8 @@ hk_cdp/models/db_models/user/__init__.py,sha256=O_F1_TiR_075ATAHcahxTKJwUdYeY-Qz
66
66
  hk_cdp/models/db_models/user/user_data_model.py,sha256=Z8Hr9xarLXvlKWKV0o25KVVVJiiOVyLOwYY7KfNLDrs,2742
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.99.dist-info/LICENSE,sha256=hKHSuDoDoyOk6vOrpkYnOXZ640PvhUa-BTQbRRtFsUk,1061
70
- hk_cdp-1.0.99.dist-info/METADATA,sha256=q8sjYEK1eObqhfZh4II5A9Dc8MS51Cf7XcwxFNYO8cw,7101
71
- hk_cdp-1.0.99.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
72
- hk_cdp-1.0.99.dist-info/top_level.txt,sha256=omzIr_m5qnzhfcdscOVr4P4JUB49wlP6KztqvlqDntw,7
73
- hk_cdp-1.0.99.dist-info/RECORD,,
69
+ hk_cdp-1.0.101.dist-info/LICENSE,sha256=hKHSuDoDoyOk6vOrpkYnOXZ640PvhUa-BTQbRRtFsUk,1061
70
+ hk_cdp-1.0.101.dist-info/METADATA,sha256=GwoYNCnET7iCsiGX5dOrmST1EtrDS9jXW8I7tIopcLg,7102
71
+ hk_cdp-1.0.101.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
72
+ hk_cdp-1.0.101.dist-info/top_level.txt,sha256=omzIr_m5qnzhfcdscOVr4P4JUB49wlP6KztqvlqDntw,7
73
+ hk_cdp-1.0.101.dist-info/RECORD,,