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

add

parent a86117a8
...@@ -10,6 +10,21 @@ ...@@ -10,6 +10,21 @@
"table": "bill_shop" "table": "bill_shop"
}, },
"properties": { "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": { "name": {
"type": "String", "type": "String",
"required": false, "required": false,
......
This diff is collapsed.
...@@ -680,5 +680,9 @@ ...@@ -680,5 +680,9 @@
"BillCategory": { "BillCategory": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "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