Commit 82eb4396 authored by 余海军's avatar 余海军

add

parent 7b937b56
...@@ -40,14 +40,14 @@ ...@@ -40,14 +40,14 @@
"nullable": "N" "nullable": "N"
} }
}, },
"vlaue": { "value": {
"type": "Number", "type": "Number",
"required": false, "required": false,
"length": null, "length": null,
"precision": 33, "precision": 33,
"scale": 0, "scale": 0,
"mysql": { "mysql": {
"columnName": "vlaue", "columnName": "value",
"dataType": "decimal", "dataType": "decimal",
"dataLength": null, "dataLength": null,
"dataPrecision": 33, "dataPrecision": 33,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -297,10 +297,6 @@ ...@@ -297,10 +297,6 @@
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"MainTotalorder": {
"dataSource": "ruipeng",
"public": true
},
"MainTotalrevenue": { "MainTotalrevenue": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
...@@ -356,5 +352,9 @@ ...@@ -356,5 +352,9 @@
"MainEntityrevenue": { "MainEntityrevenue": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
},
"MainTotalorder": {
"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