Commit ad28b50e authored by 余海军's avatar 余海军

add

parent 2e0c1c76
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"properties": { "properties": {
"id": { "id": {
"type": "String", "type": "String",
"required": true, "required": false,
"length": 36, "length": 36,
"precision": null, "precision": null,
"scale": null, "scale": null,
...@@ -23,12 +23,11 @@ ...@@ -23,12 +23,11 @@
"dataPrecision": null, "dataPrecision": null,
"dataScale": null, "dataScale": null,
"nullable": "Y" "nullable": "Y"
}, }
"isArray": false
}, },
"name": { "name": {
"type": "String", "type": "String",
"required": true, "required": false,
"length": 65535, "length": 65535,
"precision": null, "precision": null,
"scale": null, "scale": null,
......
This diff is collapsed.
...@@ -65,10 +65,6 @@ ...@@ -65,10 +65,6 @@
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"Merchant": {
"dataSource": "ruipeng",
"public": true
},
"Order": { "Order": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
...@@ -92,5 +88,9 @@ ...@@ -92,5 +88,9 @@
"Onlineteachers": { "Onlineteachers": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
},
"Merchant": {
"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