Commit 22263e2e authored by 余海军's avatar 余海军

add

parent 8a90f649
'use strict';
module.exports = function(Anotheraccrualone) {
};
{
"name": "AnotherAccrualone",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "another_accrualone"
},
"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": 3,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 3,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
}
},
"value": {
"type": "Number",
"required": false,
"length": null,
"precision": 23,
"scale": 6,
"mysql": {
"columnName": "value",
"dataType": "double",
"dataLength": null,
"dataPrecision": 23,
"dataScale": 6,
"nullable": "Y"
}
},
"clinicName": {
"type": "String",
"required": false,
"length": 102,
"precision": null,
"scale": null,
"mysql": {
"columnName": "clinic_name",
"dataType": "varchar",
"dataLength": 102,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -749,31 +749,31 @@
"dataSource": "ruipeng",
"public": true
},
"AnotherEachrevenue": {
"AnotherAccrualone": {
"dataSource": "ruipeng",
"public": true
},
"AnotherCashbasis": {
"AnotherCasereturn": {
"dataSource": "ruipeng",
"public": true
},
"AnotherNewcase": {
"AnotherCashbasis": {
"dataSource": "ruipeng",
"public": true
},
"AnotherOldcase": {
"AnotherClientsource": {
"dataSource": "ruipeng",
"public": true
},
"AnotherGood": {
"AnotherCosoml": {
"dataSource": "ruipeng",
"public": true
},
"AnotherCosoml": {
"AnotherCuscnt": {
"dataSource": "ruipeng",
"public": true
},
"AnotherOther": {
"AnotherEachrevenue": {
"dataSource": "ruipeng",
"public": true
},
......@@ -781,15 +781,19 @@
"dataSource": "ruipeng",
"public": true
},
"AnotherCuscnt": {
"AnotherGood": {
"dataSource": "ruipeng",
"public": true
},
"AnotherCasereturn": {
"AnotherNewcase": {
"dataSource": "ruipeng",
"public": true
},
"AnotherClientsource": {
"AnotherOldcase": {
"dataSource": "ruipeng",
"public": true
},
"AnotherOther": {
"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