Commit f608b14a authored by 朱涛's avatar 朱涛

add

parent 3f6f9a81
...@@ -40,14 +40,14 @@ ...@@ -40,14 +40,14 @@
"nullable": "Y" "nullable": "Y"
} }
}, },
"value": { "img": {
"type": "String", "type": "String",
"required": false, "required": false,
"length": 500, "length": 500,
"precision": null, "precision": null,
"scale": null, "scale": null,
"mysql": { "mysql": {
"columnName": "value", "columnName": "img",
"dataType": "varchar", "dataType": "varchar",
"dataLength": 500, "dataLength": 500,
"dataPrecision": null, "dataPrecision": null,
......
...@@ -40,14 +40,14 @@ ...@@ -40,14 +40,14 @@
"nullable": "Y" "nullable": "Y"
} }
}, },
"value": { "img": {
"type": "String", "type": "String",
"required": false, "required": false,
"length": 500, "length": 500,
"precision": null, "precision": null,
"scale": null, "scale": null,
"mysql": { "mysql": {
"columnName": "value", "columnName": "img",
"dataType": "varchar", "dataType": "varchar",
"dataLength": 500, "dataLength": 500,
"dataPrecision": null, "dataPrecision": null,
......
This diff is collapsed.
...@@ -801,11 +801,11 @@ ...@@ -801,11 +801,11 @@
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"MainCompanylogo": { "MainBrandlogo": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"MainBrandlogo": { "MainCompanylogo": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "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