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

add

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