qrpa 1.0.54__py3-none-any.whl → 1.0.55__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.

@@ -124,6 +124,10 @@ class SheinReturnOrder(Base):
124
124
  # 用户备注字段(供后续web界面使用)
125
125
  user_notes = Column(Text, nullable=True, comment='用户备注')
126
126
 
127
+ return_factotry_status = Column(Integer, nullable=True, comment='退回工厂状态,1已退回,2未退回')
128
+ return_factotry_by = Column(String(50), nullable=True, comment='退回工厂操作人')
129
+ financial_settlement_status = Column(Integer, nullable=True, comment='财务结算状态,1已结算,2未结算')
130
+
127
131
  # 定义索引
128
132
  __table_args__ = (
129
133
  Index('ix_return_order_no', 'return_order_no'),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: qrpa
3
- Version: 1.0.54
3
+ Version: 1.0.55
4
4
  Summary: qsir's rpa library
5
5
  Author: QSir
6
6
  Author-email: QSir <1171725650@qq.com>
@@ -22,8 +22,8 @@ qrpa/time_utils.py,sha256=ef0hhbN_6b-gcnz5ETIVOoxemIMvcxGVGGIRnHnGaBo,29564
22
22
  qrpa/time_utils_example.py,sha256=shHOXKKF3QSzb0SHsNc34M61wEkkLuM30U9X1THKNS8,8053
23
23
  qrpa/wxwork.py,sha256=gIytG19DZ5g7Tsl0-W3EbjfSnpIqZw-ua24gcB78YEg,11264
24
24
  qrpa/mysql_module/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
- qrpa/mysql_module/shein_return_order_model.py,sha256=zvEQBVODpxQXWveUAF5z-be-DVI3WlF8UgvmwCTWP7o,26237
26
- qrpa-1.0.54.dist-info/METADATA,sha256=I0C9uc6qfj0ei6vjH6VHmHY1w6tsP2mYsbHhvgoF_wU,231
27
- qrpa-1.0.54.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
28
- qrpa-1.0.54.dist-info/top_level.txt,sha256=F6T5igi0fhXDucPPUbmmSC0qFCDEsH5eVijfVF48OFU,5
29
- qrpa-1.0.54.dist-info/RECORD,,
25
+ qrpa/mysql_module/shein_return_order_model.py,sha256=utrinAxntAQJPSWGxmXW81js_ZUZ-nfgxBOGzImK9iA,26563
26
+ qrpa-1.0.55.dist-info/METADATA,sha256=Ahc_utaRtumyLpcMaeIFNUrohKhPCR2X0BWl_qvQaPY,231
27
+ qrpa-1.0.55.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
28
+ qrpa-1.0.55.dist-info/top_level.txt,sha256=F6T5igi0fhXDucPPUbmmSC0qFCDEsH5eVijfVF48OFU,5
29
+ qrpa-1.0.55.dist-info/RECORD,,
File without changes