Commit 337d2228 authored by 余海军's avatar 余海军

add

parent a86117a8
......@@ -10,6 +10,21 @@
"table": "bill_shop"
},
"properties": {
"id": {
"type": "String",
"required": false,
"length": 36,
"precision": null,
"scale": null,
"mysql": {
"columnName": "id",
"dataType": "varchar",
"dataLength": 36,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"name": {
"type": "String",
"required": false,
......
This diff is collapsed.
......@@ -680,5 +680,9 @@
"BillCategory": {
"dataSource": "ruipeng",
"public": true
},
"BillShop": {
"dataSource": "ruipeng",
"public": true
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment