Commit 5bca8f77 authored by 余海军's avatar 余海军

add

parent 83dde14a
'use strict';
module.exports = function(Anotherbillorder) {
};
{
"name": "AnotherBillorder",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "another_billorder"
},
"properties": {
"id": {
"type": "String",
"required": false,
"length": 36,
"precision": null,
"scale": null,
"mysql": {
"columnName": "id",
"dataType": "varchar",
"dataLength": 36,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"companyName": {
"type": "String",
"required": false,
"length": 200,
"precision": null,
"scale": null,
"mysql": {
"columnName": "company_name",
"dataType": "varchar",
"dataLength": 200,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value": {
"type": "Number",
"required": false,
"length": null,
"precision": 46,
"scale": 2,
"mysql": {
"columnName": "VALUE",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 46,
"dataScale": 2,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
'use strict';
module.exports = function(Anotherbillshop) {
};
{
"name": "AnotherBillshop",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "another_billshop"
},
"properties": {
"id": {
"type": "String",
"required": false,
"length": 36,
"precision": null,
"scale": null,
"mysql": {
"columnName": "id",
"dataType": "varchar",
"dataLength": 36,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"name": {
"type": "String",
"required": false,
"length": 200,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 200,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value1": {
"type": "Number",
"required": false,
"length": null,
"precision": 45,
"scale": 0,
"mysql": {
"columnName": "value1",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 45,
"dataScale": 0,
"nullable": "Y"
}
},
"value2": {
"type": "String",
"required": false,
"length": 55,
"precision": null,
"scale": null,
"mysql": {
"columnName": "value2",
"dataType": "varchar",
"dataLength": 55,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
'use strict';
module.exports = function(Anothereachmonthorder) {
};
{
"name": "AnotherEachmonthorder",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "another_eachmonthorder"
},
"properties": {
"id": {
"type": "String",
"required": false,
"length": 36,
"precision": null,
"scale": null,
"mysql": {
"columnName": "id",
"dataType": "varchar",
"dataLength": 36,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"name": {
"type": "String",
"required": false,
"length": 2,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 2,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value": {
"type": "Number",
"required": false,
"length": null,
"precision": 46,
"scale": 2,
"mysql": {
"columnName": "value",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 46,
"dataScale": 2,
"nullable": "Y"
}
},
"companyName": {
"type": "String",
"required": false,
"length": 200,
"precision": null,
"scale": null,
"mysql": {
"columnName": "company_name",
"dataType": "varchar",
"dataLength": 200,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
'use strict';
module.exports = function(Anothereachmonthrevenue) {
};
{
"name": "AnotherEachmonthrevenue",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "another_eachmonthrevenue"
},
"properties": {
"id": {
"type": "String",
"required": false,
"length": 36,
"precision": null,
"scale": null,
"mysql": {
"columnName": "id",
"dataType": "varchar",
"dataLength": 36,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"name": {
"type": "String",
"required": false,
"length": 2,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 2,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value": {
"type": "Number",
"required": false,
"length": null,
"precision": 46,
"scale": 2,
"mysql": {
"columnName": "value",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 46,
"dataScale": 2,
"nullable": "Y"
}
},
"companyName": {
"type": "String",
"required": false,
"length": 200,
"precision": null,
"scale": null,
"mysql": {
"columnName": "company_name",
"dataType": "varchar",
"dataLength": 200,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
'use strict';
module.exports = function(Anothereduccourse1) {
};
{
"name": "AnotherEduccourse1",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "another_educcourse1"
},
"properties": {
"id": {
"type": "String",
"required": false,
"length": 36,
"precision": null,
"scale": null,
"mysql": {
"columnName": "id",
"dataType": "varchar",
"dataLength": 36,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"name": {
"type": "String",
"required": false,
"length": 255,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 255,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value1": {
"type": "String",
"required": false,
"length": 255,
"precision": null,
"scale": null,
"mysql": {
"columnName": "value1",
"dataType": "varchar",
"dataLength": 255,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value2": {
"type": "Number",
"required": false,
"length": null,
"precision": 10,
"scale": 0,
"mysql": {
"columnName": "value2",
"dataType": "int",
"dataLength": null,
"dataPrecision": 10,
"dataScale": 0,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
'use strict';
module.exports = function(Anothereduccourse2) {
};
{
"name": "AnotherEduccourse2",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "another_educcourse2"
},
"properties": {
"id": {
"type": "String",
"required": false,
"length": 36,
"precision": null,
"scale": null,
"mysql": {
"columnName": "id",
"dataType": "varchar",
"dataLength": 36,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"name": {
"type": "String",
"required": false,
"length": 255,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 255,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value1": {
"type": "String",
"required": false,
"length": 255,
"precision": null,
"scale": null,
"mysql": {
"columnName": "value1",
"dataType": "varchar",
"dataLength": 255,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value2": {
"type": "Number",
"required": false,
"length": null,
"precision": 10,
"scale": 0,
"mysql": {
"columnName": "value2",
"dataType": "int",
"dataLength": null,
"dataPrecision": 10,
"dataScale": 0,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
'use strict';
module.exports = function(Anotherinterowner) {
};
{
"name": "AnotherInterowner",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "another_interowner"
},
"properties": {
"id": {
"type": "String",
"required": false,
"length": 36,
"precision": null,
"scale": null,
"mysql": {
"columnName": "id",
"dataType": "varchar",
"dataLength": 36,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value1": {
"type": "String",
"required": false,
"length": 500,
"precision": null,
"scale": null,
"mysql": {
"columnName": "value1",
"dataType": "varchar",
"dataLength": 500,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value2": {
"type": "String",
"required": false,
"length": 50,
"precision": null,
"scale": null,
"mysql": {
"columnName": "value2",
"dataType": "varchar",
"dataLength": 50,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value3": {
"type": "String",
"required": false,
"length": 50,
"precision": null,
"scale": null,
"mysql": {
"columnName": "value3",
"dataType": "varchar",
"dataLength": 50,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value4": {
"type": "Number",
"required": false,
"length": null,
"precision": 10,
"scale": 0,
"mysql": {
"columnName": "value4",
"dataType": "int",
"dataLength": null,
"dataPrecision": 10,
"dataScale": 0,
"nullable": "Y"
}
},
"value5": {
"type": "Number",
"required": false,
"length": null,
"precision": 10,
"scale": 0,
"mysql": {
"columnName": "value5",
"dataType": "int",
"dataLength": null,
"dataPrecision": 10,
"dataScale": 0,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
'use strict';
module.exports = function(Anotherkuanghuan1) {
};
{
"name": "AnotherKuanghuan1",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "another_kuanghuan1"
},
"properties": {
"id": {
"type": "String",
"required": false,
"length": 36,
"precision": null,
"scale": null,
"mysql": {
"columnName": "id",
"dataType": "varchar",
"dataLength": 36,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"name": {
"type": "String",
"required": false,
"length": 5,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 5,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value": {
"type": "Number",
"required": false,
"length": null,
"precision": 19,
"scale": 2,
"mysql": {
"columnName": "value",
"dataType": "double",
"dataLength": null,
"dataPrecision": 19,
"dataScale": 2,
"nullable": "Y"
}
},
"value2": {
"type": "Number",
"required": false,
"length": null,
"precision": 44,
"scale": 0,
"mysql": {
"columnName": "value2",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 44,
"dataScale": 0,
"nullable": "Y"
}
},
"value3": {
"type": "Number",
"required": false,
"length": null,
"precision": 41,
"scale": 0,
"mysql": {
"columnName": "value3",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 41,
"dataScale": 0,
"nullable": "Y"
}
},
"value4": {
"type": "Number",
"required": false,
"length": null,
"precision": 17,
"scale": 0,
"mysql": {
"columnName": "value4",
"dataType": "double",
"dataLength": null,
"dataPrecision": 17,
"dataScale": 0,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
'use strict';
module.exports = function(Anotherkuanghuan2) {
};
{
"name": "AnotherKuanghuan2",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "another_kuanghuan2"
},
"properties": {
"id": {
"type": "String",
"required": false,
"length": 36,
"precision": null,
"scale": null,
"mysql": {
"columnName": "id",
"dataType": "varchar",
"dataLength": 36,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"name": {
"type": "String",
"required": false,
"length": 5,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 5,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value1": {
"type": "Number",
"required": false,
"length": null,
"precision": 19,
"scale": 2,
"mysql": {
"columnName": "value1",
"dataType": "double",
"dataLength": null,
"dataPrecision": 19,
"dataScale": 2,
"nullable": "Y"
}
},
"value2": {
"type": "Number",
"required": false,
"length": null,
"precision": 44,
"scale": 0,
"mysql": {
"columnName": "value2",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 44,
"dataScale": 0,
"nullable": "Y"
}
},
"value3": {
"type": "Number",
"required": false,
"length": null,
"precision": 41,
"scale": 0,
"mysql": {
"columnName": "value3",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 41,
"dataScale": 0,
"nullable": "Y"
}
},
"value4": {
"type": "Number",
"required": false,
"length": null,
"precision": 17,
"scale": 0,
"mysql": {
"columnName": "value4",
"dataType": "double",
"dataLength": null,
"dataPrecision": 17,
"dataScale": 0,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
'use strict';
module.exports = function(Anotherkuanghuan3) {
};
{
"name": "AnotherKuanghuan3",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "another_kuanghuan3"
},
"properties": {
"id": {
"type": "String",
"required": false,
"length": 36,
"precision": null,
"scale": null,
"mysql": {
"columnName": "id",
"dataType": "varchar",
"dataLength": 36,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"name": {
"type": "String",
"required": false,
"length": 5,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 5,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value": {
"type": "Number",
"required": false,
"length": null,
"precision": 19,
"scale": 2,
"mysql": {
"columnName": "value",
"dataType": "double",
"dataLength": null,
"dataPrecision": 19,
"dataScale": 2,
"nullable": "Y"
}
},
"value2": {
"type": "Number",
"required": false,
"length": null,
"precision": 44,
"scale": 0,
"mysql": {
"columnName": "value2",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 44,
"dataScale": 0,
"nullable": "Y"
}
},
"value3": {
"type": "Number",
"required": false,
"length": null,
"precision": 41,
"scale": 0,
"mysql": {
"columnName": "value3",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 41,
"dataScale": 0,
"nullable": "Y"
}
},
"value4": {
"type": "Number",
"required": false,
"length": null,
"precision": 17,
"scale": 0,
"mysql": {
"columnName": "value4",
"dataType": "double",
"dataLength": null,
"dataPrecision": 17,
"dataScale": 0,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
...@@ -696,5 +696,29 @@ ...@@ -696,5 +696,29 @@
"InterAge": { "InterAge": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
},
"AnotherBillorder": {
"dataSource": "ruipeng",
"public": true
},
"AnotherKuanghuan1": {
"dataSource": "ruipeng",
"public": true
},
"AnotherKuanghuan3": {
"dataSource": "ruipeng",
"public": true
},
"AnotherBillshop": {
"dataSource": "ruipeng",
"public": true
},
"AnotherInterowner": {
"dataSource": "ruipeng",
"public": true
},
"AnotherKuanghuan2": {
"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