hk-cdp 1.0.91__py3-none-any.whl → 1.0.92__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.
@@ -2,7 +2,7 @@
2
2
  """
3
3
  @Author: HuangJianYi
4
4
  @Date: 2024-12-31 11:25:23
5
- @LastEditTime: 2025-07-15 18:58:10
5
+ @LastEditTime: 2025-07-15 19:08:55
6
6
  @LastEditors: HuangJianYi
7
7
  @Description:
8
8
  """
@@ -48,11 +48,11 @@ class AnalysisGoodsRepurchase:
48
48
  self.today_expired_count = 0 # 今日到期未购买人数
49
49
  self.recent_7days_expired_count = 0 # 近7日到期未购买人数
50
50
  self.stat_date = 0 # 统计时间(20241231)
51
- self.modify_date = '1970-01-01 00:00:00.000' # 创建时间
51
+ self.create_date = '1970-01-01 00:00:00.000' # 创建时间
52
52
 
53
53
  @classmethod
54
54
  def get_field_list(self):
55
- return ['id', 'business_id', 'platform_id', 'store_id', 'goods_id', 'total_sales', 'buyer_count', 'repurchase_count', 'repurchase_rate', 'avg_purchase_times', 'avg_repurchase_cycle', 'today_expired_count', 'recent_7days_expired_count', 'stat_date', 'modify_date']
55
+ return ['id', 'business_id', 'platform_id', 'store_id', 'goods_id', 'total_sales', 'buyer_count', 'repurchase_count', 'repurchase_rate', 'avg_purchase_times', 'avg_repurchase_cycle', 'today_expired_count', 'recent_7days_expired_count', 'stat_date', 'create_date']
56
56
 
57
57
  @classmethod
58
58
  def get_primary_key(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hk-cdp
3
- Version: 1.0.91
3
+ Version: 1.0.92
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
@@ -14,7 +14,7 @@ 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=IpZEFGpkWi_f826jxDE3qsGHtRi4bBQpAL_Vmi5FSWY,259
16
16
  hk_cdp/models/db_models/analysis/analysis_goods_related_model.py,sha256=xG-eOeloVsFVZdn2TDyqiHHd2nZummVyUFmkqayIKAY,2116
17
- hk_cdp/models/db_models/analysis/analysis_goods_repurchase_model.py,sha256=p3k7_WUfPi71lyay2_5EWsNGpdAKcxij7ZveO_AVZ84,2424
17
+ hk_cdp/models/db_models/analysis/analysis_goods_repurchase_model.py,sha256=-ZpLq7KWhb1z8aOXGxr2eqMrAKP_KATR7vfsx41Fn70,2424
18
18
  hk_cdp/models/db_models/analysis/analysis_report_model.py,sha256=Iof44KQYOyi-J5-0771q8qvvnarsX17jLFGiry_ybR4,2010
19
19
  hk_cdp/models/db_models/cap/__init__.py,sha256=QsbOTFmhrR2g4CCwzXfpcoqWeVdGU-gS7wMt8NzUnFw,218
20
20
  hk_cdp/models/db_models/cap/cap_business_info_model.py,sha256=GnRMcS2n1bHgNIELHsLZ5zUZTdLgmThNDLYZea6jV-0,1616
@@ -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.91.dist-info/LICENSE,sha256=hKHSuDoDoyOk6vOrpkYnOXZ640PvhUa-BTQbRRtFsUk,1061
70
- hk_cdp-1.0.91.dist-info/METADATA,sha256=5lcOtIa1mKaf-XNMAcyI5oi9QX9v9sdLLEiD95C0W8w,7101
71
- hk_cdp-1.0.91.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
72
- hk_cdp-1.0.91.dist-info/top_level.txt,sha256=omzIr_m5qnzhfcdscOVr4P4JUB49wlP6KztqvlqDntw,7
73
- hk_cdp-1.0.91.dist-info/RECORD,,
69
+ hk_cdp-1.0.92.dist-info/LICENSE,sha256=hKHSuDoDoyOk6vOrpkYnOXZ640PvhUa-BTQbRRtFsUk,1061
70
+ hk_cdp-1.0.92.dist-info/METADATA,sha256=TafvLlvlpHWx7axiG1JHgaK7Rxm3L8-8jVmH-qR7wes,7101
71
+ hk_cdp-1.0.92.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
72
+ hk_cdp-1.0.92.dist-info/top_level.txt,sha256=omzIr_m5qnzhfcdscOVr4P4JUB49wlP6KztqvlqDntw,7
73
+ hk_cdp-1.0.92.dist-info/RECORD,,