refactor(models): convert to json format per database-table-definition-spec

This commit is contained in:
yumoqing 2026-05-27 13:23:24 +08:00
parent 6acd5bd8e5
commit ac80b3df2b

View File

@ -25,7 +25,8 @@
"name": "cpval", "name": "cpval",
"title": "算力值", "title": "算力值",
"type": "float", "type": "float",
"length": 18 "length": 18,
"dec": 2
}, },
{ {
"name": "cpunit", "name": "cpunit",