qrpa 1.1.37__py3-none-any.whl → 1.1.38__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 qrpa might be problematic. Click here for more details.

@@ -36,6 +36,13 @@ class SheinNewProductAnalysis(Base):
36
36
  skc = Column(String(100), nullable=False, comment='平台SKC')
37
37
  sku_supplier_no = Column(String(100), nullable=True, comment='商家SKC')
38
38
  layer_nm = Column(String(100), nullable=True, comment='商品层级')
39
+
40
+ # 品类信息
41
+ new_cate1_nm = Column(String(200), nullable=True, comment='一级品类名称')
42
+ new_cate2_nm = Column(String(200), nullable=True, comment='二级品类名称')
43
+ new_cate3_nm = Column(String(200), nullable=True, comment='三级品类名称')
44
+ new_cate4_nm = Column(String(200), nullable=True, comment='四级品类名称')
45
+
39
46
  goods_name = Column(String(500), nullable=True, comment='商品标题')
40
47
  img_url = Column(String(500), nullable=True, comment='SKC图片URL')
41
48
 
@@ -339,6 +346,10 @@ class NewProductAnalysisManager:
339
346
  'skc' : skc,
340
347
  'sku_supplier_no' : item.get('skuSupplierNo'),
341
348
  'layer_nm' : item.get('layerNm'),
349
+ 'new_cate1_nm' : item.get('newCate1Nm'),
350
+ 'new_cate2_nm' : item.get('newCate2Nm'),
351
+ 'new_cate3_nm' : item.get('newCate3Nm'),
352
+ 'new_cate4_nm' : item.get('newCate4Nm'),
342
353
  'goods_name' : item.get('goodsName'),
343
354
  'img_url' : item.get('imgUrl'),
344
355
  'onsale_flag' : int(item.get('onsaleFlag', 0)),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: qrpa
3
- Version: 1.1.37
3
+ Version: 1.1.38
4
4
  Summary: qsir's rpa library
5
5
  Author: QSir
6
6
  Author-email: QSir <1171725650@qq.com>
@@ -22,12 +22,12 @@ qrpa/time_utils.py,sha256=bOTSi_ewXPCxwgG_ndFGf8dl7S4fvSGT9sQ-90LESuo,31458
22
22
  qrpa/time_utils_example.py,sha256=80zzunKw7F1S8MOwNFmmiCnI8MOYoh4PH-25UrEGuF0,7810
23
23
  qrpa/wxwork.py,sha256=Vy8PGEtlTWt4-1laVhuqpJUGCFH2JymgbjvH00aaBog,10946
24
24
  qrpa/mysql_module/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
- qrpa/mysql_module/new_product_analysis_model.py,sha256=z7-T9CtSp8Zn6cy7BydcEVIXjt73FhfYRxrqO43zFeg,19656
25
+ qrpa/mysql_module/new_product_analysis_model.py,sha256=j_9WpGK21XBr_bProhUV6IWaDXWlKg1_jQsImsqK4L8,20272
26
26
  qrpa/mysql_module/shein_ledger_model.py,sha256=KGKfGyzS00rbBZhiZhAzypwYPGs7OdfRLnH2ea36Vm8,18161
27
27
  qrpa/mysql_module/shein_product_model.py,sha256=KiXMjPT93XkANCM53cCFaISja0sTmAWsionFrRy8DQ4,18773
28
28
  qrpa/mysql_module/shein_return_order_model.py,sha256=8xvKhOzpcJS5FHfyA33UednaqRNCyXo3qeXBzwTXeN8,25993
29
29
  qrpa/mysql_module/shein_store_model.py,sha256=RTj9cqexewHglHm1JNTe8iU0vJueHBLltdap-gvGxaY,20536
30
- qrpa-1.1.37.dist-info/METADATA,sha256=33v1nk64G12K_qyWkZFjg2T6j3EySRhSjFrwZXF9vEE,231
31
- qrpa-1.1.37.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
32
- qrpa-1.1.37.dist-info/top_level.txt,sha256=F6T5igi0fhXDucPPUbmmSC0qFCDEsH5eVijfVF48OFU,5
33
- qrpa-1.1.37.dist-info/RECORD,,
30
+ qrpa-1.1.38.dist-info/METADATA,sha256=B3wqzICn7txanQ9FKndI0ADd4Q254g4KZVUIz3oHVho,231
31
+ qrpa-1.1.38.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
32
+ qrpa-1.1.38.dist-info/top_level.txt,sha256=F6T5igi0fhXDucPPUbmmSC0qFCDEsH5eVijfVF48OFU,5
33
+ qrpa-1.1.38.dist-info/RECORD,,
File without changes