changed model name
This commit is contained in:
parent
86209e43cd
commit
723a4143f6
|
@ -18,10 +18,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"relations": {
|
"relations": {
|
||||||
"taxClass": {
|
"taxGroup": {
|
||||||
"type": "belongsTo",
|
"type": "belongsTo",
|
||||||
"model": "TaxClass",
|
"model": "TaxGroup",
|
||||||
"foreignKey": "taxClassFk"
|
"foreignKey": "taxGroupFk"
|
||||||
},
|
},
|
||||||
"taxCode": {
|
"taxCode": {
|
||||||
"type": "belongsTo",
|
"type": "belongsTo",
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "TaxClass",
|
"name": "TaxGroup",
|
||||||
"base": "VnModel",
|
"base": "VnModel",
|
||||||
"options": {
|
"options": {
|
||||||
"mysql": {
|
"mysql": {
|
||||||
"table": "taxClass",
|
"table": "taxGroup",
|
||||||
"database": "vn"
|
"database": "vn"
|
||||||
}
|
}
|
||||||
},
|
},
|
|
@ -42,7 +42,7 @@
|
||||||
"Intrastat": {
|
"Intrastat": {
|
||||||
"dataSource": "vn"
|
"dataSource": "vn"
|
||||||
},
|
},
|
||||||
"TaxClass": {
|
"TaxGroup": {
|
||||||
"dataSource": "vn"
|
"dataSource": "vn"
|
||||||
},
|
},
|
||||||
"TaxCode": {
|
"TaxCode": {
|
||||||
|
|
Loading…
Reference in New Issue