feat: 完善采购任务安全恢复 (#73)

This commit is contained in:
chengma
2026-08-10 00:27:52 +08:00
parent d6339a810f
commit c86c7482d9
15 changed files with 786 additions and 12 deletions
+3
View File
@@ -52,6 +52,9 @@ class BrokenSaveRepository(BrokenRepository):
def next_purchase_task(self):
return None
def next_purchase_reconcile_task(self):
return None
class RecordingClaimGateway:
"""记录领取参数并返回预设结果。"""