Commit 1521e31c authored by 余海军's avatar 余海军

add

parent 7cf7ba3d
'use strict';
module.exports = function(Mainbillbrandnum) {
};
{
"name": "MainBillbrandnum",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "main_billbrandnum"
},
"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": true,
"length": 5,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 5,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
}
},
"value": {
"type": "Number",
"required": false,
"length": null,
"precision": 32,
"scale": 0,
"mysql": {
"columnName": "value",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 32,
"dataScale": 0,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
'use strict';
module.exports = function(Mainbilltotalrevenue) {
};
{
"name": "MainBilltotalrevenue",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "main_billtotalrevenue"
},
"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": true,
"length": 5,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 5,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
}
},
"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": {}
}
......@@ -28,13 +28,13 @@
"name": {
"type": "String",
"required": true,
"length": 6,
"length": 5,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 6,
"dataLength": 5,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
......@@ -44,14 +44,14 @@
"type": "Number",
"required": false,
"length": null,
"precision": 10,
"scale": 0,
"precision": 11,
"scale": 2,
"mysql": {
"columnName": "value",
"dataType": "int",
"dataType": "float",
"dataLength": null,
"dataPrecision": 10,
"dataScale": 0,
"dataPrecision": 11,
"dataScale": 2,
"nullable": "Y"
}
}
......
......@@ -28,13 +28,13 @@
"name": {
"type": "String",
"required": true,
"length": 4,
"length": 6,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 4,
"dataLength": 6,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
......
......@@ -28,13 +28,13 @@
"name": {
"type": "String",
"required": true,
"length": 4,
"length": 3,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 4,
"dataLength": 3,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
......@@ -44,14 +44,14 @@
"type": "Number",
"required": false,
"length": null,
"precision": 10,
"scale": 0,
"precision": 11,
"scale": 2,
"mysql": {
"columnName": "value",
"dataType": "int",
"dataType": "float",
"dataLength": null,
"dataPrecision": 10,
"dataScale": 0,
"dataPrecision": 11,
"dataScale": 2,
"nullable": "Y"
}
}
......
'use strict';
module.exports = function(Mainbillbrand) {
module.exports = function(Mainexpre) {
};
{
"name": "MainFonlineteachers",
"name": "MainExpre",
"base": "PersistedModel",
"idInjection": false,
"options": {
......@@ -7,7 +7,7 @@
},
"mysql": {
"schema": "wordpress",
"table": "main_fonlineTeachers"
"table": "main_expre"
},
"properties": {
"id": {
......@@ -28,13 +28,13 @@
"name": {
"type": "String",
"required": true,
"length": 10,
"length": 4,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 10,
"dataLength": 4,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
......
'use strict';
module.exports = function(Mainfonlineteachers) {
};
'use strict';
module.exports = function(Mainforteachers) {
};
{
"name": "MianFofflineteachers",
"name": "MainForteachers",
"base": "PersistedModel",
"idInjection": false,
"options": {
......@@ -7,7 +7,7 @@
},
"mysql": {
"schema": "wordpress",
"table": "mian_fofflineTeachers"
"table": "main_forTeachers"
},
"properties": {
"id": {
......@@ -28,13 +28,13 @@
"name": {
"type": "String",
"required": true,
"length": 10,
"length": 4,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 10,
"dataLength": 4,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
......
'use strict';
module.exports = function(Maingoldteachers) {
};
{
"name": "MainGoldteachers",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "main_goldteachers"
},
"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": true,
"length": 5,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 5,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
}
},
"value": {
"type": "Number",
"required": true,
"length": null,
"precision": 19,
"scale": 0,
"mysql": {
"columnName": "value",
"dataType": "bigint",
"dataLength": null,
"dataPrecision": 19,
"dataScale": 0,
"nullable": "N"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
'use strict';
module.exports = function(Mainofflineteachers) {
};
'use strict';
module.exports = function(Mainpetdoc) {
};
{
"name": "MainOfflineteachers",
"name": "MainPetdoc",
"base": "PersistedModel",
"idInjection": false,
"options": {
......@@ -7,7 +7,7 @@
},
"mysql": {
"schema": "wordpress",
"table": "main_offlineTeachers"
"table": "main_petdoc"
},
"properties": {
"id": {
......@@ -40,18 +40,18 @@
"nullable": "N"
}
},
"vaule": {
"value": {
"type": "Number",
"required": false,
"length": null,
"precision": 23,
"scale": null,
"precision": 11,
"scale": 2,
"mysql": {
"columnName": "vaule",
"dataType": "double",
"columnName": "value",
"dataType": "float",
"dataLength": null,
"dataPrecision": 23,
"dataScale": null,
"dataPrecision": 11,
"dataScale": 2,
"nullable": "Y"
}
}
......
......@@ -28,13 +28,13 @@
"name": {
"type": "String",
"required": true,
"length": 6,
"length": 5,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 6,
"dataLength": 5,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
......@@ -44,14 +44,14 @@
"type": "Number",
"required": false,
"length": null,
"precision": 10,
"scale": 0,
"precision": 11,
"scale": 2,
"mysql": {
"columnName": "value",
"dataType": "int",
"dataType": "float",
"dataLength": null,
"dataPrecision": 10,
"dataScale": 0,
"dataPrecision": 11,
"dataScale": 2,
"nullable": "Y"
}
}
......
'use strict';
module.exports = function(Maintotalhosnum) {
};
{
"name": "MainBillbrand",
"name": "MainTotalhosnum",
"base": "PersistedModel",
"idInjection": false,
"options": {
......@@ -7,7 +7,7 @@
},
"mysql": {
"schema": "wordpress",
"table": "main_billbrand"
"table": "main_totalhosnum"
},
"properties": {
"id": {
......@@ -27,17 +27,17 @@
},
"name": {
"type": "String",
"required": false,
"length": 200,
"required": true,
"length": 4,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 200,
"dataLength": 4,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
"nullable": "N"
}
},
"value": {
......
'use strict';
module.exports = function(Mianfofflineteachers) {
};
'use strict';
module.exports = function(Mianpetdoco) {
};
{
"name": "MianPetdoco",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "mian_petdoco"
},
"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": true,
"length": 6,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 6,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
}
},
"value": {
"type": "Number",
"required": false,
"length": null,
"precision": 11,
"scale": 2,
"mysql": {
"columnName": "value",
"dataType": "float",
"dataLength": null,
"dataPrecision": 11,
"dataScale": 2,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
This diff is collapsed.
......@@ -97,18 +97,6 @@
"dataSource": "ruipeng",
"public": true
},
"MainCosmetology": {
"dataSource": "ruipeng",
"public": true
},
"MainCountbill": {
"dataSource": "ruipeng",
"public": true
},
"MainDay": {
"dataSource": "ruipeng",
"public": true
},
"MainEachyear": {
"dataSource": "ruipeng",
"public": true
......@@ -121,18 +109,10 @@
"dataSource": "ruipeng",
"public": true
},
"MainFonlineteachers": {
"dataSource": "ruipeng",
"public": true
},
"MainHospitalnum": {
"dataSource": "ruipeng",
"public": true
},
"MainRegister": {
"dataSource": "ruipeng",
"public": true
},
"MainRealityrevenue": {
"dataSource": "ruipeng",
"public": true
......@@ -141,10 +121,6 @@
"dataSource": "ruipeng",
"public": true
},
"MainOfflineteachers": {
"dataSource": "ruipeng",
"public": true
},
"MainTotal": {
"dataSource": "ruipeng",
"public": true
......@@ -169,18 +145,6 @@
"dataSource": "ruipeng",
"public": true
},
"MainTotalorder": {
"dataSource": "ruipeng",
"public": true
},
"MianFofflineteachers": {
"dataSource": "ruipeng",
"public": true
},
"MainTotalrevenue": {
"dataSource": "ruipeng",
"public": true
},
"MianBilltotalrevenue": {
"dataSource": "ruipeng",
"public": true
......@@ -253,10 +217,6 @@
"dataSource": "ruipeng",
"public": true
},
"MainBillbrand": {
"dataSource": "ruipeng",
"public": true
},
"InterMarket": {
"dataSource": "ruipeng",
"public": true
......@@ -304,5 +264,61 @@
"MainRevenuehigh": {
"dataSource": "ruipeng",
"public": true
},
"MainBilltotalrevenue": {
"dataSource": "ruipeng",
"public": true
},
"MainCountbill": {
"dataSource": "ruipeng",
"public": true
},
"MainBillbrandnum": {
"dataSource": "ruipeng",
"public": true
},
"MainGoldteachers": {
"dataSource": "ruipeng",
"public": true
},
"MainForteachers": {
"dataSource": "ruipeng",
"public": true
},
"MianPetdoco": {
"dataSource": "ruipeng",
"public": true
},
"MainPetdoc": {
"dataSource": "ruipeng",
"public": true
},
"MainExpre": {
"dataSource": "ruipeng",
"public": true
},
"MainDay": {
"dataSource": "ruipeng",
"public": true
},
"MainTotalhosnum": {
"dataSource": "ruipeng",
"public": true
},
"MainTotalorder": {
"dataSource": "ruipeng",
"public": true
},
"MainTotalrevenue": {
"dataSource": "ruipeng",
"public": true
},
"MainCosmetology": {
"dataSource": "ruipeng",
"public": true
},
"MainRegister": {
"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