From 343a346aaf992ff2003573e294dc1cd2cf42440b Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 7 Jul 2026 15:43:02 +0800 Subject: [PATCH] feat: pricing_program add currency field (provider settlement currency) --- models/pricing_program.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/models/pricing_program.json b/models/pricing_program.json index e46a9c9..ef41d41 100644 --- a/models/pricing_program.json +++ b/models/pricing_program.json @@ -44,6 +44,13 @@ "name": "description", "title": "描述", "type": "text" + }, + { + "name": "currency", + "title": "结算币种", + "type": "str", + "length": 3, + "default": "CNY" } ], "codes": [ @@ -65,6 +72,12 @@ "valuefield": "k", "textfield": "v", "cond": "parentid='pricing_belong'" + }, + { + "field": "currency", + "table": "currency", + "valuefield": "id", + "textfield": "name" } ] } \ No newline at end of file