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

add

parent ff167927
...@@ -54,6 +54,21 @@ ...@@ -54,6 +54,21 @@
"dataScale": 0, "dataScale": 0,
"nullable": "Y" "nullable": "Y"
} }
},
"area": {
"type": "String",
"required": false,
"length": 101,
"precision": null,
"scale": null,
"mysql": {
"columnName": "area",
"dataType": "varchar",
"dataLength": 101,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
} }
}, },
"validations": [], "validations": [],
......
This diff is collapsed.
...@@ -481,10 +481,6 @@ ...@@ -481,10 +481,6 @@
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"HosFlownum": {
"dataSource": "ruipeng",
"public": true
},
"HosThismonthfirst": { "HosThismonthfirst": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
...@@ -688,5 +684,9 @@ ...@@ -688,5 +684,9 @@
"AnotherTeacher": { "AnotherTeacher": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
},
"HosFlownum": {
"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