hk-cdp 1.0.120__py3-none-any.whl → 1.0.121__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.
@@ -36,6 +36,7 @@ class UserData:
36
36
  self.first_pay_date = "1970-01-01 00:00:00.000" # 首次付款时间
37
37
  self.last_order_date = "1970-01-01 00:00:00.000" # 最近下单时间
38
38
  self.last_pay_date = "1970-01-01 00:00:00.000" # 最近付款时间
39
+ self.last_second_pay_date = "1970-01-01 00:00:00.000" # 倒数第二次付款时间
39
40
  self.last_trade_date = "1970-01-01 00:00:00.000" # 最近交易时间
40
41
  self.trade_success_price = 0.0000 # 交易成功金额
41
42
  self.trade_success_num = 0 # 交易成功笔数
@@ -51,8 +52,8 @@ class UserData:
51
52
  @classmethod
52
53
  def get_field_list(self):
53
54
  return [
54
- 'id', 'user_id', 'ouid', 'business_id', 'platform_id', 'store_id', 'plat_store_id', 'first_order_date', 'first_pay_date', 'last_order_date', 'last_pay_date', 'last_trade_date', 'trade_success_price', 'trade_success_num', 'buy_num', 'refund_price', 'refund_num',
55
- 'presell_order_num', 'presell_pay_num', 'presell_order_price', 'presell_pay_price', 'buy_back_day'
55
+ 'id', 'user_id', 'ouid', 'business_id', 'platform_id', 'store_id', 'plat_store_id', 'first_order_date', 'first_pay_date', 'last_order_date', 'last_pay_date', 'last_second_pay_date', 'last_trade_date', 'trade_success_price', 'trade_success_num', 'buy_num',
56
+ 'refund_price', 'refund_num', 'presell_order_num', 'presell_pay_num', 'presell_order_price', 'presell_pay_price', 'buy_back_day'
56
57
  ]
57
58
 
58
59
  @classmethod
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hk-cdp
3
- Version: 1.0.120
3
+ Version: 1.0.121
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
@@ -65,11 +65,11 @@ hk_cdp/models/db_models/tt/tt_rds_trade_model.py,sha256=BBc0uHI7VDRWRcCGZHniWtkk
65
65
  hk_cdp/models/db_models/tt/tt_source_buyer_model.py,sha256=xftM1m2DMIQVyw6y1vJgNlVqqL63k8iMgdLpg5GiI9w,1779
66
66
  hk_cdp/models/db_models/tt/tt_source_history_member_model.py,sha256=aCm-m8qGyrzNDpYMXjvFfdKh501WEX6ClAqcd11KXg8,2179
67
67
  hk_cdp/models/db_models/user/__init__.py,sha256=O_F1_TiR_075ATAHcahxTKJwUdYeY-QzJqzO0EbsaCM,68
68
- hk_cdp/models/db_models/user/user_data_model.py,sha256=hswh3ELJtBilEgzr7W6MfmaWsnSr93oO0nizbbPeRAk,2757
68
+ hk_cdp/models/db_models/user/user_data_model.py,sha256=eH-fMdbxpo_l9Ci7TwlPbxREYq3DSSgr2hT0j_Nwwr4,2874
69
69
  hk_cdp/models/db_models/user/user_info_model.py,sha256=TywpvlFGkch9hO_szyhin-ed4xfTWBM7L59IU96SfxU,4138
70
70
  hk_cdp/models/db_models/user/user_trends_model.py,sha256=oxJCBnJQEvFr1_heV_cxRrPIic6_oSoLqARc6ldp2LM,1592
71
- hk_cdp-1.0.120.dist-info/LICENSE,sha256=hKHSuDoDoyOk6vOrpkYnOXZ640PvhUa-BTQbRRtFsUk,1061
72
- hk_cdp-1.0.120.dist-info/METADATA,sha256=DJb7917A0FnBxDr53Rd5Vl5hWzk5WUQFb9LWM79PR0c,7102
73
- hk_cdp-1.0.120.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
74
- hk_cdp-1.0.120.dist-info/top_level.txt,sha256=omzIr_m5qnzhfcdscOVr4P4JUB49wlP6KztqvlqDntw,7
75
- hk_cdp-1.0.120.dist-info/RECORD,,
71
+ hk_cdp-1.0.121.dist-info/LICENSE,sha256=hKHSuDoDoyOk6vOrpkYnOXZ640PvhUa-BTQbRRtFsUk,1061
72
+ hk_cdp-1.0.121.dist-info/METADATA,sha256=SqYqXeJKu92E49FmPZKi6xFgQuAvG-DzlBaBpOtSY6E,7102
73
+ hk_cdp-1.0.121.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
74
+ hk_cdp-1.0.121.dist-info/top_level.txt,sha256=omzIr_m5qnzhfcdscOVr4P4JUB49wlP6KztqvlqDntw,7
75
+ hk_cdp-1.0.121.dist-info/RECORD,,