(feature):保证金模板字段添加

This commit is contained in:
马冰冰
2026-07-22 14:46:01 +08:00
parent 98bfe8fb5d
commit 05ce6fb02f
6 changed files with 108 additions and 3 deletions
@@ -309,6 +309,9 @@ namespace YLErp.Modules.AppModule
//-----------------------------------------------
// 删除不再使用的
//-----------------------------------------------
configService.AddDataIfNotExists("ProjectConfig", YLErp.Modules.SwapModule.SwapMarginTemplateConfigService.ConfigName,
YLErp.Modules.SwapModule.SwapMarginTemplateConfigService.DefaultConfigJson, "text", "互换保证金模板(JSON)");
RemoveUnUsed(configService);
}