hk-cdp 1.0.117__py3-none-any.whl → 1.0.118__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-11-19 15:01:40
5
- @LastEditTime: 2025-01-10 17:29:51
5
+ @LastEditTime: 2025-08-22 17:32:54
6
6
  @LastEditors: HuangJianYi
7
7
  @Description:
8
8
  """
@@ -38,6 +38,7 @@ class StoreBase:
38
38
  self.plat_store_id = "" # 平台店铺标识
39
39
  self.init_integral_multiple = "" # 初始积分倍数
40
40
  self.init_growth_config = {} # 初始成长值配置
41
+ self.init_exclude_goods = {} # 初始排除商品
41
42
  self.incr_process_start_date = "1970-01-01 00:00:00.000" # 增量处理时间
42
43
  self.is_omid_merge = 0 # 是否走omid合并逻辑(1-是 0-否)
43
44
  self.create_date = "1970-01-01 00:00:00.000" # 创建时间
@@ -46,7 +47,7 @@ class StoreBase:
46
47
 
47
48
  @classmethod
48
49
  def get_field_list(self):
49
- return ['id', 'guid', 'business_id', 'scheme_id', 'platform_id', 'store_name', 'seller_nick', 'plat_store_id', 'init_integral_multiple', 'init_growth_config', 'incr_process_start_date', 'is_omid_merge', 'create_date', 'modify_date']
50
+ return ['id', 'guid', 'business_id', 'scheme_id', 'platform_id', 'store_name', 'seller_nick', 'plat_store_id', 'init_integral_multiple', 'init_growth_config', 'init_exclude_goods', 'incr_process_start_date', 'is_omid_merge', 'create_date', 'modify_date']
50
51
 
51
52
  @classmethod
52
53
  def get_primary_key(self):
@@ -47,12 +47,13 @@ class TradeOrder:
47
47
  self.order_status = "" # 子订单状态
48
48
  self.refund_status = "" # 退款状态
49
49
  self.refund_id = "" # 退款订单号
50
+ self.refund_price = 0.0 # 退款金额
50
51
 
51
52
  @classmethod
52
53
  def get_field_list(self):
53
54
  return [
54
55
  'id', 'business_id', 'store_id', 'plat_store_id', 'user_id', 'ouid', 'platform_id', 'main_pay_order_no', 'sub_pay_order_no', 'goods_code', 'goods_name', 'goods_pic', 'goods_id', 'sku_id', 'buy_num', 'goods_price', 'order_price', 'pay_price', 'discount_price',
55
- 'divide_order_price', 'order_status', 'refund_status', 'refund_id'
56
+ 'divide_order_price', 'order_status', 'refund_status', 'refund_id', 'refund_price'
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.117
3
+ Version: 1.0.118
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
@@ -40,7 +40,7 @@ hk_cdp/models/db_models/scheme/scheme_integral_model.py,sha256=7rVqdjB151Tytadfq
40
40
  hk_cdp/models/db_models/scheme/scheme_level_info_model.py,sha256=5wx2JFwvXYBmeSnvGCnY4xs2mPvjBfvl2j23-OFqLcs,2224
41
41
  hk_cdp/models/db_models/scheme/scheme_level_model.py,sha256=_t1VsZ1-iFNLRt9TDilJO4U3twHeX8KDrUkeD9Bt9dc,2170
42
42
  hk_cdp/models/db_models/store/__init__.py,sha256=zg-nnkPuGsi2-UT9OPlZc5ouQ1KYOtLyuh5_3pHCBuQ,232
43
- hk_cdp/models/db_models/store/store_base_model.py,sha256=Gw7Pjo3-bPT134uJ5y6Ckp4tnCZGo7m6OetBjN8-PDE,2163
43
+ hk_cdp/models/db_models/store/store_base_model.py,sha256=nIzMw2W_LpnqJhBFy-9UjEgycWKqHo0ajhXTejqqTtE,2243
44
44
  hk_cdp/models/db_models/store/store_goods_model.py,sha256=emtShP8-3cjrWXCMi-ueyk85wkEe62I8J-jUVAp657U,1910
45
45
  hk_cdp/models/db_models/store/store_prefix_log_model.py,sha256=lJgN9S2_azswzUkrC8zpfV-uT_Mo3gOg1PvEtValVK8,1225
46
46
  hk_cdp/models/db_models/sync/__init__.py,sha256=3yNTLEqN1lJDHTVXsvic3Yf7Io-jFDGkwDQKUAKYh-Q,63
@@ -55,7 +55,7 @@ hk_cdp/models/db_models/taobao/taobao_source_history_member_model.py,sha256=m2_Y
55
55
  hk_cdp/models/db_models/trade/__init__.py,sha256=q5ixL1_9cJxTmpzi7VtKceKNLCKZceDlrTEqqZn86IM,257
56
56
  hk_cdp/models/db_models/trade/trade_give_info_model.py,sha256=l70K-aiyOkNRy2NPLGDOG-vUnM6Vw0NqAdbwW7cxT0k,1868
57
57
  hk_cdp/models/db_models/trade/trade_info_model.py,sha256=bvfNmJsLivvgOhgnsqdhR2vRjLseT5QD_bdjIl4SVzg,4904
58
- hk_cdp/models/db_models/trade/trade_order_model.py,sha256=qKKEnQT81RBOVpd6STwImiFeRGy10sNC11nVq-EIvGQ,2503
58
+ hk_cdp/models/db_models/trade/trade_order_model.py,sha256=Ux6hJZrDybYXyc_8MKADcS8UoL9_-XKc7kStq6Gg5Wo,2566
59
59
  hk_cdp/models/db_models/trade/trade_status_info_model.py,sha256=R8HaCRRmXIa76ZWajW6YcdAxbPZPKiDDPLszUkD2azc,1946
60
60
  hk_cdp/models/db_models/tt/__init__.py,sha256=udhmTaFhq9P2bisJyTJiIwebDMEzc-HqBZdGmARZIEQ,136
61
61
  hk_cdp/models/db_models/tt/tt_rds_item_model.py,sha256=WCgZIo1lBgR1VWfS-8SALXWcIFaYPTO9VHW6qFLAAaQ,2004
@@ -67,10 +67,8 @@ hk_cdp/models/db_models/user/__init__.py,sha256=O_F1_TiR_075ATAHcahxTKJwUdYeY-Qz
67
67
  hk_cdp/models/db_models/user/user_data_model.py,sha256=hswh3ELJtBilEgzr7W6MfmaWsnSr93oO0nizbbPeRAk,2757
68
68
  hk_cdp/models/db_models/user/user_info_model.py,sha256=TywpvlFGkch9hO_szyhin-ed4xfTWBM7L59IU96SfxU,4138
69
69
  hk_cdp/models/db_models/user/user_trends_model.py,sha256=oxJCBnJQEvFr1_heV_cxRrPIic6_oSoLqARc6ldp2LM,1592
70
- hk_cdp/models/settle/__init__.py,sha256=ttAbkiY3JOD84wJaUT6DrfYvtWzFK-XS6MXWv9WYClw,41
71
- hk_cdp/models/settle/settle_exclude_goods_model.py,sha256=1E2V93KIs6ztwrgglWWAPQEoszGAhRPwjAo1t41Opqw,1551
72
- hk_cdp-1.0.117.dist-info/LICENSE,sha256=hKHSuDoDoyOk6vOrpkYnOXZ640PvhUa-BTQbRRtFsUk,1061
73
- hk_cdp-1.0.117.dist-info/METADATA,sha256=qjcnkwYiKLD87mLeqOKS5i52m4aBsPZRFRdWNcRPGKs,7102
74
- hk_cdp-1.0.117.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
75
- hk_cdp-1.0.117.dist-info/top_level.txt,sha256=omzIr_m5qnzhfcdscOVr4P4JUB49wlP6KztqvlqDntw,7
76
- hk_cdp-1.0.117.dist-info/RECORD,,
70
+ hk_cdp-1.0.118.dist-info/LICENSE,sha256=hKHSuDoDoyOk6vOrpkYnOXZ640PvhUa-BTQbRRtFsUk,1061
71
+ hk_cdp-1.0.118.dist-info/METADATA,sha256=3380AZyWaVEY9jQj2RNoJxaf5am7xOEPTPf3p2a6NqY,7102
72
+ hk_cdp-1.0.118.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
73
+ hk_cdp-1.0.118.dist-info/top_level.txt,sha256=omzIr_m5qnzhfcdscOVr4P4JUB49wlP6KztqvlqDntw,7
74
+ hk_cdp-1.0.118.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- __all__ = ["settle_exclude_goods_model"]
@@ -1,47 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- """
3
- @Author: HuangJianYi
4
- @Date: 2024-10-15 18:30:21
5
- @LastEditTime: 2024-12-31 10:54:55
6
- @LastEditors: HuangJianYi
7
- @Description:
8
- """
9
- from seven_framework.mysql import MySQLHelper
10
- from seven_framework.base_model import *
11
- from seven_cloudapp_frame.models.cache_model import *
12
-
13
-
14
- class SettleExcludeGoodsModel(CacheModel):
15
- def __init__(self, db_connect_key='db_cloudapp', db_config_dict=None, sub_table=None, db_transaction=None, context=None, is_auto=False):
16
- super(SettleExcludeGoodsModel, self).__init__(SettleExcludeGoods, sub_table)
17
- if not db_config_dict:
18
- db_config_dict = config.get_value(db_connect_key)
19
- self.db = MySQLHelper(self.convert_db_config(db_config_dict, is_auto))
20
- self.db_connect_key = db_connect_key
21
- self.db_transaction = db_transaction
22
- self.db.context = context
23
-
24
- # 方法扩展请继承此类
25
-
26
-
27
- class SettleExcludeGoods:
28
- def __init__(self):
29
- super(SettleExcludeGoods, self).__init__()
30
- self.id = 0 # id
31
- self.guid = 0 # guid
32
- self.business_id = 0 # 商家标识
33
- self.store_id = 0 # 店铺标识
34
- self.platform_id = 0 # 平台标识
35
- self.goods_id = '' # 商品ID
36
- self.create_date = '' # 创建时间
37
-
38
- @classmethod
39
- def get_field_list(self):
40
- return ['id', 'guid', 'business_id', 'store_id', 'platform_id', 'goods_id', 'create_date']
41
-
42
- @classmethod
43
- def get_primary_key(self):
44
- return "id"
45
-
46
- def __str__(self):
47
- return "settle_exclude_goods_tb"