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

This commit is contained in:
yumoqing 2026-05-27 13:23:30 +08:00
parent 6379c1a0e3
commit c1bdc467a6

View File

@ -44,7 +44,8 @@
"name": "discount", "name": "discount",
"title": "供应商折扣", "title": "供应商折扣",
"type": "float", "type": "float",
"length": 18 "length": 18,
"dec": 2
}, },
{ {
"name": "description", "name": "description",