增加了项目侧关于steps的处理。允许保存和提取steps信息。

This commit is contained in:
strepsiades
2026-03-11 10:34:49 +08:00
parent 291aa0b4b7
commit 1f68bd5ca8
22 changed files with 759 additions and 142 deletions
@@ -21,7 +21,7 @@ class CompanySyncStrategy(DefaultSyncStrategy[CompanyResponse]):
# 类变量:默认配置
default_config = StrategyConfig(
auto_bind=True,
auto_bind_fields=["credit_code"],
auto_bind_fields=["code"],
depend_fields={},
local_orphan_action=OrphanAction.NONE,
remote_orphan_action=OrphanAction.CREATE_LOCAL,