refactor: providerid→supplychain.suppliers, resellerid→auto

This commit is contained in:
yumoqing 2026-07-09 13:39:11 +08:00
parent 74dedef6f2
commit 0c3e45f225
5 changed files with 509 additions and 533 deletions

View File

@ -92,15 +92,9 @@
"codes": [
{
"field": "providerid",
"table": "organization",
"table": "supplychain.suppliers",
"valuefield": "id",
"textfield": "orgname"
},
{
"field": "resellerid",
"table": "organization",
"valuefield": "id",
"textfield": "orgname"
"textfield": "supplier_name"
},
{
"field": "auto_renew",

View File

@ -82,12 +82,6 @@
"valuefield": "id",
"textfield": "orgname"
},
{
"field": "resellerid",
"table": "organization",
"valuefield": "id",
"textfield": "orgname"
},
{
"field": "order_status",
"table": "appcodes_kv",

View File

@ -52,15 +52,9 @@
"codes": [
{
"field": "providerid",
"table": "organization",
"table": "supplychain.suppliers",
"valuefield": "id",
"textfield": "orgname"
},
{
"field": "resellerid",
"table": "organization",
"valuefield": "id",
"textfield": "orgname"
"textfield": "supplier_name"
}
]
}

View File

@ -86,9 +86,9 @@
},
{
"field": "providerid",
"table": "organization",
"table": "supplychain.suppliers",
"valuefield": "id",
"textfield": "orgname"
"textfield": "supplier_name"
},
{
"field": "agreeid",

View File

@ -81,12 +81,6 @@
"valuefield": "id",
"textfield": "orgname"
},
{
"field": "resellerid",
"table": "organization",
"valuefield": "id",
"textfield": "orgname"
},
{
"field": "prodid",
"table": "product",