From 0494fddfb76d0b0a84786caff4200f65badc4bf4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BD=99=E6=B5=B7=E5=86=9B?= <yuhaijun@haomo.studio.com>
Date: Thu, 5 Sep 2019 10:17:11 +0800
Subject: [PATCH] add

---
 common/models/bill-companyorder.js            |    5 +
 common/models/bill-companyorder.json          |   63 +
 common/models/bill-companyrevenue.js          |    5 +
 common/models/bill-companyrevenue.json        |   63 +
 common/models/inter-classify.js               |    5 +
 .../{order-yhj.json => inter-classify.json}   |   16 +-
 common/models/inter-market.js                 |    5 +
 common/models/inter-market.json               |   78 +
 common/models/inter-personas.js               |    5 +
 common/models/inter-personas.json             |   63 +
 common/models/inter-region.js                 |    5 +
 common/models/inter-region.json               |   63 +
 common/models/order-yhj.js                    |    5 -
 definitions/RuiPengLoopbackApi.yaml           | 7374 +++++++++++------
 server/model-config.json                      |   28 +-
 15 files changed, 5076 insertions(+), 2707 deletions(-)
 create mode 100644 common/models/bill-companyorder.js
 create mode 100644 common/models/bill-companyorder.json
 create mode 100644 common/models/bill-companyrevenue.js
 create mode 100644 common/models/bill-companyrevenue.json
 create mode 100644 common/models/inter-classify.js
 rename common/models/{order-yhj.json => inter-classify.json} (84%)
 create mode 100644 common/models/inter-market.js
 create mode 100644 common/models/inter-market.json
 create mode 100644 common/models/inter-personas.js
 create mode 100644 common/models/inter-personas.json
 create mode 100644 common/models/inter-region.js
 create mode 100644 common/models/inter-region.json
 delete mode 100644 common/models/order-yhj.js

diff --git a/common/models/bill-companyorder.js b/common/models/bill-companyorder.js
new file mode 100644
index 0000000..f408339
--- /dev/null
+++ b/common/models/bill-companyorder.js
@@ -0,0 +1,5 @@
+'use strict';
+
+module.exports = function(Billcompanyorder) {
+
+};
diff --git a/common/models/bill-companyorder.json b/common/models/bill-companyorder.json
new file mode 100644
index 0000000..99d0de5
--- /dev/null
+++ b/common/models/bill-companyorder.json
@@ -0,0 +1,63 @@
+{
+  "name": "BillCompanyorder",
+  "base": "PersistedModel",
+  "idInjection": false,
+  "options": {
+    "validateUpsert": true
+  },
+  "mysql": {
+    "schema": "wordpress",
+    "table": "bill_companyorder"
+  },
+  "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"
+      }
+    },
+    "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": {}
+}
diff --git a/common/models/bill-companyrevenue.js b/common/models/bill-companyrevenue.js
new file mode 100644
index 0000000..23c6bc0
--- /dev/null
+++ b/common/models/bill-companyrevenue.js
@@ -0,0 +1,5 @@
+'use strict';
+
+module.exports = function(Billcompanyrevenue) {
+
+};
diff --git a/common/models/bill-companyrevenue.json b/common/models/bill-companyrevenue.json
new file mode 100644
index 0000000..229603c
--- /dev/null
+++ b/common/models/bill-companyrevenue.json
@@ -0,0 +1,63 @@
+{
+  "name": "BillCompanyrevenue",
+  "base": "PersistedModel",
+  "idInjection": false,
+  "options": {
+    "validateUpsert": true
+  },
+  "mysql": {
+    "schema": "wordpress",
+    "table": "bill_companyrevenue"
+  },
+  "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"
+      }
+    },
+    "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": {}
+}
diff --git a/common/models/inter-classify.js b/common/models/inter-classify.js
new file mode 100644
index 0000000..00760b8
--- /dev/null
+++ b/common/models/inter-classify.js
@@ -0,0 +1,5 @@
+'use strict';
+
+module.exports = function(Interclassify) {
+
+};
diff --git a/common/models/order-yhj.json b/common/models/inter-classify.json
similarity index 84%
rename from common/models/order-yhj.json
rename to common/models/inter-classify.json
index 4331bdd..4a04fca 100644
--- a/common/models/order-yhj.json
+++ b/common/models/inter-classify.json
@@ -1,5 +1,5 @@
 {
-  "name": "OrderYhj",
+  "name": "InterClassify",
   "base": "PersistedModel",
   "idInjection": false,
   "options": {
@@ -7,7 +7,7 @@
   },
   "mysql": {
     "schema": "wordpress",
-    "table": "order_yhj"
+    "table": "inter_classify"
   },
   "properties": {
     "id": {
@@ -27,17 +27,17 @@
     },
     "name": {
       "type": "String",
-      "required": true,
-      "length": 4,
+      "required": false,
+      "length": 30,
       "precision": null,
       "scale": null,
       "mysql": {
         "columnName": "name",
         "dataType": "varchar",
-        "dataLength": 4,
+        "dataLength": 30,
         "dataPrecision": null,
         "dataScale": null,
-        "nullable": "N"
+        "nullable": "Y"
       }
     },
     "value": {
@@ -45,13 +45,13 @@
       "required": false,
       "length": null,
       "precision": 32,
-      "scale": 0,
+      "scale": 2,
       "mysql": {
         "columnName": "value",
         "dataType": "decimal",
         "dataLength": null,
         "dataPrecision": 32,
-        "dataScale": 0,
+        "dataScale": 2,
         "nullable": "Y"
       }
     }
diff --git a/common/models/inter-market.js b/common/models/inter-market.js
new file mode 100644
index 0000000..d22798e
--- /dev/null
+++ b/common/models/inter-market.js
@@ -0,0 +1,5 @@
+'use strict';
+
+module.exports = function(Intermarket) {
+
+};
diff --git a/common/models/inter-market.json b/common/models/inter-market.json
new file mode 100644
index 0000000..ca18536
--- /dev/null
+++ b/common/models/inter-market.json
@@ -0,0 +1,78 @@
+{
+  "name": "InterMarket",
+  "base": "PersistedModel",
+  "idInjection": false,
+  "options": {
+    "validateUpsert": true
+  },
+  "mysql": {
+    "schema": "wordpress",
+    "table": "inter_market"
+  },
+  "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": 3,
+      "precision": null,
+      "scale": null,
+      "mysql": {
+        "columnName": "name",
+        "dataType": "varchar",
+        "dataLength": 3,
+        "dataPrecision": null,
+        "dataScale": null,
+        "nullable": "Y"
+      }
+    },
+    "order": {
+      "type": "Number",
+      "required": false,
+      "length": null,
+      "precision": 33,
+      "scale": 0,
+      "mysql": {
+        "columnName": "order",
+        "dataType": "decimal",
+        "dataLength": null,
+        "dataPrecision": 33,
+        "dataScale": 0,
+        "nullable": "Y"
+      }
+    },
+    "money": {
+      "type": "Number",
+      "required": false,
+      "length": null,
+      "precision": 33,
+      "scale": 0,
+      "mysql": {
+        "columnName": "money",
+        "dataType": "decimal",
+        "dataLength": null,
+        "dataPrecision": 33,
+        "dataScale": 0,
+        "nullable": "Y"
+      }
+    }
+  },
+  "validations": [],
+  "relations": {},
+  "acls": [],
+  "methods": {}
+}
diff --git a/common/models/inter-personas.js b/common/models/inter-personas.js
new file mode 100644
index 0000000..4dc31ab
--- /dev/null
+++ b/common/models/inter-personas.js
@@ -0,0 +1,5 @@
+'use strict';
+
+module.exports = function(Interpersonas) {
+
+};
diff --git a/common/models/inter-personas.json b/common/models/inter-personas.json
new file mode 100644
index 0000000..d3b5be5
--- /dev/null
+++ b/common/models/inter-personas.json
@@ -0,0 +1,63 @@
+{
+  "name": "InterPersonas",
+  "base": "PersistedModel",
+  "idInjection": false,
+  "options": {
+    "validateUpsert": true
+  },
+  "mysql": {
+    "schema": "wordpress",
+    "table": "inter_personas"
+  },
+  "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": 1,
+      "precision": null,
+      "scale": null,
+      "mysql": {
+        "columnName": "name",
+        "dataType": "varchar",
+        "dataLength": 1,
+        "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": {}
+}
diff --git a/common/models/inter-region.js b/common/models/inter-region.js
new file mode 100644
index 0000000..4cf263d
--- /dev/null
+++ b/common/models/inter-region.js
@@ -0,0 +1,5 @@
+'use strict';
+
+module.exports = function(Interregion) {
+
+};
diff --git a/common/models/inter-region.json b/common/models/inter-region.json
new file mode 100644
index 0000000..66103fd
--- /dev/null
+++ b/common/models/inter-region.json
@@ -0,0 +1,63 @@
+{
+  "name": "InterRegion",
+  "base": "PersistedModel",
+  "idInjection": false,
+  "options": {
+    "validateUpsert": true
+  },
+  "mysql": {
+    "schema": "wordpress",
+    "table": "inter_region"
+  },
+  "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": 50,
+      "precision": null,
+      "scale": null,
+      "mysql": {
+        "columnName": "name",
+        "dataType": "varchar",
+        "dataLength": 50,
+        "dataPrecision": null,
+        "dataScale": null,
+        "nullable": "Y"
+      }
+    },
+    "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": {}
+}
diff --git a/common/models/order-yhj.js b/common/models/order-yhj.js
deleted file mode 100644
index b94da5c..0000000
--- a/common/models/order-yhj.js
+++ /dev/null
@@ -1,5 +0,0 @@
-'use strict';
-
-module.exports = function(Orderyhj) {
-
-};
diff --git a/definitions/RuiPengLoopbackApi.yaml b/definitions/RuiPengLoopbackApi.yaml
index 6ffb866..0f01f9b 100644
--- a/definitions/RuiPengLoopbackApi.yaml
+++ b/definitions/RuiPengLoopbackApi.yaml
@@ -7386,12 +7386,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /OrderYhjs:
+  /MainMerchants:
     post:
       tags:
-        - OrderYhj
+        - MainMerchant
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: OrderYhj.create
+      operationId: MainMerchant.create
       parameters:
         - name: data
           in: body
@@ -7399,20 +7399,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/OrderYhj'
+            $ref: '#/definitions/MainMerchant'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/OrderYhj'
+            $ref: '#/definitions/MainMerchant'
       deprecated: false
     patch:
       tags:
-        - OrderYhj
+        - MainMerchant
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: OrderYhj.patchOrCreate
+      operationId: MainMerchant.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -7420,20 +7420,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/OrderYhj'
+            $ref: '#/definitions/MainMerchant'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/OrderYhj'
+            $ref: '#/definitions/MainMerchant'
       deprecated: false
     put:
       tags:
-        - OrderYhj
+        - MainMerchant
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: OrderYhj.replaceOrCreate__put_OrderYhjs
+      operationId: MainMerchant.replaceOrCreate__put_MainMerchants
       parameters:
         - name: data
           in: body
@@ -7441,18 +7441,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/OrderYhj'
+            $ref: '#/definitions/MainMerchant'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/OrderYhj'
+            $ref: '#/definitions/MainMerchant'
       deprecated: false
     get:
       tags:
-        - OrderYhj
+        - MainMerchant
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: OrderYhj.find
+      operationId: MainMerchant.find
       parameters:
         - name: filter
           in: query
@@ -7471,16 +7471,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/OrderYhj'
+              $ref: '#/definitions/MainMerchant'
       deprecated: false
-  /OrderYhjs/replaceOrCreate:
+  /MainMerchants/replaceOrCreate:
     post:
       tags:
-        - OrderYhj
+        - MainMerchant
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: OrderYhj.replaceOrCreate__post_OrderYhjs_replaceOrCreate
+      operationId: MainMerchant.replaceOrCreate__post_MainMerchants_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -7488,21 +7488,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/OrderYhj'
+            $ref: '#/definitions/MainMerchant'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/OrderYhj'
+            $ref: '#/definitions/MainMerchant'
       deprecated: false
-  /OrderYhjs/upsertWithWhere:
+  /MainMerchants/upsertWithWhere:
     post:
       tags:
-        - OrderYhj
+        - MainMerchant
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: OrderYhj.upsertWithWhere
+      operationId: MainMerchant.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -7516,19 +7516,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/OrderYhj'
+            $ref: '#/definitions/MainMerchant'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/OrderYhj'
+            $ref: '#/definitions/MainMerchant'
       deprecated: false
-  '/OrderYhjs/{id}/exists':
+  '/MainMerchants/{id}/exists':
     get:
       tags:
-        - OrderYhj
+        - MainMerchant
       summary: Check whether a model instance exists in the data source.
-      operationId: 'OrderYhj.exists__get_OrderYhjs_{id}_exists'
+      operationId: 'MainMerchant.exists__get_MainMerchants_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -7545,12 +7545,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/OrderYhjs/{id}':
+  '/MainMerchants/{id}':
     head:
       tags:
-        - OrderYhj
+        - MainMerchant
       summary: Check whether a model instance exists in the data source.
-      operationId: 'OrderYhj.exists__head_OrderYhjs_{id}'
+      operationId: 'MainMerchant.exists__head_MainMerchants_{id}'
       parameters:
         - name: id
           in: path
@@ -7569,9 +7569,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - OrderYhj
+        - MainMerchant
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: OrderYhj.findById
+      operationId: MainMerchant.findById
       parameters:
         - name: id
           in: path
@@ -7591,15 +7591,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/OrderYhj'
+            $ref: '#/definitions/MainMerchant'
       deprecated: false
     put:
       tags:
-        - OrderYhj
+        - MainMerchant
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'OrderYhj.replaceById__put_OrderYhjs_{id}'
+      operationId: 'MainMerchant.replaceById__put_MainMerchants_{id}'
       parameters:
         - name: id
           in: path
@@ -7613,18 +7613,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/OrderYhj'
+            $ref: '#/definitions/MainMerchant'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/OrderYhj'
+            $ref: '#/definitions/MainMerchant'
       deprecated: false
     delete:
       tags:
-        - OrderYhj
+        - MainMerchant
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: OrderYhj.deleteById
+      operationId: MainMerchant.deleteById
       parameters:
         - name: id
           in: path
@@ -7640,15 +7640,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - OrderYhj
+        - MainMerchant
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: OrderYhj.prototype.patchAttributes
+      operationId: MainMerchant.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: OrderYhj id
+          description: MainMerchant id
           required: true
           type: string
           format: JSON
@@ -7658,21 +7658,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/OrderYhj'
+            $ref: '#/definitions/MainMerchant'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/OrderYhj'
+            $ref: '#/definitions/MainMerchant'
       deprecated: false
-  '/OrderYhjs/{id}/replace':
+  '/MainMerchants/{id}/replace':
     post:
       tags:
-        - OrderYhj
+        - MainMerchant
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'OrderYhj.replaceById__post_OrderYhjs_{id}_replace'
+      operationId: 'MainMerchant.replaceById__post_MainMerchants_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -7686,19 +7686,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/OrderYhj'
+            $ref: '#/definitions/MainMerchant'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/OrderYhj'
+            $ref: '#/definitions/MainMerchant'
       deprecated: false
-  /OrderYhjs/findOne:
+  /MainMerchants/findOne:
     get:
       tags:
-        - OrderYhj
+        - MainMerchant
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: OrderYhj.findOne
+      operationId: MainMerchant.findOne
       parameters:
         - name: filter
           in: query
@@ -7715,14 +7715,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/OrderYhj'
+            $ref: '#/definitions/MainMerchant'
       deprecated: false
-  /OrderYhjs/update:
+  /MainMerchants/update:
     post:
       tags:
-        - OrderYhj
+        - MainMerchant
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: OrderYhj.updateAll
+      operationId: MainMerchant.updateAll
       parameters:
         - name: where
           in: query
@@ -7736,7 +7736,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/OrderYhj'
+            $ref: '#/definitions/MainMerchant'
       responses:
         '200':
           description: Request was successful
@@ -7749,12 +7749,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /OrderYhjs/count:
+  /MainMerchants/count:
     get:
       tags:
-        - OrderYhj
+        - MainMerchant
       summary: Count instances of the model matched by where from the data source.
-      operationId: OrderYhj.count
+      operationId: MainMerchant.count
       parameters:
         - name: where
           in: query
@@ -7772,12 +7772,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainMerchants:
+  /MainEachrevenues:
     post:
       tags:
-        - MainMerchant
+        - MainEachrevenue
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainMerchant.create
+      operationId: MainEachrevenue.create
       parameters:
         - name: data
           in: body
@@ -7785,20 +7785,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainMerchant'
+            $ref: '#/definitions/MainEachrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainMerchant'
+            $ref: '#/definitions/MainEachrevenue'
       deprecated: false
     patch:
       tags:
-        - MainMerchant
+        - MainEachrevenue
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainMerchant.patchOrCreate
+      operationId: MainEachrevenue.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -7806,20 +7806,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainMerchant'
+            $ref: '#/definitions/MainEachrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainMerchant'
+            $ref: '#/definitions/MainEachrevenue'
       deprecated: false
     put:
       tags:
-        - MainMerchant
+        - MainEachrevenue
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainMerchant.replaceOrCreate__put_MainMerchants
+      operationId: MainEachrevenue.replaceOrCreate__put_MainEachrevenues
       parameters:
         - name: data
           in: body
@@ -7827,18 +7827,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainMerchant'
+            $ref: '#/definitions/MainEachrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainMerchant'
+            $ref: '#/definitions/MainEachrevenue'
       deprecated: false
     get:
       tags:
-        - MainMerchant
+        - MainEachrevenue
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainMerchant.find
+      operationId: MainEachrevenue.find
       parameters:
         - name: filter
           in: query
@@ -7857,16 +7857,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainMerchant'
+              $ref: '#/definitions/MainEachrevenue'
       deprecated: false
-  /MainMerchants/replaceOrCreate:
+  /MainEachrevenues/replaceOrCreate:
     post:
       tags:
-        - MainMerchant
+        - MainEachrevenue
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainMerchant.replaceOrCreate__post_MainMerchants_replaceOrCreate
+      operationId: MainEachrevenue.replaceOrCreate__post_MainEachrevenues_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -7874,21 +7874,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainMerchant'
+            $ref: '#/definitions/MainEachrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainMerchant'
+            $ref: '#/definitions/MainEachrevenue'
       deprecated: false
-  /MainMerchants/upsertWithWhere:
+  /MainEachrevenues/upsertWithWhere:
     post:
       tags:
-        - MainMerchant
+        - MainEachrevenue
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainMerchant.upsertWithWhere
+      operationId: MainEachrevenue.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -7902,19 +7902,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainMerchant'
+            $ref: '#/definitions/MainEachrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainMerchant'
+            $ref: '#/definitions/MainEachrevenue'
       deprecated: false
-  '/MainMerchants/{id}/exists':
+  '/MainEachrevenues/{id}/exists':
     get:
       tags:
-        - MainMerchant
+        - MainEachrevenue
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainMerchant.exists__get_MainMerchants_{id}_exists'
+      operationId: 'MainEachrevenue.exists__get_MainEachrevenues_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -7931,12 +7931,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainMerchants/{id}':
+  '/MainEachrevenues/{id}':
     head:
       tags:
-        - MainMerchant
+        - MainEachrevenue
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainMerchant.exists__head_MainMerchants_{id}'
+      operationId: 'MainEachrevenue.exists__head_MainEachrevenues_{id}'
       parameters:
         - name: id
           in: path
@@ -7955,9 +7955,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainMerchant
+        - MainEachrevenue
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainMerchant.findById
+      operationId: MainEachrevenue.findById
       parameters:
         - name: id
           in: path
@@ -7977,15 +7977,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainMerchant'
+            $ref: '#/definitions/MainEachrevenue'
       deprecated: false
     put:
       tags:
-        - MainMerchant
+        - MainEachrevenue
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainMerchant.replaceById__put_MainMerchants_{id}'
+      operationId: 'MainEachrevenue.replaceById__put_MainEachrevenues_{id}'
       parameters:
         - name: id
           in: path
@@ -7999,18 +7999,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainMerchant'
+            $ref: '#/definitions/MainEachrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainMerchant'
+            $ref: '#/definitions/MainEachrevenue'
       deprecated: false
     delete:
       tags:
-        - MainMerchant
+        - MainEachrevenue
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainMerchant.deleteById
+      operationId: MainEachrevenue.deleteById
       parameters:
         - name: id
           in: path
@@ -8026,15 +8026,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainMerchant
+        - MainEachrevenue
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainMerchant.prototype.patchAttributes
+      operationId: MainEachrevenue.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainMerchant id
+          description: MainEachrevenue id
           required: true
           type: string
           format: JSON
@@ -8044,21 +8044,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainMerchant'
+            $ref: '#/definitions/MainEachrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainMerchant'
+            $ref: '#/definitions/MainEachrevenue'
       deprecated: false
-  '/MainMerchants/{id}/replace':
+  '/MainEachrevenues/{id}/replace':
     post:
       tags:
-        - MainMerchant
+        - MainEachrevenue
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainMerchant.replaceById__post_MainMerchants_{id}_replace'
+      operationId: 'MainEachrevenue.replaceById__post_MainEachrevenues_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -8072,19 +8072,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainMerchant'
+            $ref: '#/definitions/MainEachrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainMerchant'
+            $ref: '#/definitions/MainEachrevenue'
       deprecated: false
-  /MainMerchants/findOne:
+  /MainEachrevenues/findOne:
     get:
       tags:
-        - MainMerchant
+        - MainEachrevenue
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainMerchant.findOne
+      operationId: MainEachrevenue.findOne
       parameters:
         - name: filter
           in: query
@@ -8101,14 +8101,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainMerchant'
+            $ref: '#/definitions/MainEachrevenue'
       deprecated: false
-  /MainMerchants/update:
+  /MainEachrevenues/update:
     post:
       tags:
-        - MainMerchant
+        - MainEachrevenue
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainMerchant.updateAll
+      operationId: MainEachrevenue.updateAll
       parameters:
         - name: where
           in: query
@@ -8122,7 +8122,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainMerchant'
+            $ref: '#/definitions/MainEachrevenue'
       responses:
         '200':
           description: Request was successful
@@ -8135,12 +8135,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainMerchants/count:
+  /MainEachrevenues/count:
     get:
       tags:
-        - MainMerchant
+        - MainEachrevenue
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainMerchant.count
+      operationId: MainEachrevenue.count
       parameters:
         - name: where
           in: query
@@ -8158,12 +8158,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainEachrevenues:
+  /MainCosmetologies:
     post:
       tags:
-        - MainEachrevenue
+        - MainCosmetology
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainEachrevenue.create
+      operationId: MainCosmetology.create
       parameters:
         - name: data
           in: body
@@ -8171,20 +8171,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEachrevenue'
+            $ref: '#/definitions/MainCosmetology'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachrevenue'
+            $ref: '#/definitions/MainCosmetology'
       deprecated: false
     patch:
       tags:
-        - MainEachrevenue
+        - MainCosmetology
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainEachrevenue.patchOrCreate
+      operationId: MainCosmetology.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -8192,20 +8192,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEachrevenue'
+            $ref: '#/definitions/MainCosmetology'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachrevenue'
+            $ref: '#/definitions/MainCosmetology'
       deprecated: false
     put:
       tags:
-        - MainEachrevenue
+        - MainCosmetology
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainEachrevenue.replaceOrCreate__put_MainEachrevenues
+      operationId: MainCosmetology.replaceOrCreate__put_MainCosmetologies
       parameters:
         - name: data
           in: body
@@ -8213,18 +8213,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEachrevenue'
+            $ref: '#/definitions/MainCosmetology'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachrevenue'
+            $ref: '#/definitions/MainCosmetology'
       deprecated: false
     get:
       tags:
-        - MainEachrevenue
+        - MainCosmetology
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainEachrevenue.find
+      operationId: MainCosmetology.find
       parameters:
         - name: filter
           in: query
@@ -8243,16 +8243,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainEachrevenue'
+              $ref: '#/definitions/MainCosmetology'
       deprecated: false
-  /MainEachrevenues/replaceOrCreate:
+  /MainCosmetologies/replaceOrCreate:
     post:
       tags:
-        - MainEachrevenue
+        - MainCosmetology
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainEachrevenue.replaceOrCreate__post_MainEachrevenues_replaceOrCreate
+      operationId: MainCosmetology.replaceOrCreate__post_MainCosmetologies_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -8260,21 +8260,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEachrevenue'
+            $ref: '#/definitions/MainCosmetology'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachrevenue'
+            $ref: '#/definitions/MainCosmetology'
       deprecated: false
-  /MainEachrevenues/upsertWithWhere:
+  /MainCosmetologies/upsertWithWhere:
     post:
       tags:
-        - MainEachrevenue
+        - MainCosmetology
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainEachrevenue.upsertWithWhere
+      operationId: MainCosmetology.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -8288,19 +8288,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainEachrevenue'
+            $ref: '#/definitions/MainCosmetology'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachrevenue'
+            $ref: '#/definitions/MainCosmetology'
       deprecated: false
-  '/MainEachrevenues/{id}/exists':
+  '/MainCosmetologies/{id}/exists':
     get:
       tags:
-        - MainEachrevenue
+        - MainCosmetology
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainEachrevenue.exists__get_MainEachrevenues_{id}_exists'
+      operationId: 'MainCosmetology.exists__get_MainCosmetologies_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -8317,12 +8317,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainEachrevenues/{id}':
+  '/MainCosmetologies/{id}':
     head:
       tags:
-        - MainEachrevenue
+        - MainCosmetology
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainEachrevenue.exists__head_MainEachrevenues_{id}'
+      operationId: 'MainCosmetology.exists__head_MainCosmetologies_{id}'
       parameters:
         - name: id
           in: path
@@ -8341,9 +8341,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainEachrevenue
+        - MainCosmetology
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainEachrevenue.findById
+      operationId: MainCosmetology.findById
       parameters:
         - name: id
           in: path
@@ -8363,15 +8363,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachrevenue'
+            $ref: '#/definitions/MainCosmetology'
       deprecated: false
     put:
       tags:
-        - MainEachrevenue
+        - MainCosmetology
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainEachrevenue.replaceById__put_MainEachrevenues_{id}'
+      operationId: 'MainCosmetology.replaceById__put_MainCosmetologies_{id}'
       parameters:
         - name: id
           in: path
@@ -8385,18 +8385,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEachrevenue'
+            $ref: '#/definitions/MainCosmetology'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachrevenue'
+            $ref: '#/definitions/MainCosmetology'
       deprecated: false
     delete:
       tags:
-        - MainEachrevenue
+        - MainCosmetology
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainEachrevenue.deleteById
+      operationId: MainCosmetology.deleteById
       parameters:
         - name: id
           in: path
@@ -8412,15 +8412,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainEachrevenue
+        - MainCosmetology
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainEachrevenue.prototype.patchAttributes
+      operationId: MainCosmetology.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainEachrevenue id
+          description: MainCosmetology id
           required: true
           type: string
           format: JSON
@@ -8430,21 +8430,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainEachrevenue'
+            $ref: '#/definitions/MainCosmetology'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachrevenue'
+            $ref: '#/definitions/MainCosmetology'
       deprecated: false
-  '/MainEachrevenues/{id}/replace':
+  '/MainCosmetologies/{id}/replace':
     post:
       tags:
-        - MainEachrevenue
+        - MainCosmetology
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainEachrevenue.replaceById__post_MainEachrevenues_{id}_replace'
+      operationId: 'MainCosmetology.replaceById__post_MainCosmetologies_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -8458,19 +8458,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEachrevenue'
+            $ref: '#/definitions/MainCosmetology'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachrevenue'
+            $ref: '#/definitions/MainCosmetology'
       deprecated: false
-  /MainEachrevenues/findOne:
+  /MainCosmetologies/findOne:
     get:
       tags:
-        - MainEachrevenue
+        - MainCosmetology
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainEachrevenue.findOne
+      operationId: MainCosmetology.findOne
       parameters:
         - name: filter
           in: query
@@ -8487,14 +8487,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachrevenue'
+            $ref: '#/definitions/MainCosmetology'
       deprecated: false
-  /MainEachrevenues/update:
+  /MainCosmetologies/update:
     post:
       tags:
-        - MainEachrevenue
+        - MainCosmetology
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainEachrevenue.updateAll
+      operationId: MainCosmetology.updateAll
       parameters:
         - name: where
           in: query
@@ -8508,7 +8508,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainEachrevenue'
+            $ref: '#/definitions/MainCosmetology'
       responses:
         '200':
           description: Request was successful
@@ -8521,12 +8521,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainEachrevenues/count:
+  /MainCosmetologies/count:
     get:
       tags:
-        - MainEachrevenue
+        - MainCosmetology
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainEachrevenue.count
+      operationId: MainCosmetology.count
       parameters:
         - name: where
           in: query
@@ -8544,12 +8544,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainCosmetologies:
+  /MainCountbills:
     post:
       tags:
-        - MainCosmetology
+        - MainCountbill
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainCosmetology.create
+      operationId: MainCountbill.create
       parameters:
         - name: data
           in: body
@@ -8557,20 +8557,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainCosmetology'
+            $ref: '#/definitions/MainCountbill'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainCosmetology'
+            $ref: '#/definitions/MainCountbill'
       deprecated: false
     patch:
       tags:
-        - MainCosmetology
+        - MainCountbill
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainCosmetology.patchOrCreate
+      operationId: MainCountbill.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -8578,20 +8578,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainCosmetology'
+            $ref: '#/definitions/MainCountbill'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainCosmetology'
+            $ref: '#/definitions/MainCountbill'
       deprecated: false
     put:
       tags:
-        - MainCosmetology
+        - MainCountbill
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainCosmetology.replaceOrCreate__put_MainCosmetologies
+      operationId: MainCountbill.replaceOrCreate__put_MainCountbills
       parameters:
         - name: data
           in: body
@@ -8599,18 +8599,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainCosmetology'
+            $ref: '#/definitions/MainCountbill'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainCosmetology'
+            $ref: '#/definitions/MainCountbill'
       deprecated: false
     get:
       tags:
-        - MainCosmetology
+        - MainCountbill
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainCosmetology.find
+      operationId: MainCountbill.find
       parameters:
         - name: filter
           in: query
@@ -8629,16 +8629,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainCosmetology'
+              $ref: '#/definitions/MainCountbill'
       deprecated: false
-  /MainCosmetologies/replaceOrCreate:
+  /MainCountbills/replaceOrCreate:
     post:
       tags:
-        - MainCosmetology
+        - MainCountbill
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainCosmetology.replaceOrCreate__post_MainCosmetologies_replaceOrCreate
+      operationId: MainCountbill.replaceOrCreate__post_MainCountbills_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -8646,21 +8646,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainCosmetology'
+            $ref: '#/definitions/MainCountbill'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainCosmetology'
+            $ref: '#/definitions/MainCountbill'
       deprecated: false
-  /MainCosmetologies/upsertWithWhere:
+  /MainCountbills/upsertWithWhere:
     post:
       tags:
-        - MainCosmetology
+        - MainCountbill
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainCosmetology.upsertWithWhere
+      operationId: MainCountbill.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -8674,19 +8674,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainCosmetology'
+            $ref: '#/definitions/MainCountbill'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainCosmetology'
+            $ref: '#/definitions/MainCountbill'
       deprecated: false
-  '/MainCosmetologies/{id}/exists':
+  '/MainCountbills/{id}/exists':
     get:
       tags:
-        - MainCosmetology
+        - MainCountbill
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainCosmetology.exists__get_MainCosmetologies_{id}_exists'
+      operationId: 'MainCountbill.exists__get_MainCountbills_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -8703,12 +8703,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainCosmetologies/{id}':
+  '/MainCountbills/{id}':
     head:
       tags:
-        - MainCosmetology
+        - MainCountbill
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainCosmetology.exists__head_MainCosmetologies_{id}'
+      operationId: 'MainCountbill.exists__head_MainCountbills_{id}'
       parameters:
         - name: id
           in: path
@@ -8727,9 +8727,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainCosmetology
+        - MainCountbill
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainCosmetology.findById
+      operationId: MainCountbill.findById
       parameters:
         - name: id
           in: path
@@ -8749,15 +8749,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainCosmetology'
+            $ref: '#/definitions/MainCountbill'
       deprecated: false
     put:
       tags:
-        - MainCosmetology
+        - MainCountbill
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainCosmetology.replaceById__put_MainCosmetologies_{id}'
+      operationId: 'MainCountbill.replaceById__put_MainCountbills_{id}'
       parameters:
         - name: id
           in: path
@@ -8771,18 +8771,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainCosmetology'
+            $ref: '#/definitions/MainCountbill'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainCosmetology'
+            $ref: '#/definitions/MainCountbill'
       deprecated: false
     delete:
       tags:
-        - MainCosmetology
+        - MainCountbill
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainCosmetology.deleteById
+      operationId: MainCountbill.deleteById
       parameters:
         - name: id
           in: path
@@ -8798,15 +8798,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainCosmetology
+        - MainCountbill
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainCosmetology.prototype.patchAttributes
+      operationId: MainCountbill.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainCosmetology id
+          description: MainCountbill id
           required: true
           type: string
           format: JSON
@@ -8816,21 +8816,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainCosmetology'
+            $ref: '#/definitions/MainCountbill'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainCosmetology'
+            $ref: '#/definitions/MainCountbill'
       deprecated: false
-  '/MainCosmetologies/{id}/replace':
+  '/MainCountbills/{id}/replace':
     post:
       tags:
-        - MainCosmetology
+        - MainCountbill
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainCosmetology.replaceById__post_MainCosmetologies_{id}_replace'
+      operationId: 'MainCountbill.replaceById__post_MainCountbills_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -8844,19 +8844,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainCosmetology'
+            $ref: '#/definitions/MainCountbill'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainCosmetology'
+            $ref: '#/definitions/MainCountbill'
       deprecated: false
-  /MainCosmetologies/findOne:
+  /MainCountbills/findOne:
     get:
       tags:
-        - MainCosmetology
+        - MainCountbill
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainCosmetology.findOne
+      operationId: MainCountbill.findOne
       parameters:
         - name: filter
           in: query
@@ -8873,14 +8873,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainCosmetology'
+            $ref: '#/definitions/MainCountbill'
       deprecated: false
-  /MainCosmetologies/update:
+  /MainCountbills/update:
     post:
       tags:
-        - MainCosmetology
+        - MainCountbill
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainCosmetology.updateAll
+      operationId: MainCountbill.updateAll
       parameters:
         - name: where
           in: query
@@ -8894,7 +8894,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainCosmetology'
+            $ref: '#/definitions/MainCountbill'
       responses:
         '200':
           description: Request was successful
@@ -8907,12 +8907,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainCosmetologies/count:
+  /MainCountbills/count:
     get:
       tags:
-        - MainCosmetology
+        - MainCountbill
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainCosmetology.count
+      operationId: MainCountbill.count
       parameters:
         - name: where
           in: query
@@ -8930,12 +8930,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainCountbills:
+  /MainDays:
     post:
       tags:
-        - MainCountbill
+        - MainDay
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainCountbill.create
+      operationId: MainDay.create
       parameters:
         - name: data
           in: body
@@ -8943,20 +8943,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainCountbill'
+            $ref: '#/definitions/MainDay'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainCountbill'
+            $ref: '#/definitions/MainDay'
       deprecated: false
     patch:
       tags:
-        - MainCountbill
+        - MainDay
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainCountbill.patchOrCreate
+      operationId: MainDay.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -8964,20 +8964,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainCountbill'
+            $ref: '#/definitions/MainDay'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainCountbill'
+            $ref: '#/definitions/MainDay'
       deprecated: false
     put:
       tags:
-        - MainCountbill
+        - MainDay
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainCountbill.replaceOrCreate__put_MainCountbills
+      operationId: MainDay.replaceOrCreate__put_MainDays
       parameters:
         - name: data
           in: body
@@ -8985,18 +8985,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainCountbill'
+            $ref: '#/definitions/MainDay'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainCountbill'
+            $ref: '#/definitions/MainDay'
       deprecated: false
     get:
       tags:
-        - MainCountbill
+        - MainDay
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainCountbill.find
+      operationId: MainDay.find
       parameters:
         - name: filter
           in: query
@@ -9015,16 +9015,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainCountbill'
+              $ref: '#/definitions/MainDay'
       deprecated: false
-  /MainCountbills/replaceOrCreate:
+  /MainDays/replaceOrCreate:
     post:
       tags:
-        - MainCountbill
+        - MainDay
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainCountbill.replaceOrCreate__post_MainCountbills_replaceOrCreate
+      operationId: MainDay.replaceOrCreate__post_MainDays_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -9032,21 +9032,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainCountbill'
+            $ref: '#/definitions/MainDay'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainCountbill'
+            $ref: '#/definitions/MainDay'
       deprecated: false
-  /MainCountbills/upsertWithWhere:
+  /MainDays/upsertWithWhere:
     post:
       tags:
-        - MainCountbill
+        - MainDay
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainCountbill.upsertWithWhere
+      operationId: MainDay.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -9060,19 +9060,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainCountbill'
+            $ref: '#/definitions/MainDay'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainCountbill'
+            $ref: '#/definitions/MainDay'
       deprecated: false
-  '/MainCountbills/{id}/exists':
+  '/MainDays/{id}/exists':
     get:
       tags:
-        - MainCountbill
+        - MainDay
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainCountbill.exists__get_MainCountbills_{id}_exists'
+      operationId: 'MainDay.exists__get_MainDays_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -9089,12 +9089,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainCountbills/{id}':
+  '/MainDays/{id}':
     head:
       tags:
-        - MainCountbill
+        - MainDay
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainCountbill.exists__head_MainCountbills_{id}'
+      operationId: 'MainDay.exists__head_MainDays_{id}'
       parameters:
         - name: id
           in: path
@@ -9113,9 +9113,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainCountbill
+        - MainDay
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainCountbill.findById
+      operationId: MainDay.findById
       parameters:
         - name: id
           in: path
@@ -9135,15 +9135,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainCountbill'
+            $ref: '#/definitions/MainDay'
       deprecated: false
     put:
       tags:
-        - MainCountbill
+        - MainDay
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainCountbill.replaceById__put_MainCountbills_{id}'
+      operationId: 'MainDay.replaceById__put_MainDays_{id}'
       parameters:
         - name: id
           in: path
@@ -9157,18 +9157,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainCountbill'
+            $ref: '#/definitions/MainDay'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainCountbill'
+            $ref: '#/definitions/MainDay'
       deprecated: false
     delete:
       tags:
-        - MainCountbill
+        - MainDay
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainCountbill.deleteById
+      operationId: MainDay.deleteById
       parameters:
         - name: id
           in: path
@@ -9184,15 +9184,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainCountbill
+        - MainDay
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainCountbill.prototype.patchAttributes
+      operationId: MainDay.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainCountbill id
+          description: MainDay id
           required: true
           type: string
           format: JSON
@@ -9202,21 +9202,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainCountbill'
+            $ref: '#/definitions/MainDay'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainCountbill'
+            $ref: '#/definitions/MainDay'
       deprecated: false
-  '/MainCountbills/{id}/replace':
+  '/MainDays/{id}/replace':
     post:
       tags:
-        - MainCountbill
+        - MainDay
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainCountbill.replaceById__post_MainCountbills_{id}_replace'
+      operationId: 'MainDay.replaceById__post_MainDays_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -9230,19 +9230,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainCountbill'
+            $ref: '#/definitions/MainDay'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainCountbill'
+            $ref: '#/definitions/MainDay'
       deprecated: false
-  /MainCountbills/findOne:
+  /MainDays/findOne:
     get:
       tags:
-        - MainCountbill
+        - MainDay
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainCountbill.findOne
+      operationId: MainDay.findOne
       parameters:
         - name: filter
           in: query
@@ -9259,14 +9259,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainCountbill'
+            $ref: '#/definitions/MainDay'
       deprecated: false
-  /MainCountbills/update:
+  /MainDays/update:
     post:
       tags:
-        - MainCountbill
+        - MainDay
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainCountbill.updateAll
+      operationId: MainDay.updateAll
       parameters:
         - name: where
           in: query
@@ -9280,7 +9280,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainCountbill'
+            $ref: '#/definitions/MainDay'
       responses:
         '200':
           description: Request was successful
@@ -9293,12 +9293,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainCountbills/count:
+  /MainDays/count:
     get:
       tags:
-        - MainCountbill
+        - MainDay
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainCountbill.count
+      operationId: MainDay.count
       parameters:
         - name: where
           in: query
@@ -9316,12 +9316,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainDays:
+  /MainEachyears:
     post:
       tags:
-        - MainDay
+        - MainEachyear
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainDay.create
+      operationId: MainEachyear.create
       parameters:
         - name: data
           in: body
@@ -9329,20 +9329,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainDay'
+            $ref: '#/definitions/MainEachyear'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainDay'
+            $ref: '#/definitions/MainEachyear'
       deprecated: false
     patch:
       tags:
-        - MainDay
+        - MainEachyear
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainDay.patchOrCreate
+      operationId: MainEachyear.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -9350,20 +9350,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainDay'
+            $ref: '#/definitions/MainEachyear'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainDay'
+            $ref: '#/definitions/MainEachyear'
       deprecated: false
     put:
       tags:
-        - MainDay
+        - MainEachyear
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainDay.replaceOrCreate__put_MainDays
+      operationId: MainEachyear.replaceOrCreate__put_MainEachyears
       parameters:
         - name: data
           in: body
@@ -9371,18 +9371,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainDay'
+            $ref: '#/definitions/MainEachyear'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainDay'
+            $ref: '#/definitions/MainEachyear'
       deprecated: false
     get:
       tags:
-        - MainDay
+        - MainEachyear
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainDay.find
+      operationId: MainEachyear.find
       parameters:
         - name: filter
           in: query
@@ -9401,16 +9401,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainDay'
+              $ref: '#/definitions/MainEachyear'
       deprecated: false
-  /MainDays/replaceOrCreate:
+  /MainEachyears/replaceOrCreate:
     post:
       tags:
-        - MainDay
+        - MainEachyear
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainDay.replaceOrCreate__post_MainDays_replaceOrCreate
+      operationId: MainEachyear.replaceOrCreate__post_MainEachyears_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -9418,21 +9418,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainDay'
+            $ref: '#/definitions/MainEachyear'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainDay'
+            $ref: '#/definitions/MainEachyear'
       deprecated: false
-  /MainDays/upsertWithWhere:
+  /MainEachyears/upsertWithWhere:
     post:
       tags:
-        - MainDay
+        - MainEachyear
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainDay.upsertWithWhere
+      operationId: MainEachyear.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -9446,19 +9446,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainDay'
+            $ref: '#/definitions/MainEachyear'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainDay'
+            $ref: '#/definitions/MainEachyear'
       deprecated: false
-  '/MainDays/{id}/exists':
+  '/MainEachyears/{id}/exists':
     get:
       tags:
-        - MainDay
+        - MainEachyear
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainDay.exists__get_MainDays_{id}_exists'
+      operationId: 'MainEachyear.exists__get_MainEachyears_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -9475,12 +9475,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainDays/{id}':
+  '/MainEachyears/{id}':
     head:
       tags:
-        - MainDay
+        - MainEachyear
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainDay.exists__head_MainDays_{id}'
+      operationId: 'MainEachyear.exists__head_MainEachyears_{id}'
       parameters:
         - name: id
           in: path
@@ -9499,9 +9499,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainDay
+        - MainEachyear
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainDay.findById
+      operationId: MainEachyear.findById
       parameters:
         - name: id
           in: path
@@ -9521,15 +9521,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainDay'
+            $ref: '#/definitions/MainEachyear'
       deprecated: false
     put:
       tags:
-        - MainDay
+        - MainEachyear
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainDay.replaceById__put_MainDays_{id}'
+      operationId: 'MainEachyear.replaceById__put_MainEachyears_{id}'
       parameters:
         - name: id
           in: path
@@ -9543,18 +9543,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainDay'
+            $ref: '#/definitions/MainEachyear'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainDay'
+            $ref: '#/definitions/MainEachyear'
       deprecated: false
     delete:
       tags:
-        - MainDay
+        - MainEachyear
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainDay.deleteById
+      operationId: MainEachyear.deleteById
       parameters:
         - name: id
           in: path
@@ -9570,15 +9570,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainDay
+        - MainEachyear
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainDay.prototype.patchAttributes
+      operationId: MainEachyear.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainDay id
+          description: MainEachyear id
           required: true
           type: string
           format: JSON
@@ -9588,21 +9588,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainDay'
+            $ref: '#/definitions/MainEachyear'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainDay'
+            $ref: '#/definitions/MainEachyear'
       deprecated: false
-  '/MainDays/{id}/replace':
+  '/MainEachyears/{id}/replace':
     post:
       tags:
-        - MainDay
+        - MainEachyear
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainDay.replaceById__post_MainDays_{id}_replace'
+      operationId: 'MainEachyear.replaceById__post_MainEachyears_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -9616,19 +9616,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainDay'
+            $ref: '#/definitions/MainEachyear'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainDay'
+            $ref: '#/definitions/MainEachyear'
       deprecated: false
-  /MainDays/findOne:
+  /MainEachyears/findOne:
     get:
       tags:
-        - MainDay
+        - MainEachyear
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainDay.findOne
+      operationId: MainEachyear.findOne
       parameters:
         - name: filter
           in: query
@@ -9645,14 +9645,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainDay'
+            $ref: '#/definitions/MainEachyear'
       deprecated: false
-  /MainDays/update:
+  /MainEachyears/update:
     post:
       tags:
-        - MainDay
+        - MainEachyear
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainDay.updateAll
+      operationId: MainEachyear.updateAll
       parameters:
         - name: where
           in: query
@@ -9666,7 +9666,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainDay'
+            $ref: '#/definitions/MainEachyear'
       responses:
         '200':
           description: Request was successful
@@ -9679,12 +9679,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainDays/count:
+  /MainEachyears/count:
     get:
       tags:
-        - MainDay
+        - MainEachyear
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainDay.count
+      operationId: MainEachyear.count
       parameters:
         - name: where
           in: query
@@ -9702,12 +9702,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainEachyears:
+  /MainEntityorders:
     post:
       tags:
-        - MainEachyear
+        - MainEntityorder
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainEachyear.create
+      operationId: MainEntityorder.create
       parameters:
         - name: data
           in: body
@@ -9715,20 +9715,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEachyear'
+            $ref: '#/definitions/MainEntityorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachyear'
+            $ref: '#/definitions/MainEntityorder'
       deprecated: false
     patch:
       tags:
-        - MainEachyear
+        - MainEntityorder
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainEachyear.patchOrCreate
+      operationId: MainEntityorder.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -9736,20 +9736,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEachyear'
+            $ref: '#/definitions/MainEntityorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachyear'
+            $ref: '#/definitions/MainEntityorder'
       deprecated: false
     put:
       tags:
-        - MainEachyear
+        - MainEntityorder
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainEachyear.replaceOrCreate__put_MainEachyears
+      operationId: MainEntityorder.replaceOrCreate__put_MainEntityorders
       parameters:
         - name: data
           in: body
@@ -9757,18 +9757,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEachyear'
+            $ref: '#/definitions/MainEntityorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachyear'
+            $ref: '#/definitions/MainEntityorder'
       deprecated: false
     get:
       tags:
-        - MainEachyear
+        - MainEntityorder
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainEachyear.find
+      operationId: MainEntityorder.find
       parameters:
         - name: filter
           in: query
@@ -9787,16 +9787,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainEachyear'
+              $ref: '#/definitions/MainEntityorder'
       deprecated: false
-  /MainEachyears/replaceOrCreate:
+  /MainEntityorders/replaceOrCreate:
     post:
       tags:
-        - MainEachyear
+        - MainEntityorder
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainEachyear.replaceOrCreate__post_MainEachyears_replaceOrCreate
+      operationId: MainEntityorder.replaceOrCreate__post_MainEntityorders_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -9804,21 +9804,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEachyear'
+            $ref: '#/definitions/MainEntityorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachyear'
+            $ref: '#/definitions/MainEntityorder'
       deprecated: false
-  /MainEachyears/upsertWithWhere:
+  /MainEntityorders/upsertWithWhere:
     post:
       tags:
-        - MainEachyear
+        - MainEntityorder
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainEachyear.upsertWithWhere
+      operationId: MainEntityorder.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -9832,19 +9832,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainEachyear'
+            $ref: '#/definitions/MainEntityorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachyear'
+            $ref: '#/definitions/MainEntityorder'
       deprecated: false
-  '/MainEachyears/{id}/exists':
+  '/MainEntityorders/{id}/exists':
     get:
       tags:
-        - MainEachyear
+        - MainEntityorder
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainEachyear.exists__get_MainEachyears_{id}_exists'
+      operationId: 'MainEntityorder.exists__get_MainEntityorders_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -9861,12 +9861,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainEachyears/{id}':
+  '/MainEntityorders/{id}':
     head:
       tags:
-        - MainEachyear
+        - MainEntityorder
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainEachyear.exists__head_MainEachyears_{id}'
+      operationId: 'MainEntityorder.exists__head_MainEntityorders_{id}'
       parameters:
         - name: id
           in: path
@@ -9885,9 +9885,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainEachyear
+        - MainEntityorder
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainEachyear.findById
+      operationId: MainEntityorder.findById
       parameters:
         - name: id
           in: path
@@ -9907,15 +9907,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachyear'
+            $ref: '#/definitions/MainEntityorder'
       deprecated: false
     put:
       tags:
-        - MainEachyear
+        - MainEntityorder
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainEachyear.replaceById__put_MainEachyears_{id}'
+      operationId: 'MainEntityorder.replaceById__put_MainEntityorders_{id}'
       parameters:
         - name: id
           in: path
@@ -9929,18 +9929,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEachyear'
+            $ref: '#/definitions/MainEntityorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachyear'
+            $ref: '#/definitions/MainEntityorder'
       deprecated: false
     delete:
       tags:
-        - MainEachyear
+        - MainEntityorder
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainEachyear.deleteById
+      operationId: MainEntityorder.deleteById
       parameters:
         - name: id
           in: path
@@ -9956,15 +9956,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainEachyear
+        - MainEntityorder
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainEachyear.prototype.patchAttributes
+      operationId: MainEntityorder.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainEachyear id
+          description: MainEntityorder id
           required: true
           type: string
           format: JSON
@@ -9974,21 +9974,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainEachyear'
+            $ref: '#/definitions/MainEntityorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachyear'
+            $ref: '#/definitions/MainEntityorder'
       deprecated: false
-  '/MainEachyears/{id}/replace':
+  '/MainEntityorders/{id}/replace':
     post:
       tags:
-        - MainEachyear
+        - MainEntityorder
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainEachyear.replaceById__post_MainEachyears_{id}_replace'
+      operationId: 'MainEntityorder.replaceById__post_MainEntityorders_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -10002,19 +10002,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEachyear'
+            $ref: '#/definitions/MainEntityorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachyear'
+            $ref: '#/definitions/MainEntityorder'
       deprecated: false
-  /MainEachyears/findOne:
+  /MainEntityorders/findOne:
     get:
       tags:
-        - MainEachyear
+        - MainEntityorder
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainEachyear.findOne
+      operationId: MainEntityorder.findOne
       parameters:
         - name: filter
           in: query
@@ -10031,14 +10031,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachyear'
+            $ref: '#/definitions/MainEntityorder'
       deprecated: false
-  /MainEachyears/update:
+  /MainEntityorders/update:
     post:
       tags:
-        - MainEachyear
+        - MainEntityorder
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainEachyear.updateAll
+      operationId: MainEntityorder.updateAll
       parameters:
         - name: where
           in: query
@@ -10052,7 +10052,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainEachyear'
+            $ref: '#/definitions/MainEntityorder'
       responses:
         '200':
           description: Request was successful
@@ -10065,12 +10065,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainEachyears/count:
+  /MainEntityorders/count:
     get:
       tags:
-        - MainEachyear
+        - MainEntityorder
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainEachyear.count
+      operationId: MainEntityorder.count
       parameters:
         - name: where
           in: query
@@ -10088,12 +10088,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainEntityorders:
+  /MainEntityrevenues:
     post:
       tags:
-        - MainEntityorder
+        - MainEntityrevenue
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainEntityorder.create
+      operationId: MainEntityrevenue.create
       parameters:
         - name: data
           in: body
@@ -10101,20 +10101,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEntityorder'
+            $ref: '#/definitions/MainEntityrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEntityorder'
+            $ref: '#/definitions/MainEntityrevenue'
       deprecated: false
     patch:
       tags:
-        - MainEntityorder
+        - MainEntityrevenue
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainEntityorder.patchOrCreate
+      operationId: MainEntityrevenue.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -10122,20 +10122,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEntityorder'
+            $ref: '#/definitions/MainEntityrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEntityorder'
+            $ref: '#/definitions/MainEntityrevenue'
       deprecated: false
     put:
       tags:
-        - MainEntityorder
+        - MainEntityrevenue
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainEntityorder.replaceOrCreate__put_MainEntityorders
+      operationId: MainEntityrevenue.replaceOrCreate__put_MainEntityrevenues
       parameters:
         - name: data
           in: body
@@ -10143,18 +10143,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEntityorder'
+            $ref: '#/definitions/MainEntityrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEntityorder'
+            $ref: '#/definitions/MainEntityrevenue'
       deprecated: false
     get:
       tags:
-        - MainEntityorder
+        - MainEntityrevenue
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainEntityorder.find
+      operationId: MainEntityrevenue.find
       parameters:
         - name: filter
           in: query
@@ -10173,16 +10173,17 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainEntityorder'
+              $ref: '#/definitions/MainEntityrevenue'
       deprecated: false
-  /MainEntityorders/replaceOrCreate:
+  /MainEntityrevenues/replaceOrCreate:
     post:
       tags:
-        - MainEntityorder
+        - MainEntityrevenue
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainEntityorder.replaceOrCreate__post_MainEntityorders_replaceOrCreate
+      operationId: >-
+        MainEntityrevenue.replaceOrCreate__post_MainEntityrevenues_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -10190,21 +10191,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEntityorder'
+            $ref: '#/definitions/MainEntityrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEntityorder'
+            $ref: '#/definitions/MainEntityrevenue'
       deprecated: false
-  /MainEntityorders/upsertWithWhere:
+  /MainEntityrevenues/upsertWithWhere:
     post:
       tags:
-        - MainEntityorder
+        - MainEntityrevenue
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainEntityorder.upsertWithWhere
+      operationId: MainEntityrevenue.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -10218,19 +10219,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainEntityorder'
+            $ref: '#/definitions/MainEntityrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEntityorder'
+            $ref: '#/definitions/MainEntityrevenue'
       deprecated: false
-  '/MainEntityorders/{id}/exists':
+  '/MainEntityrevenues/{id}/exists':
     get:
       tags:
-        - MainEntityorder
+        - MainEntityrevenue
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainEntityorder.exists__get_MainEntityorders_{id}_exists'
+      operationId: 'MainEntityrevenue.exists__get_MainEntityrevenues_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -10247,12 +10248,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainEntityorders/{id}':
+  '/MainEntityrevenues/{id}':
     head:
       tags:
-        - MainEntityorder
+        - MainEntityrevenue
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainEntityorder.exists__head_MainEntityorders_{id}'
+      operationId: 'MainEntityrevenue.exists__head_MainEntityrevenues_{id}'
       parameters:
         - name: id
           in: path
@@ -10271,9 +10272,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainEntityorder
+        - MainEntityrevenue
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainEntityorder.findById
+      operationId: MainEntityrevenue.findById
       parameters:
         - name: id
           in: path
@@ -10293,15 +10294,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEntityorder'
+            $ref: '#/definitions/MainEntityrevenue'
       deprecated: false
     put:
       tags:
-        - MainEntityorder
+        - MainEntityrevenue
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainEntityorder.replaceById__put_MainEntityorders_{id}'
+      operationId: 'MainEntityrevenue.replaceById__put_MainEntityrevenues_{id}'
       parameters:
         - name: id
           in: path
@@ -10315,18 +10316,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEntityorder'
+            $ref: '#/definitions/MainEntityrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEntityorder'
+            $ref: '#/definitions/MainEntityrevenue'
       deprecated: false
     delete:
       tags:
-        - MainEntityorder
+        - MainEntityrevenue
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainEntityorder.deleteById
+      operationId: MainEntityrevenue.deleteById
       parameters:
         - name: id
           in: path
@@ -10342,15 +10343,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainEntityorder
+        - MainEntityrevenue
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainEntityorder.prototype.patchAttributes
+      operationId: MainEntityrevenue.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainEntityorder id
+          description: MainEntityrevenue id
           required: true
           type: string
           format: JSON
@@ -10360,21 +10361,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainEntityorder'
+            $ref: '#/definitions/MainEntityrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEntityorder'
+            $ref: '#/definitions/MainEntityrevenue'
       deprecated: false
-  '/MainEntityorders/{id}/replace':
+  '/MainEntityrevenues/{id}/replace':
     post:
       tags:
-        - MainEntityorder
+        - MainEntityrevenue
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainEntityorder.replaceById__post_MainEntityorders_{id}_replace'
+      operationId: 'MainEntityrevenue.replaceById__post_MainEntityrevenues_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -10388,19 +10389,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEntityorder'
+            $ref: '#/definitions/MainEntityrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEntityorder'
+            $ref: '#/definitions/MainEntityrevenue'
       deprecated: false
-  /MainEntityorders/findOne:
+  /MainEntityrevenues/findOne:
     get:
       tags:
-        - MainEntityorder
+        - MainEntityrevenue
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainEntityorder.findOne
+      operationId: MainEntityrevenue.findOne
       parameters:
         - name: filter
           in: query
@@ -10417,14 +10418,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEntityorder'
+            $ref: '#/definitions/MainEntityrevenue'
       deprecated: false
-  /MainEntityorders/update:
+  /MainEntityrevenues/update:
     post:
       tags:
-        - MainEntityorder
+        - MainEntityrevenue
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainEntityorder.updateAll
+      operationId: MainEntityrevenue.updateAll
       parameters:
         - name: where
           in: query
@@ -10438,7 +10439,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainEntityorder'
+            $ref: '#/definitions/MainEntityrevenue'
       responses:
         '200':
           description: Request was successful
@@ -10451,12 +10452,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainEntityorders/count:
+  /MainEntityrevenues/count:
     get:
       tags:
-        - MainEntityorder
+        - MainEntityrevenue
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainEntityorder.count
+      operationId: MainEntityrevenue.count
       parameters:
         - name: where
           in: query
@@ -10474,12 +10475,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainEntityrevenues:
+  /MainFonlineteachers:
     post:
       tags:
-        - MainEntityrevenue
+        - MainFonlineteachers
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainEntityrevenue.create
+      operationId: MainFonlineteachers.create
       parameters:
         - name: data
           in: body
@@ -10487,20 +10488,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEntityrevenue'
+            $ref: '#/definitions/MainFonlineteachers'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEntityrevenue'
+            $ref: '#/definitions/MainFonlineteachers'
       deprecated: false
     patch:
       tags:
-        - MainEntityrevenue
+        - MainFonlineteachers
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainEntityrevenue.patchOrCreate
+      operationId: MainFonlineteachers.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -10508,20 +10509,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEntityrevenue'
+            $ref: '#/definitions/MainFonlineteachers'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEntityrevenue'
+            $ref: '#/definitions/MainFonlineteachers'
       deprecated: false
     put:
       tags:
-        - MainEntityrevenue
+        - MainFonlineteachers
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainEntityrevenue.replaceOrCreate__put_MainEntityrevenues
+      operationId: MainFonlineteachers.replaceOrCreate__put_MainFonlineteachers
       parameters:
         - name: data
           in: body
@@ -10529,18 +10530,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEntityrevenue'
+            $ref: '#/definitions/MainFonlineteachers'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEntityrevenue'
+            $ref: '#/definitions/MainFonlineteachers'
       deprecated: false
     get:
       tags:
-        - MainEntityrevenue
+        - MainFonlineteachers
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainEntityrevenue.find
+      operationId: MainFonlineteachers.find
       parameters:
         - name: filter
           in: query
@@ -10559,17 +10560,17 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainEntityrevenue'
+              $ref: '#/definitions/MainFonlineteachers'
       deprecated: false
-  /MainEntityrevenues/replaceOrCreate:
+  /MainFonlineteachers/replaceOrCreate:
     post:
       tags:
-        - MainEntityrevenue
+        - MainFonlineteachers
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
       operationId: >-
-        MainEntityrevenue.replaceOrCreate__post_MainEntityrevenues_replaceOrCreate
+        MainFonlineteachers.replaceOrCreate__post_MainFonlineteachers_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -10577,21 +10578,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEntityrevenue'
+            $ref: '#/definitions/MainFonlineteachers'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEntityrevenue'
+            $ref: '#/definitions/MainFonlineteachers'
       deprecated: false
-  /MainEntityrevenues/upsertWithWhere:
+  /MainFonlineteachers/upsertWithWhere:
     post:
       tags:
-        - MainEntityrevenue
+        - MainFonlineteachers
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainEntityrevenue.upsertWithWhere
+      operationId: MainFonlineteachers.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -10605,19 +10606,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainEntityrevenue'
+            $ref: '#/definitions/MainFonlineteachers'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEntityrevenue'
+            $ref: '#/definitions/MainFonlineteachers'
       deprecated: false
-  '/MainEntityrevenues/{id}/exists':
+  '/MainFonlineteachers/{id}/exists':
     get:
       tags:
-        - MainEntityrevenue
+        - MainFonlineteachers
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainEntityrevenue.exists__get_MainEntityrevenues_{id}_exists'
+      operationId: 'MainFonlineteachers.exists__get_MainFonlineteachers_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -10634,12 +10635,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainEntityrevenues/{id}':
+  '/MainFonlineteachers/{id}':
     head:
       tags:
-        - MainEntityrevenue
+        - MainFonlineteachers
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainEntityrevenue.exists__head_MainEntityrevenues_{id}'
+      operationId: 'MainFonlineteachers.exists__head_MainFonlineteachers_{id}'
       parameters:
         - name: id
           in: path
@@ -10658,9 +10659,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainEntityrevenue
+        - MainFonlineteachers
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainEntityrevenue.findById
+      operationId: MainFonlineteachers.findById
       parameters:
         - name: id
           in: path
@@ -10680,15 +10681,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEntityrevenue'
+            $ref: '#/definitions/MainFonlineteachers'
       deprecated: false
     put:
       tags:
-        - MainEntityrevenue
+        - MainFonlineteachers
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainEntityrevenue.replaceById__put_MainEntityrevenues_{id}'
+      operationId: 'MainFonlineteachers.replaceById__put_MainFonlineteachers_{id}'
       parameters:
         - name: id
           in: path
@@ -10702,18 +10703,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEntityrevenue'
+            $ref: '#/definitions/MainFonlineteachers'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEntityrevenue'
+            $ref: '#/definitions/MainFonlineteachers'
       deprecated: false
     delete:
       tags:
-        - MainEntityrevenue
+        - MainFonlineteachers
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainEntityrevenue.deleteById
+      operationId: MainFonlineteachers.deleteById
       parameters:
         - name: id
           in: path
@@ -10729,15 +10730,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainEntityrevenue
+        - MainFonlineteachers
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainEntityrevenue.prototype.patchAttributes
+      operationId: MainFonlineteachers.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainEntityrevenue id
+          description: MainFonlineteachers id
           required: true
           type: string
           format: JSON
@@ -10747,21 +10748,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainEntityrevenue'
+            $ref: '#/definitions/MainFonlineteachers'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEntityrevenue'
+            $ref: '#/definitions/MainFonlineteachers'
       deprecated: false
-  '/MainEntityrevenues/{id}/replace':
+  '/MainFonlineteachers/{id}/replace':
     post:
       tags:
-        - MainEntityrevenue
+        - MainFonlineteachers
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainEntityrevenue.replaceById__post_MainEntityrevenues_{id}_replace'
+      operationId: 'MainFonlineteachers.replaceById__post_MainFonlineteachers_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -10775,19 +10776,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEntityrevenue'
+            $ref: '#/definitions/MainFonlineteachers'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEntityrevenue'
+            $ref: '#/definitions/MainFonlineteachers'
       deprecated: false
-  /MainEntityrevenues/findOne:
+  /MainFonlineteachers/findOne:
     get:
       tags:
-        - MainEntityrevenue
+        - MainFonlineteachers
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainEntityrevenue.findOne
+      operationId: MainFonlineteachers.findOne
       parameters:
         - name: filter
           in: query
@@ -10804,14 +10805,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEntityrevenue'
+            $ref: '#/definitions/MainFonlineteachers'
       deprecated: false
-  /MainEntityrevenues/update:
+  /MainFonlineteachers/update:
     post:
       tags:
-        - MainEntityrevenue
+        - MainFonlineteachers
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainEntityrevenue.updateAll
+      operationId: MainFonlineteachers.updateAll
       parameters:
         - name: where
           in: query
@@ -10825,7 +10826,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainEntityrevenue'
+            $ref: '#/definitions/MainFonlineteachers'
       responses:
         '200':
           description: Request was successful
@@ -10838,12 +10839,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainEntityrevenues/count:
+  /MainFonlineteachers/count:
     get:
       tags:
-        - MainEntityrevenue
+        - MainFonlineteachers
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainEntityrevenue.count
+      operationId: MainFonlineteachers.count
       parameters:
         - name: where
           in: query
@@ -10861,12 +10862,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainFonlineteachers:
+  /MainHospitalnums:
     post:
       tags:
-        - MainFonlineteachers
+        - MainHospitalnum
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainFonlineteachers.create
+      operationId: MainHospitalnum.create
       parameters:
         - name: data
           in: body
@@ -10874,20 +10875,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainFonlineteachers'
+            $ref: '#/definitions/MainHospitalnum'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainFonlineteachers'
+            $ref: '#/definitions/MainHospitalnum'
       deprecated: false
     patch:
       tags:
-        - MainFonlineteachers
+        - MainHospitalnum
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainFonlineteachers.patchOrCreate
+      operationId: MainHospitalnum.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -10895,20 +10896,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainFonlineteachers'
+            $ref: '#/definitions/MainHospitalnum'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainFonlineteachers'
+            $ref: '#/definitions/MainHospitalnum'
       deprecated: false
     put:
       tags:
-        - MainFonlineteachers
+        - MainHospitalnum
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainFonlineteachers.replaceOrCreate__put_MainFonlineteachers
+      operationId: MainHospitalnum.replaceOrCreate__put_MainHospitalnums
       parameters:
         - name: data
           in: body
@@ -10916,18 +10917,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainFonlineteachers'
+            $ref: '#/definitions/MainHospitalnum'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainFonlineteachers'
+            $ref: '#/definitions/MainHospitalnum'
       deprecated: false
     get:
       tags:
-        - MainFonlineteachers
+        - MainHospitalnum
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainFonlineteachers.find
+      operationId: MainHospitalnum.find
       parameters:
         - name: filter
           in: query
@@ -10946,17 +10947,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainFonlineteachers'
+              $ref: '#/definitions/MainHospitalnum'
       deprecated: false
-  /MainFonlineteachers/replaceOrCreate:
+  /MainHospitalnums/replaceOrCreate:
     post:
       tags:
-        - MainFonlineteachers
+        - MainHospitalnum
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: >-
-        MainFonlineteachers.replaceOrCreate__post_MainFonlineteachers_replaceOrCreate
+      operationId: MainHospitalnum.replaceOrCreate__post_MainHospitalnums_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -10964,21 +10964,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainFonlineteachers'
+            $ref: '#/definitions/MainHospitalnum'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainFonlineteachers'
+            $ref: '#/definitions/MainHospitalnum'
       deprecated: false
-  /MainFonlineteachers/upsertWithWhere:
+  /MainHospitalnums/upsertWithWhere:
     post:
       tags:
-        - MainFonlineteachers
+        - MainHospitalnum
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainFonlineteachers.upsertWithWhere
+      operationId: MainHospitalnum.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -10992,19 +10992,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainFonlineteachers'
+            $ref: '#/definitions/MainHospitalnum'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainFonlineteachers'
+            $ref: '#/definitions/MainHospitalnum'
       deprecated: false
-  '/MainFonlineteachers/{id}/exists':
+  '/MainHospitalnums/{id}/exists':
     get:
       tags:
-        - MainFonlineteachers
+        - MainHospitalnum
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainFonlineteachers.exists__get_MainFonlineteachers_{id}_exists'
+      operationId: 'MainHospitalnum.exists__get_MainHospitalnums_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -11021,12 +11021,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainFonlineteachers/{id}':
+  '/MainHospitalnums/{id}':
     head:
       tags:
-        - MainFonlineteachers
+        - MainHospitalnum
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainFonlineteachers.exists__head_MainFonlineteachers_{id}'
+      operationId: 'MainHospitalnum.exists__head_MainHospitalnums_{id}'
       parameters:
         - name: id
           in: path
@@ -11045,9 +11045,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainFonlineteachers
+        - MainHospitalnum
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainFonlineteachers.findById
+      operationId: MainHospitalnum.findById
       parameters:
         - name: id
           in: path
@@ -11067,15 +11067,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainFonlineteachers'
+            $ref: '#/definitions/MainHospitalnum'
       deprecated: false
     put:
       tags:
-        - MainFonlineteachers
+        - MainHospitalnum
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainFonlineteachers.replaceById__put_MainFonlineteachers_{id}'
+      operationId: 'MainHospitalnum.replaceById__put_MainHospitalnums_{id}'
       parameters:
         - name: id
           in: path
@@ -11089,18 +11089,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainFonlineteachers'
+            $ref: '#/definitions/MainHospitalnum'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainFonlineteachers'
+            $ref: '#/definitions/MainHospitalnum'
       deprecated: false
     delete:
       tags:
-        - MainFonlineteachers
+        - MainHospitalnum
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainFonlineteachers.deleteById
+      operationId: MainHospitalnum.deleteById
       parameters:
         - name: id
           in: path
@@ -11116,15 +11116,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainFonlineteachers
+        - MainHospitalnum
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainFonlineteachers.prototype.patchAttributes
+      operationId: MainHospitalnum.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainFonlineteachers id
+          description: MainHospitalnum id
           required: true
           type: string
           format: JSON
@@ -11134,21 +11134,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainFonlineteachers'
+            $ref: '#/definitions/MainHospitalnum'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainFonlineteachers'
+            $ref: '#/definitions/MainHospitalnum'
       deprecated: false
-  '/MainFonlineteachers/{id}/replace':
+  '/MainHospitalnums/{id}/replace':
     post:
       tags:
-        - MainFonlineteachers
+        - MainHospitalnum
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainFonlineteachers.replaceById__post_MainFonlineteachers_{id}_replace'
+      operationId: 'MainHospitalnum.replaceById__post_MainHospitalnums_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -11162,19 +11162,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainFonlineteachers'
+            $ref: '#/definitions/MainHospitalnum'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainFonlineteachers'
+            $ref: '#/definitions/MainHospitalnum'
       deprecated: false
-  /MainFonlineteachers/findOne:
+  /MainHospitalnums/findOne:
     get:
       tags:
-        - MainFonlineteachers
+        - MainHospitalnum
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainFonlineteachers.findOne
+      operationId: MainHospitalnum.findOne
       parameters:
         - name: filter
           in: query
@@ -11191,14 +11191,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainFonlineteachers'
+            $ref: '#/definitions/MainHospitalnum'
       deprecated: false
-  /MainFonlineteachers/update:
+  /MainHospitalnums/update:
     post:
       tags:
-        - MainFonlineteachers
+        - MainHospitalnum
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainFonlineteachers.updateAll
+      operationId: MainHospitalnum.updateAll
       parameters:
         - name: where
           in: query
@@ -11212,7 +11212,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainFonlineteachers'
+            $ref: '#/definitions/MainHospitalnum'
       responses:
         '200':
           description: Request was successful
@@ -11225,12 +11225,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainFonlineteachers/count:
+  /MainHospitalnums/count:
     get:
       tags:
-        - MainFonlineteachers
+        - MainHospitalnum
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainFonlineteachers.count
+      operationId: MainHospitalnum.count
       parameters:
         - name: where
           in: query
@@ -11248,12 +11248,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainHospitalnums:
+  /MainRegisters:
     post:
       tags:
-        - MainHospitalnum
+        - MainRegister
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainHospitalnum.create
+      operationId: MainRegister.create
       parameters:
         - name: data
           in: body
@@ -11261,20 +11261,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainHospitalnum'
+            $ref: '#/definitions/MainRegister'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainHospitalnum'
+            $ref: '#/definitions/MainRegister'
       deprecated: false
     patch:
       tags:
-        - MainHospitalnum
+        - MainRegister
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainHospitalnum.patchOrCreate
+      operationId: MainRegister.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -11282,20 +11282,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainHospitalnum'
+            $ref: '#/definitions/MainRegister'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainHospitalnum'
+            $ref: '#/definitions/MainRegister'
       deprecated: false
     put:
       tags:
-        - MainHospitalnum
+        - MainRegister
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainHospitalnum.replaceOrCreate__put_MainHospitalnums
+      operationId: MainRegister.replaceOrCreate__put_MainRegisters
       parameters:
         - name: data
           in: body
@@ -11303,18 +11303,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainHospitalnum'
+            $ref: '#/definitions/MainRegister'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainHospitalnum'
+            $ref: '#/definitions/MainRegister'
       deprecated: false
     get:
       tags:
-        - MainHospitalnum
+        - MainRegister
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainHospitalnum.find
+      operationId: MainRegister.find
       parameters:
         - name: filter
           in: query
@@ -11333,16 +11333,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainHospitalnum'
+              $ref: '#/definitions/MainRegister'
       deprecated: false
-  /MainHospitalnums/replaceOrCreate:
+  /MainRegisters/replaceOrCreate:
     post:
       tags:
-        - MainHospitalnum
+        - MainRegister
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainHospitalnum.replaceOrCreate__post_MainHospitalnums_replaceOrCreate
+      operationId: MainRegister.replaceOrCreate__post_MainRegisters_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -11350,21 +11350,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainHospitalnum'
+            $ref: '#/definitions/MainRegister'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainHospitalnum'
+            $ref: '#/definitions/MainRegister'
       deprecated: false
-  /MainHospitalnums/upsertWithWhere:
+  /MainRegisters/upsertWithWhere:
     post:
       tags:
-        - MainHospitalnum
+        - MainRegister
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainHospitalnum.upsertWithWhere
+      operationId: MainRegister.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -11378,19 +11378,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainHospitalnum'
+            $ref: '#/definitions/MainRegister'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainHospitalnum'
+            $ref: '#/definitions/MainRegister'
       deprecated: false
-  '/MainHospitalnums/{id}/exists':
+  '/MainRegisters/{id}/exists':
     get:
       tags:
-        - MainHospitalnum
+        - MainRegister
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainHospitalnum.exists__get_MainHospitalnums_{id}_exists'
+      operationId: 'MainRegister.exists__get_MainRegisters_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -11407,12 +11407,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainHospitalnums/{id}':
+  '/MainRegisters/{id}':
     head:
       tags:
-        - MainHospitalnum
+        - MainRegister
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainHospitalnum.exists__head_MainHospitalnums_{id}'
+      operationId: 'MainRegister.exists__head_MainRegisters_{id}'
       parameters:
         - name: id
           in: path
@@ -11431,9 +11431,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainHospitalnum
+        - MainRegister
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainHospitalnum.findById
+      operationId: MainRegister.findById
       parameters:
         - name: id
           in: path
@@ -11453,15 +11453,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainHospitalnum'
+            $ref: '#/definitions/MainRegister'
       deprecated: false
     put:
       tags:
-        - MainHospitalnum
+        - MainRegister
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainHospitalnum.replaceById__put_MainHospitalnums_{id}'
+      operationId: 'MainRegister.replaceById__put_MainRegisters_{id}'
       parameters:
         - name: id
           in: path
@@ -11475,18 +11475,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainHospitalnum'
+            $ref: '#/definitions/MainRegister'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainHospitalnum'
+            $ref: '#/definitions/MainRegister'
       deprecated: false
     delete:
       tags:
-        - MainHospitalnum
+        - MainRegister
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainHospitalnum.deleteById
+      operationId: MainRegister.deleteById
       parameters:
         - name: id
           in: path
@@ -11502,15 +11502,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainHospitalnum
+        - MainRegister
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainHospitalnum.prototype.patchAttributes
+      operationId: MainRegister.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainHospitalnum id
+          description: MainRegister id
           required: true
           type: string
           format: JSON
@@ -11520,21 +11520,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainHospitalnum'
+            $ref: '#/definitions/MainRegister'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainHospitalnum'
+            $ref: '#/definitions/MainRegister'
       deprecated: false
-  '/MainHospitalnums/{id}/replace':
+  '/MainRegisters/{id}/replace':
     post:
       tags:
-        - MainHospitalnum
+        - MainRegister
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainHospitalnum.replaceById__post_MainHospitalnums_{id}_replace'
+      operationId: 'MainRegister.replaceById__post_MainRegisters_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -11548,19 +11548,1952 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainHospitalnum'
+            $ref: '#/definitions/MainRegister'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainHospitalnum'
+            $ref: '#/definitions/MainRegister'
+      deprecated: false
+  /MainRegisters/findOne:
+    get:
+      tags:
+        - MainRegister
+      summary: Find first instance of the model matched by filter from the data source.
+      operationId: MainRegister.findOne
+      parameters:
+        - name: filter
+          in: query
+          description: >-
+            Filter defining fields, where, include, order, offset, and limit -
+            must be a JSON-encoded string (`{"where":{"something":"value"}}`). 
+            See
+            https://loopback.io/doc/en/lb3/Querying-data.html#using-stringified-json-in-rest-queries
+            for more details.
+          required: false
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainRegister'
+      deprecated: false
+  /MainRegisters/update:
+    post:
+      tags:
+        - MainRegister
+      summary: 'Update instances of the model matched by {{where}} from the data source.'
+      operationId: MainRegister.updateAll
+      parameters:
+        - name: where
+          in: query
+          description: Criteria to match model instances
+          required: false
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: An object of model property name/value pairs
+          required: false
+          schema:
+            description: An object of model property name/value pairs
+            $ref: '#/definitions/MainRegister'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            description: Information related to the outcome of the operation
+            type: object
+            properties:
+              count:
+                description: The number of instances updated
+                type: number
+                format: double
+      deprecated: false
+  /MainRegisters/count:
+    get:
+      tags:
+        - MainRegister
+      summary: Count instances of the model matched by where from the data source.
+      operationId: MainRegister.count
+      parameters:
+        - name: where
+          in: query
+          description: Criteria to match model instances
+          required: false
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: object
+            properties:
+              count:
+                type: number
+                format: double
+      deprecated: false
+  /MainRealityrevenues:
+    post:
+      tags:
+        - MainRealityrevenue
+      summary: Create a new instance of the model and persist it into the data source.
+      operationId: MainRealityrevenue.create
+      parameters:
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainRealityrevenue'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainRealityrevenue'
+      deprecated: false
+    patch:
+      tags:
+        - MainRealityrevenue
+      summary: >-
+        Patch an existing model instance or insert a new one into the data
+        source.
+      operationId: MainRealityrevenue.patchOrCreate
+      parameters:
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainRealityrevenue'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainRealityrevenue'
+      deprecated: false
+    put:
+      tags:
+        - MainRealityrevenue
+      summary: >-
+        Replace an existing model instance or insert a new one into the data
+        source.
+      operationId: MainRealityrevenue.replaceOrCreate__put_MainRealityrevenues
+      parameters:
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainRealityrevenue'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainRealityrevenue'
+      deprecated: false
+    get:
+      tags:
+        - MainRealityrevenue
+      summary: Find all instances of the model matched by filter from the data source.
+      operationId: MainRealityrevenue.find
+      parameters:
+        - name: filter
+          in: query
+          description: >-
+            Filter defining fields, where, include, order, offset, and limit -
+            must be a JSON-encoded string (`{"where":{"something":"value"}}`). 
+            See
+            https://loopback.io/doc/en/lb3/Querying-data.html#using-stringified-json-in-rest-queries
+            for more details.
+          required: false
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: array
+            items:
+              $ref: '#/definitions/MainRealityrevenue'
+      deprecated: false
+  /MainRealityrevenues/replaceOrCreate:
+    post:
+      tags:
+        - MainRealityrevenue
+      summary: >-
+        Replace an existing model instance or insert a new one into the data
+        source.
+      operationId: >-
+        MainRealityrevenue.replaceOrCreate__post_MainRealityrevenues_replaceOrCreate
+      parameters:
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainRealityrevenue'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainRealityrevenue'
+      deprecated: false
+  /MainRealityrevenues/upsertWithWhere:
+    post:
+      tags:
+        - MainRealityrevenue
+      summary: >-
+        Update an existing model instance or insert a new one into the data
+        source based on the where criteria.
+      operationId: MainRealityrevenue.upsertWithWhere
+      parameters:
+        - name: where
+          in: query
+          description: Criteria to match model instances
+          required: false
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: An object of model property name/value pairs
+          required: false
+          schema:
+            description: An object of model property name/value pairs
+            $ref: '#/definitions/MainRealityrevenue'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainRealityrevenue'
+      deprecated: false
+  '/MainRealityrevenues/{id}/exists':
+    get:
+      tags:
+        - MainRealityrevenue
+      summary: Check whether a model instance exists in the data source.
+      operationId: 'MainRealityrevenue.exists__get_MainRealityrevenues_{id}_exists'
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: object
+            properties:
+              exists:
+                type: boolean
+      deprecated: false
+  '/MainRealityrevenues/{id}':
+    head:
+      tags:
+        - MainRealityrevenue
+      summary: Check whether a model instance exists in the data source.
+      operationId: 'MainRealityrevenue.exists__head_MainRealityrevenues_{id}'
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: object
+            properties:
+              exists:
+                type: boolean
+      deprecated: false
+    get:
+      tags:
+        - MainRealityrevenue
+      summary: 'Find a model instance by {{id}} from the data source.'
+      operationId: MainRealityrevenue.findById
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+        - name: filter
+          in: query
+          description: >-
+            Filter defining fields and include - must be a JSON-encoded string
+            ({"something":"value"})
+          required: false
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainRealityrevenue'
+      deprecated: false
+    put:
+      tags:
+        - MainRealityrevenue
+      summary: >-
+        Replace attributes for a model instance and persist it into the data
+        source.
+      operationId: 'MainRealityrevenue.replaceById__put_MainRealityrevenues_{id}'
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainRealityrevenue'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainRealityrevenue'
+      deprecated: false
+    delete:
+      tags:
+        - MainRealityrevenue
+      summary: 'Delete a model instance by {{id}} from the data source.'
+      operationId: MainRealityrevenue.deleteById
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: object
+      deprecated: false
+    patch:
+      tags:
+        - MainRealityrevenue
+      summary: >-
+        Patch attributes for a model instance and persist it into the data
+        source.
+      operationId: MainRealityrevenue.prototype.patchAttributes
+      parameters:
+        - name: id
+          in: path
+          description: MainRealityrevenue id
+          required: true
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: An object of model property name/value pairs
+          required: false
+          schema:
+            description: An object of model property name/value pairs
+            $ref: '#/definitions/MainRealityrevenue'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainRealityrevenue'
+      deprecated: false
+  '/MainRealityrevenues/{id}/replace':
+    post:
+      tags:
+        - MainRealityrevenue
+      summary: >-
+        Replace attributes for a model instance and persist it into the data
+        source.
+      operationId: 'MainRealityrevenue.replaceById__post_MainRealityrevenues_{id}_replace'
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainRealityrevenue'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainRealityrevenue'
+      deprecated: false
+  /MainRealityrevenues/findOne:
+    get:
+      tags:
+        - MainRealityrevenue
+      summary: Find first instance of the model matched by filter from the data source.
+      operationId: MainRealityrevenue.findOne
+      parameters:
+        - name: filter
+          in: query
+          description: >-
+            Filter defining fields, where, include, order, offset, and limit -
+            must be a JSON-encoded string (`{"where":{"something":"value"}}`). 
+            See
+            https://loopback.io/doc/en/lb3/Querying-data.html#using-stringified-json-in-rest-queries
+            for more details.
+          required: false
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainRealityrevenue'
+      deprecated: false
+  /MainRealityrevenues/update:
+    post:
+      tags:
+        - MainRealityrevenue
+      summary: 'Update instances of the model matched by {{where}} from the data source.'
+      operationId: MainRealityrevenue.updateAll
+      parameters:
+        - name: where
+          in: query
+          description: Criteria to match model instances
+          required: false
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: An object of model property name/value pairs
+          required: false
+          schema:
+            description: An object of model property name/value pairs
+            $ref: '#/definitions/MainRealityrevenue'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            description: Information related to the outcome of the operation
+            type: object
+            properties:
+              count:
+                description: The number of instances updated
+                type: number
+                format: double
+      deprecated: false
+  /MainRealityrevenues/count:
+    get:
+      tags:
+        - MainRealityrevenue
+      summary: Count instances of the model matched by where from the data source.
+      operationId: MainRealityrevenue.count
+      parameters:
+        - name: where
+          in: query
+          description: Criteria to match model instances
+          required: false
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: object
+            properties:
+              count:
+                type: number
+                format: double
+      deprecated: false
+  /MainOnlineteachers:
+    post:
+      tags:
+        - MainOnlineteachers
+      summary: Create a new instance of the model and persist it into the data source.
+      operationId: MainOnlineteachers.create
+      parameters:
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainOnlineteachers'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainOnlineteachers'
+      deprecated: false
+    patch:
+      tags:
+        - MainOnlineteachers
+      summary: >-
+        Patch an existing model instance or insert a new one into the data
+        source.
+      operationId: MainOnlineteachers.patchOrCreate
+      parameters:
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainOnlineteachers'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainOnlineteachers'
+      deprecated: false
+    put:
+      tags:
+        - MainOnlineteachers
+      summary: >-
+        Replace an existing model instance or insert a new one into the data
+        source.
+      operationId: MainOnlineteachers.replaceOrCreate__put_MainOnlineteachers
+      parameters:
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainOnlineteachers'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainOnlineteachers'
+      deprecated: false
+    get:
+      tags:
+        - MainOnlineteachers
+      summary: Find all instances of the model matched by filter from the data source.
+      operationId: MainOnlineteachers.find
+      parameters:
+        - name: filter
+          in: query
+          description: >-
+            Filter defining fields, where, include, order, offset, and limit -
+            must be a JSON-encoded string (`{"where":{"something":"value"}}`). 
+            See
+            https://loopback.io/doc/en/lb3/Querying-data.html#using-stringified-json-in-rest-queries
+            for more details.
+          required: false
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: array
+            items:
+              $ref: '#/definitions/MainOnlineteachers'
+      deprecated: false
+  /MainOnlineteachers/replaceOrCreate:
+    post:
+      tags:
+        - MainOnlineteachers
+      summary: >-
+        Replace an existing model instance or insert a new one into the data
+        source.
+      operationId: >-
+        MainOnlineteachers.replaceOrCreate__post_MainOnlineteachers_replaceOrCreate
+      parameters:
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainOnlineteachers'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainOnlineteachers'
+      deprecated: false
+  /MainOnlineteachers/upsertWithWhere:
+    post:
+      tags:
+        - MainOnlineteachers
+      summary: >-
+        Update an existing model instance or insert a new one into the data
+        source based on the where criteria.
+      operationId: MainOnlineteachers.upsertWithWhere
+      parameters:
+        - name: where
+          in: query
+          description: Criteria to match model instances
+          required: false
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: An object of model property name/value pairs
+          required: false
+          schema:
+            description: An object of model property name/value pairs
+            $ref: '#/definitions/MainOnlineteachers'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainOnlineteachers'
+      deprecated: false
+  '/MainOnlineteachers/{id}/exists':
+    get:
+      tags:
+        - MainOnlineteachers
+      summary: Check whether a model instance exists in the data source.
+      operationId: 'MainOnlineteachers.exists__get_MainOnlineteachers_{id}_exists'
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: object
+            properties:
+              exists:
+                type: boolean
+      deprecated: false
+  '/MainOnlineteachers/{id}':
+    head:
+      tags:
+        - MainOnlineteachers
+      summary: Check whether a model instance exists in the data source.
+      operationId: 'MainOnlineteachers.exists__head_MainOnlineteachers_{id}'
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: object
+            properties:
+              exists:
+                type: boolean
+      deprecated: false
+    get:
+      tags:
+        - MainOnlineteachers
+      summary: 'Find a model instance by {{id}} from the data source.'
+      operationId: MainOnlineteachers.findById
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+        - name: filter
+          in: query
+          description: >-
+            Filter defining fields and include - must be a JSON-encoded string
+            ({"something":"value"})
+          required: false
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainOnlineteachers'
+      deprecated: false
+    put:
+      tags:
+        - MainOnlineteachers
+      summary: >-
+        Replace attributes for a model instance and persist it into the data
+        source.
+      operationId: 'MainOnlineteachers.replaceById__put_MainOnlineteachers_{id}'
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainOnlineteachers'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainOnlineteachers'
+      deprecated: false
+    delete:
+      tags:
+        - MainOnlineteachers
+      summary: 'Delete a model instance by {{id}} from the data source.'
+      operationId: MainOnlineteachers.deleteById
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: object
+      deprecated: false
+    patch:
+      tags:
+        - MainOnlineteachers
+      summary: >-
+        Patch attributes for a model instance and persist it into the data
+        source.
+      operationId: MainOnlineteachers.prototype.patchAttributes
+      parameters:
+        - name: id
+          in: path
+          description: MainOnlineteachers id
+          required: true
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: An object of model property name/value pairs
+          required: false
+          schema:
+            description: An object of model property name/value pairs
+            $ref: '#/definitions/MainOnlineteachers'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainOnlineteachers'
+      deprecated: false
+  '/MainOnlineteachers/{id}/replace':
+    post:
+      tags:
+        - MainOnlineteachers
+      summary: >-
+        Replace attributes for a model instance and persist it into the data
+        source.
+      operationId: 'MainOnlineteachers.replaceById__post_MainOnlineteachers_{id}_replace'
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainOnlineteachers'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainOnlineteachers'
+      deprecated: false
+  /MainOnlineteachers/findOne:
+    get:
+      tags:
+        - MainOnlineteachers
+      summary: Find first instance of the model matched by filter from the data source.
+      operationId: MainOnlineteachers.findOne
+      parameters:
+        - name: filter
+          in: query
+          description: >-
+            Filter defining fields, where, include, order, offset, and limit -
+            must be a JSON-encoded string (`{"where":{"something":"value"}}`). 
+            See
+            https://loopback.io/doc/en/lb3/Querying-data.html#using-stringified-json-in-rest-queries
+            for more details.
+          required: false
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainOnlineteachers'
+      deprecated: false
+  /MainOnlineteachers/update:
+    post:
+      tags:
+        - MainOnlineteachers
+      summary: 'Update instances of the model matched by {{where}} from the data source.'
+      operationId: MainOnlineteachers.updateAll
+      parameters:
+        - name: where
+          in: query
+          description: Criteria to match model instances
+          required: false
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: An object of model property name/value pairs
+          required: false
+          schema:
+            description: An object of model property name/value pairs
+            $ref: '#/definitions/MainOnlineteachers'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            description: Information related to the outcome of the operation
+            type: object
+            properties:
+              count:
+                description: The number of instances updated
+                type: number
+                format: double
+      deprecated: false
+  /MainOnlineteachers/count:
+    get:
+      tags:
+        - MainOnlineteachers
+      summary: Count instances of the model matched by where from the data source.
+      operationId: MainOnlineteachers.count
+      parameters:
+        - name: where
+          in: query
+          description: Criteria to match model instances
+          required: false
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: object
+            properties:
+              count:
+                type: number
+                format: double
+      deprecated: false
+  /MainOfflineteachers:
+    post:
+      tags:
+        - MainOfflineteachers
+      summary: Create a new instance of the model and persist it into the data source.
+      operationId: MainOfflineteachers.create
+      parameters:
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainOfflineteachers'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainOfflineteachers'
+      deprecated: false
+    patch:
+      tags:
+        - MainOfflineteachers
+      summary: >-
+        Patch an existing model instance or insert a new one into the data
+        source.
+      operationId: MainOfflineteachers.patchOrCreate
+      parameters:
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainOfflineteachers'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainOfflineteachers'
+      deprecated: false
+    put:
+      tags:
+        - MainOfflineteachers
+      summary: >-
+        Replace an existing model instance or insert a new one into the data
+        source.
+      operationId: MainOfflineteachers.replaceOrCreate__put_MainOfflineteachers
+      parameters:
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainOfflineteachers'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainOfflineteachers'
+      deprecated: false
+    get:
+      tags:
+        - MainOfflineteachers
+      summary: Find all instances of the model matched by filter from the data source.
+      operationId: MainOfflineteachers.find
+      parameters:
+        - name: filter
+          in: query
+          description: >-
+            Filter defining fields, where, include, order, offset, and limit -
+            must be a JSON-encoded string (`{"where":{"something":"value"}}`). 
+            See
+            https://loopback.io/doc/en/lb3/Querying-data.html#using-stringified-json-in-rest-queries
+            for more details.
+          required: false
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: array
+            items:
+              $ref: '#/definitions/MainOfflineteachers'
+      deprecated: false
+  /MainOfflineteachers/replaceOrCreate:
+    post:
+      tags:
+        - MainOfflineteachers
+      summary: >-
+        Replace an existing model instance or insert a new one into the data
+        source.
+      operationId: >-
+        MainOfflineteachers.replaceOrCreate__post_MainOfflineteachers_replaceOrCreate
+      parameters:
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainOfflineteachers'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainOfflineteachers'
+      deprecated: false
+  /MainOfflineteachers/upsertWithWhere:
+    post:
+      tags:
+        - MainOfflineteachers
+      summary: >-
+        Update an existing model instance or insert a new one into the data
+        source based on the where criteria.
+      operationId: MainOfflineteachers.upsertWithWhere
+      parameters:
+        - name: where
+          in: query
+          description: Criteria to match model instances
+          required: false
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: An object of model property name/value pairs
+          required: false
+          schema:
+            description: An object of model property name/value pairs
+            $ref: '#/definitions/MainOfflineteachers'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainOfflineteachers'
+      deprecated: false
+  '/MainOfflineteachers/{id}/exists':
+    get:
+      tags:
+        - MainOfflineteachers
+      summary: Check whether a model instance exists in the data source.
+      operationId: 'MainOfflineteachers.exists__get_MainOfflineteachers_{id}_exists'
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: object
+            properties:
+              exists:
+                type: boolean
+      deprecated: false
+  '/MainOfflineteachers/{id}':
+    head:
+      tags:
+        - MainOfflineteachers
+      summary: Check whether a model instance exists in the data source.
+      operationId: 'MainOfflineteachers.exists__head_MainOfflineteachers_{id}'
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: object
+            properties:
+              exists:
+                type: boolean
+      deprecated: false
+    get:
+      tags:
+        - MainOfflineteachers
+      summary: 'Find a model instance by {{id}} from the data source.'
+      operationId: MainOfflineteachers.findById
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+        - name: filter
+          in: query
+          description: >-
+            Filter defining fields and include - must be a JSON-encoded string
+            ({"something":"value"})
+          required: false
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainOfflineteachers'
+      deprecated: false
+    put:
+      tags:
+        - MainOfflineteachers
+      summary: >-
+        Replace attributes for a model instance and persist it into the data
+        source.
+      operationId: 'MainOfflineteachers.replaceById__put_MainOfflineteachers_{id}'
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainOfflineteachers'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainOfflineteachers'
+      deprecated: false
+    delete:
+      tags:
+        - MainOfflineteachers
+      summary: 'Delete a model instance by {{id}} from the data source.'
+      operationId: MainOfflineteachers.deleteById
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: object
+      deprecated: false
+    patch:
+      tags:
+        - MainOfflineteachers
+      summary: >-
+        Patch attributes for a model instance and persist it into the data
+        source.
+      operationId: MainOfflineteachers.prototype.patchAttributes
+      parameters:
+        - name: id
+          in: path
+          description: MainOfflineteachers id
+          required: true
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: An object of model property name/value pairs
+          required: false
+          schema:
+            description: An object of model property name/value pairs
+            $ref: '#/definitions/MainOfflineteachers'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainOfflineteachers'
+      deprecated: false
+  '/MainOfflineteachers/{id}/replace':
+    post:
+      tags:
+        - MainOfflineteachers
+      summary: >-
+        Replace attributes for a model instance and persist it into the data
+        source.
+      operationId: 'MainOfflineteachers.replaceById__post_MainOfflineteachers_{id}_replace'
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainOfflineteachers'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainOfflineteachers'
+      deprecated: false
+  /MainOfflineteachers/findOne:
+    get:
+      tags:
+        - MainOfflineteachers
+      summary: Find first instance of the model matched by filter from the data source.
+      operationId: MainOfflineteachers.findOne
+      parameters:
+        - name: filter
+          in: query
+          description: >-
+            Filter defining fields, where, include, order, offset, and limit -
+            must be a JSON-encoded string (`{"where":{"something":"value"}}`). 
+            See
+            https://loopback.io/doc/en/lb3/Querying-data.html#using-stringified-json-in-rest-queries
+            for more details.
+          required: false
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainOfflineteachers'
+      deprecated: false
+  /MainOfflineteachers/update:
+    post:
+      tags:
+        - MainOfflineteachers
+      summary: 'Update instances of the model matched by {{where}} from the data source.'
+      operationId: MainOfflineteachers.updateAll
+      parameters:
+        - name: where
+          in: query
+          description: Criteria to match model instances
+          required: false
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: An object of model property name/value pairs
+          required: false
+          schema:
+            description: An object of model property name/value pairs
+            $ref: '#/definitions/MainOfflineteachers'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            description: Information related to the outcome of the operation
+            type: object
+            properties:
+              count:
+                description: The number of instances updated
+                type: number
+                format: double
+      deprecated: false
+  /MainOfflineteachers/count:
+    get:
+      tags:
+        - MainOfflineteachers
+      summary: Count instances of the model matched by where from the data source.
+      operationId: MainOfflineteachers.count
+      parameters:
+        - name: where
+          in: query
+          description: Criteria to match model instances
+          required: false
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: object
+            properties:
+              count:
+                type: number
+                format: double
+      deprecated: false
+  /MainTotals:
+    post:
+      tags:
+        - MainTotal
+      summary: Create a new instance of the model and persist it into the data source.
+      operationId: MainTotal.create
+      parameters:
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainTotal'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainTotal'
+      deprecated: false
+    patch:
+      tags:
+        - MainTotal
+      summary: >-
+        Patch an existing model instance or insert a new one into the data
+        source.
+      operationId: MainTotal.patchOrCreate
+      parameters:
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainTotal'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainTotal'
+      deprecated: false
+    put:
+      tags:
+        - MainTotal
+      summary: >-
+        Replace an existing model instance or insert a new one into the data
+        source.
+      operationId: MainTotal.replaceOrCreate__put_MainTotals
+      parameters:
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainTotal'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainTotal'
+      deprecated: false
+    get:
+      tags:
+        - MainTotal
+      summary: Find all instances of the model matched by filter from the data source.
+      operationId: MainTotal.find
+      parameters:
+        - name: filter
+          in: query
+          description: >-
+            Filter defining fields, where, include, order, offset, and limit -
+            must be a JSON-encoded string (`{"where":{"something":"value"}}`). 
+            See
+            https://loopback.io/doc/en/lb3/Querying-data.html#using-stringified-json-in-rest-queries
+            for more details.
+          required: false
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: array
+            items:
+              $ref: '#/definitions/MainTotal'
+      deprecated: false
+  /MainTotals/replaceOrCreate:
+    post:
+      tags:
+        - MainTotal
+      summary: >-
+        Replace an existing model instance or insert a new one into the data
+        source.
+      operationId: MainTotal.replaceOrCreate__post_MainTotals_replaceOrCreate
+      parameters:
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainTotal'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainTotal'
+      deprecated: false
+  /MainTotals/upsertWithWhere:
+    post:
+      tags:
+        - MainTotal
+      summary: >-
+        Update an existing model instance or insert a new one into the data
+        source based on the where criteria.
+      operationId: MainTotal.upsertWithWhere
+      parameters:
+        - name: where
+          in: query
+          description: Criteria to match model instances
+          required: false
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: An object of model property name/value pairs
+          required: false
+          schema:
+            description: An object of model property name/value pairs
+            $ref: '#/definitions/MainTotal'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainTotal'
+      deprecated: false
+  '/MainTotals/{id}/exists':
+    get:
+      tags:
+        - MainTotal
+      summary: Check whether a model instance exists in the data source.
+      operationId: 'MainTotal.exists__get_MainTotals_{id}_exists'
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: object
+            properties:
+              exists:
+                type: boolean
+      deprecated: false
+  '/MainTotals/{id}':
+    head:
+      tags:
+        - MainTotal
+      summary: Check whether a model instance exists in the data source.
+      operationId: 'MainTotal.exists__head_MainTotals_{id}'
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: object
+            properties:
+              exists:
+                type: boolean
+      deprecated: false
+    get:
+      tags:
+        - MainTotal
+      summary: 'Find a model instance by {{id}} from the data source.'
+      operationId: MainTotal.findById
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+        - name: filter
+          in: query
+          description: >-
+            Filter defining fields and include - must be a JSON-encoded string
+            ({"something":"value"})
+          required: false
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainTotal'
+      deprecated: false
+    put:
+      tags:
+        - MainTotal
+      summary: >-
+        Replace attributes for a model instance and persist it into the data
+        source.
+      operationId: 'MainTotal.replaceById__put_MainTotals_{id}'
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainTotal'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainTotal'
+      deprecated: false
+    delete:
+      tags:
+        - MainTotal
+      summary: 'Delete a model instance by {{id}} from the data source.'
+      operationId: MainTotal.deleteById
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: object
+      deprecated: false
+    patch:
+      tags:
+        - MainTotal
+      summary: >-
+        Patch attributes for a model instance and persist it into the data
+        source.
+      operationId: MainTotal.prototype.patchAttributes
+      parameters:
+        - name: id
+          in: path
+          description: MainTotal id
+          required: true
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: An object of model property name/value pairs
+          required: false
+          schema:
+            description: An object of model property name/value pairs
+            $ref: '#/definitions/MainTotal'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainTotal'
+      deprecated: false
+  '/MainTotals/{id}/replace':
+    post:
+      tags:
+        - MainTotal
+      summary: >-
+        Replace attributes for a model instance and persist it into the data
+        source.
+      operationId: 'MainTotal.replaceById__post_MainTotals_{id}_replace'
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainTotal'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainTotal'
+      deprecated: false
+  /MainTotals/findOne:
+    get:
+      tags:
+        - MainTotal
+      summary: Find first instance of the model matched by filter from the data source.
+      operationId: MainTotal.findOne
+      parameters:
+        - name: filter
+          in: query
+          description: >-
+            Filter defining fields, where, include, order, offset, and limit -
+            must be a JSON-encoded string (`{"where":{"something":"value"}}`). 
+            See
+            https://loopback.io/doc/en/lb3/Querying-data.html#using-stringified-json-in-rest-queries
+            for more details.
+          required: false
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainTotal'
+      deprecated: false
+  /MainTotals/update:
+    post:
+      tags:
+        - MainTotal
+      summary: 'Update instances of the model matched by {{where}} from the data source.'
+      operationId: MainTotal.updateAll
+      parameters:
+        - name: where
+          in: query
+          description: Criteria to match model instances
+          required: false
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: An object of model property name/value pairs
+          required: false
+          schema:
+            description: An object of model property name/value pairs
+            $ref: '#/definitions/MainTotal'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            description: Information related to the outcome of the operation
+            type: object
+            properties:
+              count:
+                description: The number of instances updated
+                type: number
+                format: double
+      deprecated: false
+  /MainTotals/count:
+    get:
+      tags:
+        - MainTotal
+      summary: Count instances of the model matched by where from the data source.
+      operationId: MainTotal.count
+      parameters:
+        - name: where
+          in: query
+          description: Criteria to match model instances
+          required: false
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: object
+            properties:
+              count:
+                type: number
+                format: double
+      deprecated: false
+  /MainTotalbudgets:
+    post:
+      tags:
+        - MainTotalbudget
+      summary: Create a new instance of the model and persist it into the data source.
+      operationId: MainTotalbudget.create
+      parameters:
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainTotalbudget'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainTotalbudget'
+      deprecated: false
+    patch:
+      tags:
+        - MainTotalbudget
+      summary: >-
+        Patch an existing model instance or insert a new one into the data
+        source.
+      operationId: MainTotalbudget.patchOrCreate
+      parameters:
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainTotalbudget'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainTotalbudget'
+      deprecated: false
+    put:
+      tags:
+        - MainTotalbudget
+      summary: >-
+        Replace an existing model instance or insert a new one into the data
+        source.
+      operationId: MainTotalbudget.replaceOrCreate__put_MainTotalbudgets
+      parameters:
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainTotalbudget'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainTotalbudget'
+      deprecated: false
+    get:
+      tags:
+        - MainTotalbudget
+      summary: Find all instances of the model matched by filter from the data source.
+      operationId: MainTotalbudget.find
+      parameters:
+        - name: filter
+          in: query
+          description: >-
+            Filter defining fields, where, include, order, offset, and limit -
+            must be a JSON-encoded string (`{"where":{"something":"value"}}`). 
+            See
+            https://loopback.io/doc/en/lb3/Querying-data.html#using-stringified-json-in-rest-queries
+            for more details.
+          required: false
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: array
+            items:
+              $ref: '#/definitions/MainTotalbudget'
+      deprecated: false
+  /MainTotalbudgets/replaceOrCreate:
+    post:
+      tags:
+        - MainTotalbudget
+      summary: >-
+        Replace an existing model instance or insert a new one into the data
+        source.
+      operationId: MainTotalbudget.replaceOrCreate__post_MainTotalbudgets_replaceOrCreate
+      parameters:
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainTotalbudget'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainTotalbudget'
+      deprecated: false
+  /MainTotalbudgets/upsertWithWhere:
+    post:
+      tags:
+        - MainTotalbudget
+      summary: >-
+        Update an existing model instance or insert a new one into the data
+        source based on the where criteria.
+      operationId: MainTotalbudget.upsertWithWhere
+      parameters:
+        - name: where
+          in: query
+          description: Criteria to match model instances
+          required: false
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: An object of model property name/value pairs
+          required: false
+          schema:
+            description: An object of model property name/value pairs
+            $ref: '#/definitions/MainTotalbudget'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainTotalbudget'
+      deprecated: false
+  '/MainTotalbudgets/{id}/exists':
+    get:
+      tags:
+        - MainTotalbudget
+      summary: Check whether a model instance exists in the data source.
+      operationId: 'MainTotalbudget.exists__get_MainTotalbudgets_{id}_exists'
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: object
+            properties:
+              exists:
+                type: boolean
+      deprecated: false
+  '/MainTotalbudgets/{id}':
+    head:
+      tags:
+        - MainTotalbudget
+      summary: Check whether a model instance exists in the data source.
+      operationId: 'MainTotalbudget.exists__head_MainTotalbudgets_{id}'
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: object
+            properties:
+              exists:
+                type: boolean
       deprecated: false
-  /MainHospitalnums/findOne:
     get:
       tags:
-        - MainHospitalnum
+        - MainTotalbudget
+      summary: 'Find a model instance by {{id}} from the data source.'
+      operationId: MainTotalbudget.findById
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+        - name: filter
+          in: query
+          description: >-
+            Filter defining fields and include - must be a JSON-encoded string
+            ({"something":"value"})
+          required: false
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainTotalbudget'
+      deprecated: false
+    put:
+      tags:
+        - MainTotalbudget
+      summary: >-
+        Replace attributes for a model instance and persist it into the data
+        source.
+      operationId: 'MainTotalbudget.replaceById__put_MainTotalbudgets_{id}'
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainTotalbudget'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainTotalbudget'
+      deprecated: false
+    delete:
+      tags:
+        - MainTotalbudget
+      summary: 'Delete a model instance by {{id}} from the data source.'
+      operationId: MainTotalbudget.deleteById
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            type: object
+      deprecated: false
+    patch:
+      tags:
+        - MainTotalbudget
+      summary: >-
+        Patch attributes for a model instance and persist it into the data
+        source.
+      operationId: MainTotalbudget.prototype.patchAttributes
+      parameters:
+        - name: id
+          in: path
+          description: MainTotalbudget id
+          required: true
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: An object of model property name/value pairs
+          required: false
+          schema:
+            description: An object of model property name/value pairs
+            $ref: '#/definitions/MainTotalbudget'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainTotalbudget'
+      deprecated: false
+  '/MainTotalbudgets/{id}/replace':
+    post:
+      tags:
+        - MainTotalbudget
+      summary: >-
+        Replace attributes for a model instance and persist it into the data
+        source.
+      operationId: 'MainTotalbudget.replaceById__post_MainTotalbudgets_{id}_replace'
+      parameters:
+        - name: id
+          in: path
+          description: Model id
+          required: true
+          type: string
+          format: JSON
+        - name: data
+          in: body
+          description: Model instance data
+          required: false
+          schema:
+            description: Model instance data
+            $ref: '#/definitions/MainTotalbudget'
+      responses:
+        '200':
+          description: Request was successful
+          schema:
+            $ref: '#/definitions/MainTotalbudget'
+      deprecated: false
+  /MainTotalbudgets/findOne:
+    get:
+      tags:
+        - MainTotalbudget
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainHospitalnum.findOne
+      operationId: MainTotalbudget.findOne
       parameters:
         - name: filter
           in: query
@@ -11577,14 +13510,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainHospitalnum'
+            $ref: '#/definitions/MainTotalbudget'
       deprecated: false
-  /MainHospitalnums/update:
+  /MainTotalbudgets/update:
     post:
       tags:
-        - MainHospitalnum
+        - MainTotalbudget
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainHospitalnum.updateAll
+      operationId: MainTotalbudget.updateAll
       parameters:
         - name: where
           in: query
@@ -11598,7 +13531,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainHospitalnum'
+            $ref: '#/definitions/MainTotalbudget'
       responses:
         '200':
           description: Request was successful
@@ -11611,12 +13544,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainHospitalnums/count:
+  /MainTotalbudgets/count:
     get:
       tags:
-        - MainHospitalnum
+        - MainTotalbudget
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainHospitalnum.count
+      operationId: MainTotalbudget.count
       parameters:
         - name: where
           in: query
@@ -11634,12 +13567,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainRegisters:
+  /MainTotalcases:
     post:
       tags:
-        - MainRegister
+        - MainTotalcase
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainRegister.create
+      operationId: MainTotalcase.create
       parameters:
         - name: data
           in: body
@@ -11647,20 +13580,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainRegister'
+            $ref: '#/definitions/MainTotalcase'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRegister'
+            $ref: '#/definitions/MainTotalcase'
       deprecated: false
     patch:
       tags:
-        - MainRegister
+        - MainTotalcase
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainRegister.patchOrCreate
+      operationId: MainTotalcase.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -11668,20 +13601,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainRegister'
+            $ref: '#/definitions/MainTotalcase'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRegister'
+            $ref: '#/definitions/MainTotalcase'
       deprecated: false
     put:
       tags:
-        - MainRegister
+        - MainTotalcase
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainRegister.replaceOrCreate__put_MainRegisters
+      operationId: MainTotalcase.replaceOrCreate__put_MainTotalcases
       parameters:
         - name: data
           in: body
@@ -11689,18 +13622,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainRegister'
+            $ref: '#/definitions/MainTotalcase'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRegister'
+            $ref: '#/definitions/MainTotalcase'
       deprecated: false
     get:
       tags:
-        - MainRegister
+        - MainTotalcase
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainRegister.find
+      operationId: MainTotalcase.find
       parameters:
         - name: filter
           in: query
@@ -11719,16 +13652,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainRegister'
+              $ref: '#/definitions/MainTotalcase'
       deprecated: false
-  /MainRegisters/replaceOrCreate:
+  /MainTotalcases/replaceOrCreate:
     post:
       tags:
-        - MainRegister
+        - MainTotalcase
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainRegister.replaceOrCreate__post_MainRegisters_replaceOrCreate
+      operationId: MainTotalcase.replaceOrCreate__post_MainTotalcases_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -11736,21 +13669,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainRegister'
+            $ref: '#/definitions/MainTotalcase'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRegister'
+            $ref: '#/definitions/MainTotalcase'
       deprecated: false
-  /MainRegisters/upsertWithWhere:
+  /MainTotalcases/upsertWithWhere:
     post:
       tags:
-        - MainRegister
+        - MainTotalcase
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainRegister.upsertWithWhere
+      operationId: MainTotalcase.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -11764,19 +13697,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainRegister'
+            $ref: '#/definitions/MainTotalcase'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRegister'
+            $ref: '#/definitions/MainTotalcase'
       deprecated: false
-  '/MainRegisters/{id}/exists':
+  '/MainTotalcases/{id}/exists':
     get:
       tags:
-        - MainRegister
+        - MainTotalcase
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainRegister.exists__get_MainRegisters_{id}_exists'
+      operationId: 'MainTotalcase.exists__get_MainTotalcases_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -11793,12 +13726,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainRegisters/{id}':
+  '/MainTotalcases/{id}':
     head:
       tags:
-        - MainRegister
+        - MainTotalcase
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainRegister.exists__head_MainRegisters_{id}'
+      operationId: 'MainTotalcase.exists__head_MainTotalcases_{id}'
       parameters:
         - name: id
           in: path
@@ -11817,9 +13750,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainRegister
+        - MainTotalcase
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainRegister.findById
+      operationId: MainTotalcase.findById
       parameters:
         - name: id
           in: path
@@ -11839,15 +13772,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRegister'
+            $ref: '#/definitions/MainTotalcase'
       deprecated: false
     put:
       tags:
-        - MainRegister
+        - MainTotalcase
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainRegister.replaceById__put_MainRegisters_{id}'
+      operationId: 'MainTotalcase.replaceById__put_MainTotalcases_{id}'
       parameters:
         - name: id
           in: path
@@ -11861,18 +13794,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainRegister'
+            $ref: '#/definitions/MainTotalcase'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRegister'
+            $ref: '#/definitions/MainTotalcase'
       deprecated: false
     delete:
       tags:
-        - MainRegister
+        - MainTotalcase
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainRegister.deleteById
+      operationId: MainTotalcase.deleteById
       parameters:
         - name: id
           in: path
@@ -11888,15 +13821,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainRegister
+        - MainTotalcase
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainRegister.prototype.patchAttributes
+      operationId: MainTotalcase.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainRegister id
+          description: MainTotalcase id
           required: true
           type: string
           format: JSON
@@ -11906,21 +13839,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainRegister'
+            $ref: '#/definitions/MainTotalcase'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRegister'
+            $ref: '#/definitions/MainTotalcase'
       deprecated: false
-  '/MainRegisters/{id}/replace':
+  '/MainTotalcases/{id}/replace':
     post:
       tags:
-        - MainRegister
+        - MainTotalcase
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainRegister.replaceById__post_MainRegisters_{id}_replace'
+      operationId: 'MainTotalcase.replaceById__post_MainTotalcases_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -11934,19 +13867,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainRegister'
+            $ref: '#/definitions/MainTotalcase'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRegister'
+            $ref: '#/definitions/MainTotalcase'
       deprecated: false
-  /MainRegisters/findOne:
+  /MainTotalcases/findOne:
     get:
       tags:
-        - MainRegister
+        - MainTotalcase
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainRegister.findOne
+      operationId: MainTotalcase.findOne
       parameters:
         - name: filter
           in: query
@@ -11963,14 +13896,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRegister'
+            $ref: '#/definitions/MainTotalcase'
       deprecated: false
-  /MainRegisters/update:
+  /MainTotalcases/update:
     post:
       tags:
-        - MainRegister
+        - MainTotalcase
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainRegister.updateAll
+      operationId: MainTotalcase.updateAll
       parameters:
         - name: where
           in: query
@@ -11984,7 +13917,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainRegister'
+            $ref: '#/definitions/MainTotalcase'
       responses:
         '200':
           description: Request was successful
@@ -11997,12 +13930,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainRegisters/count:
+  /MainTotalcases/count:
     get:
       tags:
-        - MainRegister
+        - MainTotalcase
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainRegister.count
+      operationId: MainTotalcase.count
       parameters:
         - name: where
           in: query
@@ -12020,12 +13953,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainRealityrevenues:
+  /MainTotalgoods:
     post:
       tags:
-        - MainRealityrevenue
+        - MainTotalgoods
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainRealityrevenue.create
+      operationId: MainTotalgoods.create
       parameters:
         - name: data
           in: body
@@ -12033,20 +13966,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainRealityrevenue'
+            $ref: '#/definitions/MainTotalgoods'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRealityrevenue'
+            $ref: '#/definitions/MainTotalgoods'
       deprecated: false
     patch:
       tags:
-        - MainRealityrevenue
+        - MainTotalgoods
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainRealityrevenue.patchOrCreate
+      operationId: MainTotalgoods.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -12054,20 +13987,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainRealityrevenue'
+            $ref: '#/definitions/MainTotalgoods'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRealityrevenue'
+            $ref: '#/definitions/MainTotalgoods'
       deprecated: false
     put:
       tags:
-        - MainRealityrevenue
+        - MainTotalgoods
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainRealityrevenue.replaceOrCreate__put_MainRealityrevenues
+      operationId: MainTotalgoods.replaceOrCreate__put_MainTotalgoods
       parameters:
         - name: data
           in: body
@@ -12075,18 +14008,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainRealityrevenue'
+            $ref: '#/definitions/MainTotalgoods'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRealityrevenue'
+            $ref: '#/definitions/MainTotalgoods'
       deprecated: false
     get:
       tags:
-        - MainRealityrevenue
+        - MainTotalgoods
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainRealityrevenue.find
+      operationId: MainTotalgoods.find
       parameters:
         - name: filter
           in: query
@@ -12105,17 +14038,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainRealityrevenue'
+              $ref: '#/definitions/MainTotalgoods'
       deprecated: false
-  /MainRealityrevenues/replaceOrCreate:
+  /MainTotalgoods/replaceOrCreate:
     post:
       tags:
-        - MainRealityrevenue
+        - MainTotalgoods
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: >-
-        MainRealityrevenue.replaceOrCreate__post_MainRealityrevenues_replaceOrCreate
+      operationId: MainTotalgoods.replaceOrCreate__post_MainTotalgoods_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -12123,21 +14055,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainRealityrevenue'
+            $ref: '#/definitions/MainTotalgoods'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRealityrevenue'
+            $ref: '#/definitions/MainTotalgoods'
       deprecated: false
-  /MainRealityrevenues/upsertWithWhere:
+  /MainTotalgoods/upsertWithWhere:
     post:
       tags:
-        - MainRealityrevenue
+        - MainTotalgoods
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainRealityrevenue.upsertWithWhere
+      operationId: MainTotalgoods.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -12151,19 +14083,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainRealityrevenue'
+            $ref: '#/definitions/MainTotalgoods'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRealityrevenue'
+            $ref: '#/definitions/MainTotalgoods'
       deprecated: false
-  '/MainRealityrevenues/{id}/exists':
+  '/MainTotalgoods/{id}/exists':
     get:
       tags:
-        - MainRealityrevenue
+        - MainTotalgoods
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainRealityrevenue.exists__get_MainRealityrevenues_{id}_exists'
+      operationId: 'MainTotalgoods.exists__get_MainTotalgoods_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -12180,12 +14112,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainRealityrevenues/{id}':
+  '/MainTotalgoods/{id}':
     head:
       tags:
-        - MainRealityrevenue
+        - MainTotalgoods
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainRealityrevenue.exists__head_MainRealityrevenues_{id}'
+      operationId: 'MainTotalgoods.exists__head_MainTotalgoods_{id}'
       parameters:
         - name: id
           in: path
@@ -12204,9 +14136,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainRealityrevenue
+        - MainTotalgoods
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainRealityrevenue.findById
+      operationId: MainTotalgoods.findById
       parameters:
         - name: id
           in: path
@@ -12226,15 +14158,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRealityrevenue'
+            $ref: '#/definitions/MainTotalgoods'
       deprecated: false
     put:
       tags:
-        - MainRealityrevenue
+        - MainTotalgoods
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainRealityrevenue.replaceById__put_MainRealityrevenues_{id}'
+      operationId: 'MainTotalgoods.replaceById__put_MainTotalgoods_{id}'
       parameters:
         - name: id
           in: path
@@ -12248,18 +14180,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainRealityrevenue'
+            $ref: '#/definitions/MainTotalgoods'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRealityrevenue'
+            $ref: '#/definitions/MainTotalgoods'
       deprecated: false
     delete:
       tags:
-        - MainRealityrevenue
+        - MainTotalgoods
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainRealityrevenue.deleteById
+      operationId: MainTotalgoods.deleteById
       parameters:
         - name: id
           in: path
@@ -12275,15 +14207,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainRealityrevenue
+        - MainTotalgoods
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainRealityrevenue.prototype.patchAttributes
+      operationId: MainTotalgoods.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainRealityrevenue id
+          description: MainTotalgoods id
           required: true
           type: string
           format: JSON
@@ -12293,21 +14225,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainRealityrevenue'
+            $ref: '#/definitions/MainTotalgoods'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRealityrevenue'
+            $ref: '#/definitions/MainTotalgoods'
       deprecated: false
-  '/MainRealityrevenues/{id}/replace':
+  '/MainTotalgoods/{id}/replace':
     post:
       tags:
-        - MainRealityrevenue
+        - MainTotalgoods
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainRealityrevenue.replaceById__post_MainRealityrevenues_{id}_replace'
+      operationId: 'MainTotalgoods.replaceById__post_MainTotalgoods_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -12321,19 +14253,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainRealityrevenue'
+            $ref: '#/definitions/MainTotalgoods'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRealityrevenue'
+            $ref: '#/definitions/MainTotalgoods'
       deprecated: false
-  /MainRealityrevenues/findOne:
+  /MainTotalgoods/findOne:
     get:
       tags:
-        - MainRealityrevenue
+        - MainTotalgoods
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainRealityrevenue.findOne
+      operationId: MainTotalgoods.findOne
       parameters:
         - name: filter
           in: query
@@ -12350,14 +14282,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRealityrevenue'
+            $ref: '#/definitions/MainTotalgoods'
       deprecated: false
-  /MainRealityrevenues/update:
+  /MainTotalgoods/update:
     post:
       tags:
-        - MainRealityrevenue
+        - MainTotalgoods
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainRealityrevenue.updateAll
+      operationId: MainTotalgoods.updateAll
       parameters:
         - name: where
           in: query
@@ -12371,7 +14303,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainRealityrevenue'
+            $ref: '#/definitions/MainTotalgoods'
       responses:
         '200':
           description: Request was successful
@@ -12384,12 +14316,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainRealityrevenues/count:
+  /MainTotalgoods/count:
     get:
       tags:
-        - MainRealityrevenue
+        - MainTotalgoods
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainRealityrevenue.count
+      operationId: MainTotalgoods.count
       parameters:
         - name: where
           in: query
@@ -12407,12 +14339,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainOnlineteachers:
+  /MainTotalgoodsnums:
     post:
       tags:
-        - MainOnlineteachers
+        - MainTotalgoodsnum
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainOnlineteachers.create
+      operationId: MainTotalgoodsnum.create
       parameters:
         - name: data
           in: body
@@ -12420,20 +14352,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainOnlineteachers'
+            $ref: '#/definitions/MainTotalgoodsnum'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainOnlineteachers'
+            $ref: '#/definitions/MainTotalgoodsnum'
       deprecated: false
     patch:
       tags:
-        - MainOnlineteachers
+        - MainTotalgoodsnum
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainOnlineteachers.patchOrCreate
+      operationId: MainTotalgoodsnum.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -12441,20 +14373,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainOnlineteachers'
+            $ref: '#/definitions/MainTotalgoodsnum'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainOnlineteachers'
+            $ref: '#/definitions/MainTotalgoodsnum'
       deprecated: false
     put:
       tags:
-        - MainOnlineteachers
+        - MainTotalgoodsnum
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainOnlineteachers.replaceOrCreate__put_MainOnlineteachers
+      operationId: MainTotalgoodsnum.replaceOrCreate__put_MainTotalgoodsnums
       parameters:
         - name: data
           in: body
@@ -12462,18 +14394,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainOnlineteachers'
+            $ref: '#/definitions/MainTotalgoodsnum'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainOnlineteachers'
+            $ref: '#/definitions/MainTotalgoodsnum'
       deprecated: false
     get:
       tags:
-        - MainOnlineteachers
+        - MainTotalgoodsnum
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainOnlineteachers.find
+      operationId: MainTotalgoodsnum.find
       parameters:
         - name: filter
           in: query
@@ -12492,17 +14424,17 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainOnlineteachers'
+              $ref: '#/definitions/MainTotalgoodsnum'
       deprecated: false
-  /MainOnlineteachers/replaceOrCreate:
+  /MainTotalgoodsnums/replaceOrCreate:
     post:
       tags:
-        - MainOnlineteachers
+        - MainTotalgoodsnum
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
       operationId: >-
-        MainOnlineteachers.replaceOrCreate__post_MainOnlineteachers_replaceOrCreate
+        MainTotalgoodsnum.replaceOrCreate__post_MainTotalgoodsnums_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -12510,21 +14442,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainOnlineteachers'
+            $ref: '#/definitions/MainTotalgoodsnum'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainOnlineteachers'
+            $ref: '#/definitions/MainTotalgoodsnum'
       deprecated: false
-  /MainOnlineteachers/upsertWithWhere:
+  /MainTotalgoodsnums/upsertWithWhere:
     post:
       tags:
-        - MainOnlineteachers
+        - MainTotalgoodsnum
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainOnlineteachers.upsertWithWhere
+      operationId: MainTotalgoodsnum.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -12538,19 +14470,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainOnlineteachers'
+            $ref: '#/definitions/MainTotalgoodsnum'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainOnlineteachers'
+            $ref: '#/definitions/MainTotalgoodsnum'
       deprecated: false
-  '/MainOnlineteachers/{id}/exists':
+  '/MainTotalgoodsnums/{id}/exists':
     get:
       tags:
-        - MainOnlineteachers
+        - MainTotalgoodsnum
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainOnlineteachers.exists__get_MainOnlineteachers_{id}_exists'
+      operationId: 'MainTotalgoodsnum.exists__get_MainTotalgoodsnums_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -12567,12 +14499,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainOnlineteachers/{id}':
+  '/MainTotalgoodsnums/{id}':
     head:
       tags:
-        - MainOnlineteachers
+        - MainTotalgoodsnum
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainOnlineteachers.exists__head_MainOnlineteachers_{id}'
+      operationId: 'MainTotalgoodsnum.exists__head_MainTotalgoodsnums_{id}'
       parameters:
         - name: id
           in: path
@@ -12591,9 +14523,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainOnlineteachers
+        - MainTotalgoodsnum
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainOnlineteachers.findById
+      operationId: MainTotalgoodsnum.findById
       parameters:
         - name: id
           in: path
@@ -12613,15 +14545,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainOnlineteachers'
+            $ref: '#/definitions/MainTotalgoodsnum'
       deprecated: false
     put:
       tags:
-        - MainOnlineteachers
+        - MainTotalgoodsnum
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainOnlineteachers.replaceById__put_MainOnlineteachers_{id}'
+      operationId: 'MainTotalgoodsnum.replaceById__put_MainTotalgoodsnums_{id}'
       parameters:
         - name: id
           in: path
@@ -12635,18 +14567,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainOnlineteachers'
+            $ref: '#/definitions/MainTotalgoodsnum'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainOnlineteachers'
+            $ref: '#/definitions/MainTotalgoodsnum'
       deprecated: false
     delete:
       tags:
-        - MainOnlineteachers
+        - MainTotalgoodsnum
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainOnlineteachers.deleteById
+      operationId: MainTotalgoodsnum.deleteById
       parameters:
         - name: id
           in: path
@@ -12662,15 +14594,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainOnlineteachers
+        - MainTotalgoodsnum
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainOnlineteachers.prototype.patchAttributes
+      operationId: MainTotalgoodsnum.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainOnlineteachers id
+          description: MainTotalgoodsnum id
           required: true
           type: string
           format: JSON
@@ -12680,21 +14612,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainOnlineteachers'
+            $ref: '#/definitions/MainTotalgoodsnum'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainOnlineteachers'
+            $ref: '#/definitions/MainTotalgoodsnum'
       deprecated: false
-  '/MainOnlineteachers/{id}/replace':
+  '/MainTotalgoodsnums/{id}/replace':
     post:
       tags:
-        - MainOnlineteachers
+        - MainTotalgoodsnum
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainOnlineteachers.replaceById__post_MainOnlineteachers_{id}_replace'
+      operationId: 'MainTotalgoodsnum.replaceById__post_MainTotalgoodsnums_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -12708,19 +14640,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainOnlineteachers'
+            $ref: '#/definitions/MainTotalgoodsnum'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainOnlineteachers'
+            $ref: '#/definitions/MainTotalgoodsnum'
       deprecated: false
-  /MainOnlineteachers/findOne:
+  /MainTotalgoodsnums/findOne:
     get:
       tags:
-        - MainOnlineteachers
+        - MainTotalgoodsnum
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainOnlineteachers.findOne
+      operationId: MainTotalgoodsnum.findOne
       parameters:
         - name: filter
           in: query
@@ -12737,14 +14669,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainOnlineteachers'
+            $ref: '#/definitions/MainTotalgoodsnum'
       deprecated: false
-  /MainOnlineteachers/update:
+  /MainTotalgoodsnums/update:
     post:
       tags:
-        - MainOnlineteachers
+        - MainTotalgoodsnum
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainOnlineteachers.updateAll
+      operationId: MainTotalgoodsnum.updateAll
       parameters:
         - name: where
           in: query
@@ -12758,7 +14690,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainOnlineteachers'
+            $ref: '#/definitions/MainTotalgoodsnum'
       responses:
         '200':
           description: Request was successful
@@ -12771,12 +14703,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainOnlineteachers/count:
+  /MainTotalgoodsnums/count:
     get:
       tags:
-        - MainOnlineteachers
+        - MainTotalgoodsnum
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainOnlineteachers.count
+      operationId: MainTotalgoodsnum.count
       parameters:
         - name: where
           in: query
@@ -12794,12 +14726,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainOfflineteachers:
+  /MainTotalhosrevenues:
     post:
       tags:
-        - MainOfflineteachers
+        - MainTotalhosrevenue
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainOfflineteachers.create
+      operationId: MainTotalhosrevenue.create
       parameters:
         - name: data
           in: body
@@ -12807,20 +14739,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainOfflineteachers'
+            $ref: '#/definitions/MainTotalhosrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainOfflineteachers'
+            $ref: '#/definitions/MainTotalhosrevenue'
       deprecated: false
     patch:
       tags:
-        - MainOfflineteachers
+        - MainTotalhosrevenue
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainOfflineteachers.patchOrCreate
+      operationId: MainTotalhosrevenue.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -12828,20 +14760,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainOfflineteachers'
+            $ref: '#/definitions/MainTotalhosrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainOfflineteachers'
+            $ref: '#/definitions/MainTotalhosrevenue'
       deprecated: false
     put:
       tags:
-        - MainOfflineteachers
+        - MainTotalhosrevenue
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainOfflineteachers.replaceOrCreate__put_MainOfflineteachers
+      operationId: MainTotalhosrevenue.replaceOrCreate__put_MainTotalhosrevenues
       parameters:
         - name: data
           in: body
@@ -12849,18 +14781,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainOfflineteachers'
+            $ref: '#/definitions/MainTotalhosrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainOfflineteachers'
+            $ref: '#/definitions/MainTotalhosrevenue'
       deprecated: false
     get:
       tags:
-        - MainOfflineteachers
+        - MainTotalhosrevenue
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainOfflineteachers.find
+      operationId: MainTotalhosrevenue.find
       parameters:
         - name: filter
           in: query
@@ -12879,17 +14811,17 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainOfflineteachers'
+              $ref: '#/definitions/MainTotalhosrevenue'
       deprecated: false
-  /MainOfflineteachers/replaceOrCreate:
+  /MainTotalhosrevenues/replaceOrCreate:
     post:
       tags:
-        - MainOfflineteachers
+        - MainTotalhosrevenue
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
       operationId: >-
-        MainOfflineteachers.replaceOrCreate__post_MainOfflineteachers_replaceOrCreate
+        MainTotalhosrevenue.replaceOrCreate__post_MainTotalhosrevenues_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -12897,21 +14829,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainOfflineteachers'
+            $ref: '#/definitions/MainTotalhosrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainOfflineteachers'
+            $ref: '#/definitions/MainTotalhosrevenue'
       deprecated: false
-  /MainOfflineteachers/upsertWithWhere:
+  /MainTotalhosrevenues/upsertWithWhere:
     post:
       tags:
-        - MainOfflineteachers
+        - MainTotalhosrevenue
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainOfflineteachers.upsertWithWhere
+      operationId: MainTotalhosrevenue.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -12925,19 +14857,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainOfflineteachers'
+            $ref: '#/definitions/MainTotalhosrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainOfflineteachers'
+            $ref: '#/definitions/MainTotalhosrevenue'
       deprecated: false
-  '/MainOfflineteachers/{id}/exists':
+  '/MainTotalhosrevenues/{id}/exists':
     get:
       tags:
-        - MainOfflineteachers
+        - MainTotalhosrevenue
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainOfflineteachers.exists__get_MainOfflineteachers_{id}_exists'
+      operationId: 'MainTotalhosrevenue.exists__get_MainTotalhosrevenues_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -12954,12 +14886,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainOfflineteachers/{id}':
+  '/MainTotalhosrevenues/{id}':
     head:
       tags:
-        - MainOfflineteachers
+        - MainTotalhosrevenue
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainOfflineteachers.exists__head_MainOfflineteachers_{id}'
+      operationId: 'MainTotalhosrevenue.exists__head_MainTotalhosrevenues_{id}'
       parameters:
         - name: id
           in: path
@@ -12978,9 +14910,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainOfflineteachers
+        - MainTotalhosrevenue
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainOfflineteachers.findById
+      operationId: MainTotalhosrevenue.findById
       parameters:
         - name: id
           in: path
@@ -13000,15 +14932,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainOfflineteachers'
+            $ref: '#/definitions/MainTotalhosrevenue'
       deprecated: false
     put:
       tags:
-        - MainOfflineteachers
+        - MainTotalhosrevenue
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainOfflineteachers.replaceById__put_MainOfflineteachers_{id}'
+      operationId: 'MainTotalhosrevenue.replaceById__put_MainTotalhosrevenues_{id}'
       parameters:
         - name: id
           in: path
@@ -13022,18 +14954,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainOfflineteachers'
+            $ref: '#/definitions/MainTotalhosrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainOfflineteachers'
+            $ref: '#/definitions/MainTotalhosrevenue'
       deprecated: false
     delete:
       tags:
-        - MainOfflineteachers
+        - MainTotalhosrevenue
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainOfflineteachers.deleteById
+      operationId: MainTotalhosrevenue.deleteById
       parameters:
         - name: id
           in: path
@@ -13049,15 +14981,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainOfflineteachers
+        - MainTotalhosrevenue
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainOfflineteachers.prototype.patchAttributes
+      operationId: MainTotalhosrevenue.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainOfflineteachers id
+          description: MainTotalhosrevenue id
           required: true
           type: string
           format: JSON
@@ -13067,21 +14999,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainOfflineteachers'
+            $ref: '#/definitions/MainTotalhosrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainOfflineteachers'
+            $ref: '#/definitions/MainTotalhosrevenue'
       deprecated: false
-  '/MainOfflineteachers/{id}/replace':
+  '/MainTotalhosrevenues/{id}/replace':
     post:
       tags:
-        - MainOfflineteachers
+        - MainTotalhosrevenue
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainOfflineteachers.replaceById__post_MainOfflineteachers_{id}_replace'
+      operationId: 'MainTotalhosrevenue.replaceById__post_MainTotalhosrevenues_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -13095,19 +15027,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainOfflineteachers'
+            $ref: '#/definitions/MainTotalhosrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainOfflineteachers'
+            $ref: '#/definitions/MainTotalhosrevenue'
       deprecated: false
-  /MainOfflineteachers/findOne:
+  /MainTotalhosrevenues/findOne:
     get:
       tags:
-        - MainOfflineteachers
+        - MainTotalhosrevenue
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainOfflineteachers.findOne
+      operationId: MainTotalhosrevenue.findOne
       parameters:
         - name: filter
           in: query
@@ -13124,14 +15056,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainOfflineteachers'
+            $ref: '#/definitions/MainTotalhosrevenue'
       deprecated: false
-  /MainOfflineteachers/update:
+  /MainTotalhosrevenues/update:
     post:
       tags:
-        - MainOfflineteachers
+        - MainTotalhosrevenue
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainOfflineteachers.updateAll
+      operationId: MainTotalhosrevenue.updateAll
       parameters:
         - name: where
           in: query
@@ -13145,7 +15077,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainOfflineteachers'
+            $ref: '#/definitions/MainTotalhosrevenue'
       responses:
         '200':
           description: Request was successful
@@ -13158,12 +15090,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainOfflineteachers/count:
+  /MainTotalhosrevenues/count:
     get:
       tags:
-        - MainOfflineteachers
+        - MainTotalhosrevenue
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainOfflineteachers.count
+      operationId: MainTotalhosrevenue.count
       parameters:
         - name: where
           in: query
@@ -13181,12 +15113,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainTotals:
+  /MainTotalorders:
     post:
       tags:
-        - MainTotal
+        - MainTotalorder
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainTotal.create
+      operationId: MainTotalorder.create
       parameters:
         - name: data
           in: body
@@ -13194,20 +15126,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotal'
+            $ref: '#/definitions/MainTotalorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotal'
+            $ref: '#/definitions/MainTotalorder'
       deprecated: false
     patch:
       tags:
-        - MainTotal
+        - MainTotalorder
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotal.patchOrCreate
+      operationId: MainTotalorder.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -13215,20 +15147,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotal'
+            $ref: '#/definitions/MainTotalorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotal'
+            $ref: '#/definitions/MainTotalorder'
       deprecated: false
     put:
       tags:
-        - MainTotal
+        - MainTotalorder
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotal.replaceOrCreate__put_MainTotals
+      operationId: MainTotalorder.replaceOrCreate__put_MainTotalorders
       parameters:
         - name: data
           in: body
@@ -13236,18 +15168,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotal'
+            $ref: '#/definitions/MainTotalorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotal'
+            $ref: '#/definitions/MainTotalorder'
       deprecated: false
     get:
       tags:
-        - MainTotal
+        - MainTotalorder
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainTotal.find
+      operationId: MainTotalorder.find
       parameters:
         - name: filter
           in: query
@@ -13266,16 +15198,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainTotal'
+              $ref: '#/definitions/MainTotalorder'
       deprecated: false
-  /MainTotals/replaceOrCreate:
+  /MainTotalorders/replaceOrCreate:
     post:
       tags:
-        - MainTotal
+        - MainTotalorder
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotal.replaceOrCreate__post_MainTotals_replaceOrCreate
+      operationId: MainTotalorder.replaceOrCreate__post_MainTotalorders_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -13283,21 +15215,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotal'
+            $ref: '#/definitions/MainTotalorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotal'
+            $ref: '#/definitions/MainTotalorder'
       deprecated: false
-  /MainTotals/upsertWithWhere:
+  /MainTotalorders/upsertWithWhere:
     post:
       tags:
-        - MainTotal
+        - MainTotalorder
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainTotal.upsertWithWhere
+      operationId: MainTotalorder.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -13311,19 +15243,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotal'
+            $ref: '#/definitions/MainTotalorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotal'
+            $ref: '#/definitions/MainTotalorder'
       deprecated: false
-  '/MainTotals/{id}/exists':
+  '/MainTotalorders/{id}/exists':
     get:
       tags:
-        - MainTotal
+        - MainTotalorder
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainTotal.exists__get_MainTotals_{id}_exists'
+      operationId: 'MainTotalorder.exists__get_MainTotalorders_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -13340,12 +15272,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainTotals/{id}':
+  '/MainTotalorders/{id}':
     head:
       tags:
-        - MainTotal
+        - MainTotalorder
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainTotal.exists__head_MainTotals_{id}'
+      operationId: 'MainTotalorder.exists__head_MainTotalorders_{id}'
       parameters:
         - name: id
           in: path
@@ -13364,9 +15296,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainTotal
+        - MainTotalorder
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainTotal.findById
+      operationId: MainTotalorder.findById
       parameters:
         - name: id
           in: path
@@ -13386,15 +15318,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotal'
+            $ref: '#/definitions/MainTotalorder'
       deprecated: false
     put:
       tags:
-        - MainTotal
+        - MainTotalorder
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainTotal.replaceById__put_MainTotals_{id}'
+      operationId: 'MainTotalorder.replaceById__put_MainTotalorders_{id}'
       parameters:
         - name: id
           in: path
@@ -13408,18 +15340,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotal'
+            $ref: '#/definitions/MainTotalorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotal'
+            $ref: '#/definitions/MainTotalorder'
       deprecated: false
     delete:
       tags:
-        - MainTotal
+        - MainTotalorder
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainTotal.deleteById
+      operationId: MainTotalorder.deleteById
       parameters:
         - name: id
           in: path
@@ -13435,15 +15367,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainTotal
+        - MainTotalorder
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainTotal.prototype.patchAttributes
+      operationId: MainTotalorder.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainTotal id
+          description: MainTotalorder id
           required: true
           type: string
           format: JSON
@@ -13453,21 +15385,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotal'
+            $ref: '#/definitions/MainTotalorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotal'
+            $ref: '#/definitions/MainTotalorder'
       deprecated: false
-  '/MainTotals/{id}/replace':
+  '/MainTotalorders/{id}/replace':
     post:
       tags:
-        - MainTotal
+        - MainTotalorder
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainTotal.replaceById__post_MainTotals_{id}_replace'
+      operationId: 'MainTotalorder.replaceById__post_MainTotalorders_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -13481,19 +15413,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotal'
+            $ref: '#/definitions/MainTotalorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotal'
+            $ref: '#/definitions/MainTotalorder'
       deprecated: false
-  /MainTotals/findOne:
+  /MainTotalorders/findOne:
     get:
       tags:
-        - MainTotal
+        - MainTotalorder
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainTotal.findOne
+      operationId: MainTotalorder.findOne
       parameters:
         - name: filter
           in: query
@@ -13510,14 +15442,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotal'
+            $ref: '#/definitions/MainTotalorder'
       deprecated: false
-  /MainTotals/update:
+  /MainTotalorders/update:
     post:
       tags:
-        - MainTotal
+        - MainTotalorder
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainTotal.updateAll
+      operationId: MainTotalorder.updateAll
       parameters:
         - name: where
           in: query
@@ -13531,7 +15463,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotal'
+            $ref: '#/definitions/MainTotalorder'
       responses:
         '200':
           description: Request was successful
@@ -13544,12 +15476,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainTotals/count:
+  /MainTotalorders/count:
     get:
       tags:
-        - MainTotal
+        - MainTotalorder
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainTotal.count
+      operationId: MainTotalorder.count
       parameters:
         - name: where
           in: query
@@ -13567,12 +15499,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainTotalbudgets:
+  /MianFofflineteachers:
     post:
       tags:
-        - MainTotalbudget
+        - MianFofflineteachers
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainTotalbudget.create
+      operationId: MianFofflineteachers.create
       parameters:
         - name: data
           in: body
@@ -13580,20 +15512,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalbudget'
+            $ref: '#/definitions/MianFofflineteachers'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalbudget'
+            $ref: '#/definitions/MianFofflineteachers'
       deprecated: false
     patch:
       tags:
-        - MainTotalbudget
+        - MianFofflineteachers
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalbudget.patchOrCreate
+      operationId: MianFofflineteachers.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -13601,20 +15533,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalbudget'
+            $ref: '#/definitions/MianFofflineteachers'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalbudget'
+            $ref: '#/definitions/MianFofflineteachers'
       deprecated: false
     put:
       tags:
-        - MainTotalbudget
+        - MianFofflineteachers
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalbudget.replaceOrCreate__put_MainTotalbudgets
+      operationId: MianFofflineteachers.replaceOrCreate__put_MianFofflineteachers
       parameters:
         - name: data
           in: body
@@ -13622,18 +15554,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalbudget'
+            $ref: '#/definitions/MianFofflineteachers'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalbudget'
+            $ref: '#/definitions/MianFofflineteachers'
       deprecated: false
     get:
       tags:
-        - MainTotalbudget
+        - MianFofflineteachers
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainTotalbudget.find
+      operationId: MianFofflineteachers.find
       parameters:
         - name: filter
           in: query
@@ -13652,16 +15584,17 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainTotalbudget'
+              $ref: '#/definitions/MianFofflineteachers'
       deprecated: false
-  /MainTotalbudgets/replaceOrCreate:
+  /MianFofflineteachers/replaceOrCreate:
     post:
       tags:
-        - MainTotalbudget
+        - MianFofflineteachers
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalbudget.replaceOrCreate__post_MainTotalbudgets_replaceOrCreate
+      operationId: >-
+        MianFofflineteachers.replaceOrCreate__post_MianFofflineteachers_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -13669,21 +15602,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalbudget'
+            $ref: '#/definitions/MianFofflineteachers'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalbudget'
+            $ref: '#/definitions/MianFofflineteachers'
       deprecated: false
-  /MainTotalbudgets/upsertWithWhere:
+  /MianFofflineteachers/upsertWithWhere:
     post:
       tags:
-        - MainTotalbudget
+        - MianFofflineteachers
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainTotalbudget.upsertWithWhere
+      operationId: MianFofflineteachers.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -13697,19 +15630,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalbudget'
+            $ref: '#/definitions/MianFofflineteachers'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalbudget'
+            $ref: '#/definitions/MianFofflineteachers'
       deprecated: false
-  '/MainTotalbudgets/{id}/exists':
+  '/MianFofflineteachers/{id}/exists':
     get:
       tags:
-        - MainTotalbudget
+        - MianFofflineteachers
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainTotalbudget.exists__get_MainTotalbudgets_{id}_exists'
+      operationId: 'MianFofflineteachers.exists__get_MianFofflineteachers_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -13726,12 +15659,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainTotalbudgets/{id}':
+  '/MianFofflineteachers/{id}':
     head:
       tags:
-        - MainTotalbudget
+        - MianFofflineteachers
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainTotalbudget.exists__head_MainTotalbudgets_{id}'
+      operationId: 'MianFofflineteachers.exists__head_MianFofflineteachers_{id}'
       parameters:
         - name: id
           in: path
@@ -13750,9 +15683,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainTotalbudget
+        - MianFofflineteachers
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainTotalbudget.findById
+      operationId: MianFofflineteachers.findById
       parameters:
         - name: id
           in: path
@@ -13772,15 +15705,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalbudget'
+            $ref: '#/definitions/MianFofflineteachers'
       deprecated: false
     put:
       tags:
-        - MainTotalbudget
+        - MianFofflineteachers
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainTotalbudget.replaceById__put_MainTotalbudgets_{id}'
+      operationId: 'MianFofflineteachers.replaceById__put_MianFofflineteachers_{id}'
       parameters:
         - name: id
           in: path
@@ -13794,18 +15727,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalbudget'
+            $ref: '#/definitions/MianFofflineteachers'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalbudget'
+            $ref: '#/definitions/MianFofflineteachers'
       deprecated: false
     delete:
       tags:
-        - MainTotalbudget
+        - MianFofflineteachers
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainTotalbudget.deleteById
+      operationId: MianFofflineteachers.deleteById
       parameters:
         - name: id
           in: path
@@ -13821,15 +15754,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainTotalbudget
+        - MianFofflineteachers
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainTotalbudget.prototype.patchAttributes
+      operationId: MianFofflineteachers.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainTotalbudget id
+          description: MianFofflineteachers id
           required: true
           type: string
           format: JSON
@@ -13839,21 +15772,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalbudget'
+            $ref: '#/definitions/MianFofflineteachers'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalbudget'
+            $ref: '#/definitions/MianFofflineteachers'
       deprecated: false
-  '/MainTotalbudgets/{id}/replace':
+  '/MianFofflineteachers/{id}/replace':
     post:
       tags:
-        - MainTotalbudget
+        - MianFofflineteachers
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainTotalbudget.replaceById__post_MainTotalbudgets_{id}_replace'
+      operationId: 'MianFofflineteachers.replaceById__post_MianFofflineteachers_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -13867,19 +15800,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalbudget'
+            $ref: '#/definitions/MianFofflineteachers'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalbudget'
+            $ref: '#/definitions/MianFofflineteachers'
       deprecated: false
-  /MainTotalbudgets/findOne:
+  /MianFofflineteachers/findOne:
     get:
       tags:
-        - MainTotalbudget
+        - MianFofflineteachers
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainTotalbudget.findOne
+      operationId: MianFofflineteachers.findOne
       parameters:
         - name: filter
           in: query
@@ -13896,14 +15829,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalbudget'
+            $ref: '#/definitions/MianFofflineteachers'
       deprecated: false
-  /MainTotalbudgets/update:
+  /MianFofflineteachers/update:
     post:
       tags:
-        - MainTotalbudget
+        - MianFofflineteachers
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainTotalbudget.updateAll
+      operationId: MianFofflineteachers.updateAll
       parameters:
         - name: where
           in: query
@@ -13917,7 +15850,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalbudget'
+            $ref: '#/definitions/MianFofflineteachers'
       responses:
         '200':
           description: Request was successful
@@ -13930,12 +15863,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainTotalbudgets/count:
+  /MianFofflineteachers/count:
     get:
       tags:
-        - MainTotalbudget
+        - MianFofflineteachers
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainTotalbudget.count
+      operationId: MianFofflineteachers.count
       parameters:
         - name: where
           in: query
@@ -13953,12 +15886,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainTotalcases:
+  /MainTotalrevenues:
     post:
       tags:
-        - MainTotalcase
+        - MainTotalrevenue
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainTotalcase.create
+      operationId: MainTotalrevenue.create
       parameters:
         - name: data
           in: body
@@ -13966,20 +15899,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalcase'
+            $ref: '#/definitions/MainTotalrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalcase'
+            $ref: '#/definitions/MainTotalrevenue'
       deprecated: false
     patch:
       tags:
-        - MainTotalcase
+        - MainTotalrevenue
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalcase.patchOrCreate
+      operationId: MainTotalrevenue.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -13987,20 +15920,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalcase'
+            $ref: '#/definitions/MainTotalrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalcase'
+            $ref: '#/definitions/MainTotalrevenue'
       deprecated: false
     put:
       tags:
-        - MainTotalcase
+        - MainTotalrevenue
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalcase.replaceOrCreate__put_MainTotalcases
+      operationId: MainTotalrevenue.replaceOrCreate__put_MainTotalrevenues
       parameters:
         - name: data
           in: body
@@ -14008,18 +15941,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalcase'
+            $ref: '#/definitions/MainTotalrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalcase'
+            $ref: '#/definitions/MainTotalrevenue'
       deprecated: false
     get:
       tags:
-        - MainTotalcase
+        - MainTotalrevenue
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainTotalcase.find
+      operationId: MainTotalrevenue.find
       parameters:
         - name: filter
           in: query
@@ -14038,16 +15971,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainTotalcase'
+              $ref: '#/definitions/MainTotalrevenue'
       deprecated: false
-  /MainTotalcases/replaceOrCreate:
+  /MainTotalrevenues/replaceOrCreate:
     post:
       tags:
-        - MainTotalcase
+        - MainTotalrevenue
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalcase.replaceOrCreate__post_MainTotalcases_replaceOrCreate
+      operationId: MainTotalrevenue.replaceOrCreate__post_MainTotalrevenues_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -14055,21 +15988,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalcase'
+            $ref: '#/definitions/MainTotalrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalcase'
+            $ref: '#/definitions/MainTotalrevenue'
       deprecated: false
-  /MainTotalcases/upsertWithWhere:
+  /MainTotalrevenues/upsertWithWhere:
     post:
       tags:
-        - MainTotalcase
+        - MainTotalrevenue
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainTotalcase.upsertWithWhere
+      operationId: MainTotalrevenue.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -14083,19 +16016,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalcase'
+            $ref: '#/definitions/MainTotalrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalcase'
+            $ref: '#/definitions/MainTotalrevenue'
       deprecated: false
-  '/MainTotalcases/{id}/exists':
+  '/MainTotalrevenues/{id}/exists':
     get:
       tags:
-        - MainTotalcase
+        - MainTotalrevenue
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainTotalcase.exists__get_MainTotalcases_{id}_exists'
+      operationId: 'MainTotalrevenue.exists__get_MainTotalrevenues_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -14112,12 +16045,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainTotalcases/{id}':
+  '/MainTotalrevenues/{id}':
     head:
       tags:
-        - MainTotalcase
+        - MainTotalrevenue
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainTotalcase.exists__head_MainTotalcases_{id}'
+      operationId: 'MainTotalrevenue.exists__head_MainTotalrevenues_{id}'
       parameters:
         - name: id
           in: path
@@ -14136,9 +16069,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainTotalcase
+        - MainTotalrevenue
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainTotalcase.findById
+      operationId: MainTotalrevenue.findById
       parameters:
         - name: id
           in: path
@@ -14158,15 +16091,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalcase'
+            $ref: '#/definitions/MainTotalrevenue'
       deprecated: false
     put:
       tags:
-        - MainTotalcase
+        - MainTotalrevenue
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainTotalcase.replaceById__put_MainTotalcases_{id}'
+      operationId: 'MainTotalrevenue.replaceById__put_MainTotalrevenues_{id}'
       parameters:
         - name: id
           in: path
@@ -14180,18 +16113,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalcase'
+            $ref: '#/definitions/MainTotalrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalcase'
+            $ref: '#/definitions/MainTotalrevenue'
       deprecated: false
     delete:
       tags:
-        - MainTotalcase
+        - MainTotalrevenue
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainTotalcase.deleteById
+      operationId: MainTotalrevenue.deleteById
       parameters:
         - name: id
           in: path
@@ -14207,15 +16140,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainTotalcase
+        - MainTotalrevenue
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainTotalcase.prototype.patchAttributes
+      operationId: MainTotalrevenue.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainTotalcase id
+          description: MainTotalrevenue id
           required: true
           type: string
           format: JSON
@@ -14225,21 +16158,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalcase'
+            $ref: '#/definitions/MainTotalrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalcase'
+            $ref: '#/definitions/MainTotalrevenue'
       deprecated: false
-  '/MainTotalcases/{id}/replace':
+  '/MainTotalrevenues/{id}/replace':
     post:
       tags:
-        - MainTotalcase
+        - MainTotalrevenue
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainTotalcase.replaceById__post_MainTotalcases_{id}_replace'
+      operationId: 'MainTotalrevenue.replaceById__post_MainTotalrevenues_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -14253,19 +16186,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalcase'
+            $ref: '#/definitions/MainTotalrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalcase'
+            $ref: '#/definitions/MainTotalrevenue'
       deprecated: false
-  /MainTotalcases/findOne:
+  /MainTotalrevenues/findOne:
     get:
       tags:
-        - MainTotalcase
+        - MainTotalrevenue
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainTotalcase.findOne
+      operationId: MainTotalrevenue.findOne
       parameters:
         - name: filter
           in: query
@@ -14282,14 +16215,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalcase'
+            $ref: '#/definitions/MainTotalrevenue'
       deprecated: false
-  /MainTotalcases/update:
+  /MainTotalrevenues/update:
     post:
       tags:
-        - MainTotalcase
+        - MainTotalrevenue
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainTotalcase.updateAll
+      operationId: MainTotalrevenue.updateAll
       parameters:
         - name: where
           in: query
@@ -14303,7 +16236,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalcase'
+            $ref: '#/definitions/MainTotalrevenue'
       responses:
         '200':
           description: Request was successful
@@ -14316,12 +16249,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainTotalcases/count:
+  /MainTotalrevenues/count:
     get:
       tags:
-        - MainTotalcase
+        - MainTotalrevenue
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainTotalcase.count
+      operationId: MainTotalrevenue.count
       parameters:
         - name: where
           in: query
@@ -14339,12 +16272,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainTotalgoods:
+  /MianBilltotalrevenues:
     post:
       tags:
-        - MainTotalgoods
+        - MianBilltotalrevenue
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainTotalgoods.create
+      operationId: MianBilltotalrevenue.create
       parameters:
         - name: data
           in: body
@@ -14352,20 +16285,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalgoods'
+            $ref: '#/definitions/MianBilltotalrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalgoods'
+            $ref: '#/definitions/MianBilltotalrevenue'
       deprecated: false
     patch:
       tags:
-        - MainTotalgoods
+        - MianBilltotalrevenue
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalgoods.patchOrCreate
+      operationId: MianBilltotalrevenue.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -14373,20 +16306,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalgoods'
+            $ref: '#/definitions/MianBilltotalrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalgoods'
+            $ref: '#/definitions/MianBilltotalrevenue'
       deprecated: false
     put:
       tags:
-        - MainTotalgoods
+        - MianBilltotalrevenue
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalgoods.replaceOrCreate__put_MainTotalgoods
+      operationId: MianBilltotalrevenue.replaceOrCreate__put_MianBilltotalrevenues
       parameters:
         - name: data
           in: body
@@ -14394,18 +16327,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalgoods'
+            $ref: '#/definitions/MianBilltotalrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalgoods'
+            $ref: '#/definitions/MianBilltotalrevenue'
       deprecated: false
     get:
       tags:
-        - MainTotalgoods
+        - MianBilltotalrevenue
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainTotalgoods.find
+      operationId: MianBilltotalrevenue.find
       parameters:
         - name: filter
           in: query
@@ -14424,16 +16357,17 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainTotalgoods'
+              $ref: '#/definitions/MianBilltotalrevenue'
       deprecated: false
-  /MainTotalgoods/replaceOrCreate:
+  /MianBilltotalrevenues/replaceOrCreate:
     post:
       tags:
-        - MainTotalgoods
+        - MianBilltotalrevenue
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalgoods.replaceOrCreate__post_MainTotalgoods_replaceOrCreate
+      operationId: >-
+        MianBilltotalrevenue.replaceOrCreate__post_MianBilltotalrevenues_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -14441,21 +16375,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalgoods'
+            $ref: '#/definitions/MianBilltotalrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalgoods'
+            $ref: '#/definitions/MianBilltotalrevenue'
       deprecated: false
-  /MainTotalgoods/upsertWithWhere:
+  /MianBilltotalrevenues/upsertWithWhere:
     post:
       tags:
-        - MainTotalgoods
+        - MianBilltotalrevenue
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainTotalgoods.upsertWithWhere
+      operationId: MianBilltotalrevenue.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -14469,19 +16403,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalgoods'
+            $ref: '#/definitions/MianBilltotalrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalgoods'
+            $ref: '#/definitions/MianBilltotalrevenue'
       deprecated: false
-  '/MainTotalgoods/{id}/exists':
+  '/MianBilltotalrevenues/{id}/exists':
     get:
       tags:
-        - MainTotalgoods
+        - MianBilltotalrevenue
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainTotalgoods.exists__get_MainTotalgoods_{id}_exists'
+      operationId: 'MianBilltotalrevenue.exists__get_MianBilltotalrevenues_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -14498,12 +16432,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainTotalgoods/{id}':
+  '/MianBilltotalrevenues/{id}':
     head:
       tags:
-        - MainTotalgoods
+        - MianBilltotalrevenue
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainTotalgoods.exists__head_MainTotalgoods_{id}'
+      operationId: 'MianBilltotalrevenue.exists__head_MianBilltotalrevenues_{id}'
       parameters:
         - name: id
           in: path
@@ -14522,9 +16456,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainTotalgoods
+        - MianBilltotalrevenue
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainTotalgoods.findById
+      operationId: MianBilltotalrevenue.findById
       parameters:
         - name: id
           in: path
@@ -14544,15 +16478,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalgoods'
+            $ref: '#/definitions/MianBilltotalrevenue'
       deprecated: false
     put:
       tags:
-        - MainTotalgoods
+        - MianBilltotalrevenue
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainTotalgoods.replaceById__put_MainTotalgoods_{id}'
+      operationId: 'MianBilltotalrevenue.replaceById__put_MianBilltotalrevenues_{id}'
       parameters:
         - name: id
           in: path
@@ -14566,18 +16500,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalgoods'
+            $ref: '#/definitions/MianBilltotalrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalgoods'
+            $ref: '#/definitions/MianBilltotalrevenue'
       deprecated: false
     delete:
       tags:
-        - MainTotalgoods
+        - MianBilltotalrevenue
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainTotalgoods.deleteById
+      operationId: MianBilltotalrevenue.deleteById
       parameters:
         - name: id
           in: path
@@ -14593,15 +16527,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainTotalgoods
+        - MianBilltotalrevenue
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainTotalgoods.prototype.patchAttributes
+      operationId: MianBilltotalrevenue.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainTotalgoods id
+          description: MianBilltotalrevenue id
           required: true
           type: string
           format: JSON
@@ -14611,21 +16545,22 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalgoods'
+            $ref: '#/definitions/MianBilltotalrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalgoods'
+            $ref: '#/definitions/MianBilltotalrevenue'
       deprecated: false
-  '/MainTotalgoods/{id}/replace':
+  '/MianBilltotalrevenues/{id}/replace':
     post:
       tags:
-        - MainTotalgoods
+        - MianBilltotalrevenue
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainTotalgoods.replaceById__post_MainTotalgoods_{id}_replace'
+      operationId: >-
+        MianBilltotalrevenue.replaceById__post_MianBilltotalrevenues_{id}_replace
       parameters:
         - name: id
           in: path
@@ -14639,19 +16574,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalgoods'
+            $ref: '#/definitions/MianBilltotalrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalgoods'
+            $ref: '#/definitions/MianBilltotalrevenue'
       deprecated: false
-  /MainTotalgoods/findOne:
+  /MianBilltotalrevenues/findOne:
     get:
       tags:
-        - MainTotalgoods
+        - MianBilltotalrevenue
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainTotalgoods.findOne
+      operationId: MianBilltotalrevenue.findOne
       parameters:
         - name: filter
           in: query
@@ -14668,14 +16603,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalgoods'
+            $ref: '#/definitions/MianBilltotalrevenue'
       deprecated: false
-  /MainTotalgoods/update:
+  /MianBilltotalrevenues/update:
     post:
       tags:
-        - MainTotalgoods
+        - MianBilltotalrevenue
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainTotalgoods.updateAll
+      operationId: MianBilltotalrevenue.updateAll
       parameters:
         - name: where
           in: query
@@ -14689,7 +16624,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalgoods'
+            $ref: '#/definitions/MianBilltotalrevenue'
       responses:
         '200':
           description: Request was successful
@@ -14702,12 +16637,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainTotalgoods/count:
+  /MianBilltotalrevenues/count:
     get:
       tags:
-        - MainTotalgoods
+        - MianBilltotalrevenue
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainTotalgoods.count
+      operationId: MianBilltotalrevenue.count
       parameters:
         - name: where
           in: query
@@ -14725,12 +16660,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainTotalgoodsnums:
+  /MainVocations:
     post:
       tags:
-        - MainTotalgoodsnum
+        - MainVocation
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainTotalgoodsnum.create
+      operationId: MainVocation.create
       parameters:
         - name: data
           in: body
@@ -14738,20 +16673,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalgoodsnum'
+            $ref: '#/definitions/MainVocation'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalgoodsnum'
+            $ref: '#/definitions/MainVocation'
       deprecated: false
     patch:
       tags:
-        - MainTotalgoodsnum
+        - MainVocation
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalgoodsnum.patchOrCreate
+      operationId: MainVocation.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -14759,20 +16694,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalgoodsnum'
+            $ref: '#/definitions/MainVocation'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalgoodsnum'
+            $ref: '#/definitions/MainVocation'
       deprecated: false
     put:
       tags:
-        - MainTotalgoodsnum
+        - MainVocation
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalgoodsnum.replaceOrCreate__put_MainTotalgoodsnums
+      operationId: MainVocation.replaceOrCreate__put_MainVocations
       parameters:
         - name: data
           in: body
@@ -14780,18 +16715,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalgoodsnum'
+            $ref: '#/definitions/MainVocation'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalgoodsnum'
+            $ref: '#/definitions/MainVocation'
       deprecated: false
     get:
       tags:
-        - MainTotalgoodsnum
+        - MainVocation
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainTotalgoodsnum.find
+      operationId: MainVocation.find
       parameters:
         - name: filter
           in: query
@@ -14810,17 +16745,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainTotalgoodsnum'
+              $ref: '#/definitions/MainVocation'
       deprecated: false
-  /MainTotalgoodsnums/replaceOrCreate:
+  /MainVocations/replaceOrCreate:
     post:
       tags:
-        - MainTotalgoodsnum
+        - MainVocation
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: >-
-        MainTotalgoodsnum.replaceOrCreate__post_MainTotalgoodsnums_replaceOrCreate
+      operationId: MainVocation.replaceOrCreate__post_MainVocations_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -14828,21 +16762,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalgoodsnum'
+            $ref: '#/definitions/MainVocation'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalgoodsnum'
+            $ref: '#/definitions/MainVocation'
       deprecated: false
-  /MainTotalgoodsnums/upsertWithWhere:
+  /MainVocations/upsertWithWhere:
     post:
       tags:
-        - MainTotalgoodsnum
+        - MainVocation
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainTotalgoodsnum.upsertWithWhere
+      operationId: MainVocation.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -14856,19 +16790,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalgoodsnum'
+            $ref: '#/definitions/MainVocation'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalgoodsnum'
+            $ref: '#/definitions/MainVocation'
       deprecated: false
-  '/MainTotalgoodsnums/{id}/exists':
+  '/MainVocations/{id}/exists':
     get:
       tags:
-        - MainTotalgoodsnum
+        - MainVocation
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainTotalgoodsnum.exists__get_MainTotalgoodsnums_{id}_exists'
+      operationId: 'MainVocation.exists__get_MainVocations_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -14885,12 +16819,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainTotalgoodsnums/{id}':
+  '/MainVocations/{id}':
     head:
       tags:
-        - MainTotalgoodsnum
+        - MainVocation
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainTotalgoodsnum.exists__head_MainTotalgoodsnums_{id}'
+      operationId: 'MainVocation.exists__head_MainVocations_{id}'
       parameters:
         - name: id
           in: path
@@ -14909,9 +16843,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainTotalgoodsnum
+        - MainVocation
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainTotalgoodsnum.findById
+      operationId: MainVocation.findById
       parameters:
         - name: id
           in: path
@@ -14931,15 +16865,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalgoodsnum'
+            $ref: '#/definitions/MainVocation'
       deprecated: false
     put:
       tags:
-        - MainTotalgoodsnum
+        - MainVocation
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainTotalgoodsnum.replaceById__put_MainTotalgoodsnums_{id}'
+      operationId: 'MainVocation.replaceById__put_MainVocations_{id}'
       parameters:
         - name: id
           in: path
@@ -14953,18 +16887,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalgoodsnum'
+            $ref: '#/definitions/MainVocation'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalgoodsnum'
+            $ref: '#/definitions/MainVocation'
       deprecated: false
     delete:
       tags:
-        - MainTotalgoodsnum
+        - MainVocation
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainTotalgoodsnum.deleteById
+      operationId: MainVocation.deleteById
       parameters:
         - name: id
           in: path
@@ -14980,15 +16914,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainTotalgoodsnum
+        - MainVocation
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainTotalgoodsnum.prototype.patchAttributes
+      operationId: MainVocation.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainTotalgoodsnum id
+          description: MainVocation id
           required: true
           type: string
           format: JSON
@@ -14998,21 +16932,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalgoodsnum'
+            $ref: '#/definitions/MainVocation'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalgoodsnum'
+            $ref: '#/definitions/MainVocation'
       deprecated: false
-  '/MainTotalgoodsnums/{id}/replace':
+  '/MainVocations/{id}/replace':
     post:
       tags:
-        - MainTotalgoodsnum
+        - MainVocation
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainTotalgoodsnum.replaceById__post_MainTotalgoodsnums_{id}_replace'
+      operationId: 'MainVocation.replaceById__post_MainVocations_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -15026,19 +16960,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalgoodsnum'
+            $ref: '#/definitions/MainVocation'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalgoodsnum'
+            $ref: '#/definitions/MainVocation'
       deprecated: false
-  /MainTotalgoodsnums/findOne:
+  /MainVocations/findOne:
     get:
       tags:
-        - MainTotalgoodsnum
+        - MainVocation
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainTotalgoodsnum.findOne
+      operationId: MainVocation.findOne
       parameters:
         - name: filter
           in: query
@@ -15055,14 +16989,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalgoodsnum'
+            $ref: '#/definitions/MainVocation'
       deprecated: false
-  /MainTotalgoodsnums/update:
+  /MainVocations/update:
     post:
       tags:
-        - MainTotalgoodsnum
+        - MainVocation
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainTotalgoodsnum.updateAll
+      operationId: MainVocation.updateAll
       parameters:
         - name: where
           in: query
@@ -15076,7 +17010,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalgoodsnum'
+            $ref: '#/definitions/MainVocation'
       responses:
         '200':
           description: Request was successful
@@ -15089,12 +17023,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainTotalgoodsnums/count:
+  /MainVocations/count:
     get:
       tags:
-        - MainTotalgoodsnum
+        - MainVocation
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainTotalgoodsnum.count
+      operationId: MainVocation.count
       parameters:
         - name: where
           in: query
@@ -15112,12 +17046,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainTotalhosrevenues:
+  /MainTotalteachers:
     post:
       tags:
-        - MainTotalhosrevenue
+        - MainTotalteacher
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainTotalhosrevenue.create
+      operationId: MainTotalteacher.create
       parameters:
         - name: data
           in: body
@@ -15125,20 +17059,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalhosrevenue'
+            $ref: '#/definitions/MainTotalteacher'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalhosrevenue'
+            $ref: '#/definitions/MainTotalteacher'
       deprecated: false
     patch:
       tags:
-        - MainTotalhosrevenue
+        - MainTotalteacher
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalhosrevenue.patchOrCreate
+      operationId: MainTotalteacher.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -15146,20 +17080,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalhosrevenue'
+            $ref: '#/definitions/MainTotalteacher'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalhosrevenue'
+            $ref: '#/definitions/MainTotalteacher'
       deprecated: false
     put:
       tags:
-        - MainTotalhosrevenue
+        - MainTotalteacher
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalhosrevenue.replaceOrCreate__put_MainTotalhosrevenues
+      operationId: MainTotalteacher.replaceOrCreate__put_MainTotalteachers
       parameters:
         - name: data
           in: body
@@ -15167,18 +17101,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalhosrevenue'
+            $ref: '#/definitions/MainTotalteacher'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalhosrevenue'
+            $ref: '#/definitions/MainTotalteacher'
       deprecated: false
     get:
       tags:
-        - MainTotalhosrevenue
+        - MainTotalteacher
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainTotalhosrevenue.find
+      operationId: MainTotalteacher.find
       parameters:
         - name: filter
           in: query
@@ -15197,17 +17131,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainTotalhosrevenue'
+              $ref: '#/definitions/MainTotalteacher'
       deprecated: false
-  /MainTotalhosrevenues/replaceOrCreate:
+  /MainTotalteachers/replaceOrCreate:
     post:
       tags:
-        - MainTotalhosrevenue
+        - MainTotalteacher
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: >-
-        MainTotalhosrevenue.replaceOrCreate__post_MainTotalhosrevenues_replaceOrCreate
+      operationId: MainTotalteacher.replaceOrCreate__post_MainTotalteachers_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -15215,21 +17148,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalhosrevenue'
+            $ref: '#/definitions/MainTotalteacher'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalhosrevenue'
+            $ref: '#/definitions/MainTotalteacher'
       deprecated: false
-  /MainTotalhosrevenues/upsertWithWhere:
+  /MainTotalteachers/upsertWithWhere:
     post:
       tags:
-        - MainTotalhosrevenue
+        - MainTotalteacher
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainTotalhosrevenue.upsertWithWhere
+      operationId: MainTotalteacher.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -15243,19 +17176,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalhosrevenue'
+            $ref: '#/definitions/MainTotalteacher'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalhosrevenue'
+            $ref: '#/definitions/MainTotalteacher'
       deprecated: false
-  '/MainTotalhosrevenues/{id}/exists':
+  '/MainTotalteachers/{id}/exists':
     get:
       tags:
-        - MainTotalhosrevenue
+        - MainTotalteacher
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainTotalhosrevenue.exists__get_MainTotalhosrevenues_{id}_exists'
+      operationId: 'MainTotalteacher.exists__get_MainTotalteachers_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -15272,12 +17205,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainTotalhosrevenues/{id}':
+  '/MainTotalteachers/{id}':
     head:
       tags:
-        - MainTotalhosrevenue
+        - MainTotalteacher
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainTotalhosrevenue.exists__head_MainTotalhosrevenues_{id}'
+      operationId: 'MainTotalteacher.exists__head_MainTotalteachers_{id}'
       parameters:
         - name: id
           in: path
@@ -15296,9 +17229,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainTotalhosrevenue
+        - MainTotalteacher
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainTotalhosrevenue.findById
+      operationId: MainTotalteacher.findById
       parameters:
         - name: id
           in: path
@@ -15318,15 +17251,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalhosrevenue'
+            $ref: '#/definitions/MainTotalteacher'
       deprecated: false
     put:
       tags:
-        - MainTotalhosrevenue
+        - MainTotalteacher
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainTotalhosrevenue.replaceById__put_MainTotalhosrevenues_{id}'
+      operationId: 'MainTotalteacher.replaceById__put_MainTotalteachers_{id}'
       parameters:
         - name: id
           in: path
@@ -15340,18 +17273,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalhosrevenue'
+            $ref: '#/definitions/MainTotalteacher'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalhosrevenue'
+            $ref: '#/definitions/MainTotalteacher'
       deprecated: false
     delete:
       tags:
-        - MainTotalhosrevenue
+        - MainTotalteacher
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainTotalhosrevenue.deleteById
+      operationId: MainTotalteacher.deleteById
       parameters:
         - name: id
           in: path
@@ -15367,15 +17300,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainTotalhosrevenue
+        - MainTotalteacher
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainTotalhosrevenue.prototype.patchAttributes
+      operationId: MainTotalteacher.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainTotalhosrevenue id
+          description: MainTotalteacher id
           required: true
           type: string
           format: JSON
@@ -15385,21 +17318,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalhosrevenue'
+            $ref: '#/definitions/MainTotalteacher'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalhosrevenue'
+            $ref: '#/definitions/MainTotalteacher'
       deprecated: false
-  '/MainTotalhosrevenues/{id}/replace':
+  '/MainTotalteachers/{id}/replace':
     post:
       tags:
-        - MainTotalhosrevenue
+        - MainTotalteacher
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainTotalhosrevenue.replaceById__post_MainTotalhosrevenues_{id}_replace'
+      operationId: 'MainTotalteacher.replaceById__post_MainTotalteachers_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -15413,19 +17346,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalhosrevenue'
+            $ref: '#/definitions/MainTotalteacher'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalhosrevenue'
+            $ref: '#/definitions/MainTotalteacher'
       deprecated: false
-  /MainTotalhosrevenues/findOne:
+  /MainTotalteachers/findOne:
     get:
       tags:
-        - MainTotalhosrevenue
+        - MainTotalteacher
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainTotalhosrevenue.findOne
+      operationId: MainTotalteacher.findOne
       parameters:
         - name: filter
           in: query
@@ -15442,14 +17375,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalhosrevenue'
+            $ref: '#/definitions/MainTotalteacher'
       deprecated: false
-  /MainTotalhosrevenues/update:
+  /MainTotalteachers/update:
     post:
       tags:
-        - MainTotalhosrevenue
+        - MainTotalteacher
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainTotalhosrevenue.updateAll
+      operationId: MainTotalteacher.updateAll
       parameters:
         - name: where
           in: query
@@ -15463,7 +17396,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalhosrevenue'
+            $ref: '#/definitions/MainTotalteacher'
       responses:
         '200':
           description: Request was successful
@@ -15476,12 +17409,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainTotalhosrevenues/count:
+  /MainTotalteachers/count:
     get:
       tags:
-        - MainTotalhosrevenue
+        - MainTotalteacher
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainTotalhosrevenue.count
+      operationId: MainTotalteacher.count
       parameters:
         - name: where
           in: query
@@ -15499,12 +17432,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainTotalorders:
+  /MainTotalstudents:
     post:
       tags:
-        - MainTotalorder
+        - MainTotalstudent
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainTotalorder.create
+      operationId: MainTotalstudent.create
       parameters:
         - name: data
           in: body
@@ -15512,20 +17445,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalorder'
+            $ref: '#/definitions/MainTotalstudent'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalorder'
+            $ref: '#/definitions/MainTotalstudent'
       deprecated: false
     patch:
       tags:
-        - MainTotalorder
+        - MainTotalstudent
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalorder.patchOrCreate
+      operationId: MainTotalstudent.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -15533,20 +17466,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalorder'
+            $ref: '#/definitions/MainTotalstudent'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalorder'
+            $ref: '#/definitions/MainTotalstudent'
       deprecated: false
     put:
       tags:
-        - MainTotalorder
+        - MainTotalstudent
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalorder.replaceOrCreate__put_MainTotalorders
+      operationId: MainTotalstudent.replaceOrCreate__put_MainTotalstudents
       parameters:
         - name: data
           in: body
@@ -15554,18 +17487,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalorder'
+            $ref: '#/definitions/MainTotalstudent'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalorder'
+            $ref: '#/definitions/MainTotalstudent'
       deprecated: false
     get:
       tags:
-        - MainTotalorder
+        - MainTotalstudent
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainTotalorder.find
+      operationId: MainTotalstudent.find
       parameters:
         - name: filter
           in: query
@@ -15584,16 +17517,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainTotalorder'
+              $ref: '#/definitions/MainTotalstudent'
       deprecated: false
-  /MainTotalorders/replaceOrCreate:
+  /MainTotalstudents/replaceOrCreate:
     post:
       tags:
-        - MainTotalorder
+        - MainTotalstudent
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalorder.replaceOrCreate__post_MainTotalorders_replaceOrCreate
+      operationId: MainTotalstudent.replaceOrCreate__post_MainTotalstudents_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -15601,21 +17534,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalorder'
+            $ref: '#/definitions/MainTotalstudent'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalorder'
+            $ref: '#/definitions/MainTotalstudent'
       deprecated: false
-  /MainTotalorders/upsertWithWhere:
+  /MainTotalstudents/upsertWithWhere:
     post:
       tags:
-        - MainTotalorder
+        - MainTotalstudent
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainTotalorder.upsertWithWhere
+      operationId: MainTotalstudent.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -15629,19 +17562,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalorder'
+            $ref: '#/definitions/MainTotalstudent'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalorder'
+            $ref: '#/definitions/MainTotalstudent'
       deprecated: false
-  '/MainTotalorders/{id}/exists':
+  '/MainTotalstudents/{id}/exists':
     get:
       tags:
-        - MainTotalorder
+        - MainTotalstudent
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainTotalorder.exists__get_MainTotalorders_{id}_exists'
+      operationId: 'MainTotalstudent.exists__get_MainTotalstudents_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -15658,12 +17591,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainTotalorders/{id}':
+  '/MainTotalstudents/{id}':
     head:
       tags:
-        - MainTotalorder
+        - MainTotalstudent
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainTotalorder.exists__head_MainTotalorders_{id}'
+      operationId: 'MainTotalstudent.exists__head_MainTotalstudents_{id}'
       parameters:
         - name: id
           in: path
@@ -15682,9 +17615,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainTotalorder
+        - MainTotalstudent
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainTotalorder.findById
+      operationId: MainTotalstudent.findById
       parameters:
         - name: id
           in: path
@@ -15704,15 +17637,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalorder'
+            $ref: '#/definitions/MainTotalstudent'
       deprecated: false
     put:
       tags:
-        - MainTotalorder
+        - MainTotalstudent
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainTotalorder.replaceById__put_MainTotalorders_{id}'
+      operationId: 'MainTotalstudent.replaceById__put_MainTotalstudents_{id}'
       parameters:
         - name: id
           in: path
@@ -15726,18 +17659,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalorder'
+            $ref: '#/definitions/MainTotalstudent'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalorder'
+            $ref: '#/definitions/MainTotalstudent'
       deprecated: false
     delete:
       tags:
-        - MainTotalorder
+        - MainTotalstudent
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainTotalorder.deleteById
+      operationId: MainTotalstudent.deleteById
       parameters:
         - name: id
           in: path
@@ -15753,15 +17686,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainTotalorder
+        - MainTotalstudent
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainTotalorder.prototype.patchAttributes
+      operationId: MainTotalstudent.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainTotalorder id
+          description: MainTotalstudent id
           required: true
           type: string
           format: JSON
@@ -15771,21 +17704,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalorder'
+            $ref: '#/definitions/MainTotalstudent'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalorder'
+            $ref: '#/definitions/MainTotalstudent'
       deprecated: false
-  '/MainTotalorders/{id}/replace':
+  '/MainTotalstudents/{id}/replace':
     post:
       tags:
-        - MainTotalorder
+        - MainTotalstudent
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainTotalorder.replaceById__post_MainTotalorders_{id}_replace'
+      operationId: 'MainTotalstudent.replaceById__post_MainTotalstudents_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -15799,19 +17732,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalorder'
+            $ref: '#/definitions/MainTotalstudent'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalorder'
+            $ref: '#/definitions/MainTotalstudent'
       deprecated: false
-  /MainTotalorders/findOne:
+  /MainTotalstudents/findOne:
     get:
       tags:
-        - MainTotalorder
+        - MainTotalstudent
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainTotalorder.findOne
+      operationId: MainTotalstudent.findOne
       parameters:
         - name: filter
           in: query
@@ -15828,14 +17761,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalorder'
+            $ref: '#/definitions/MainTotalstudent'
       deprecated: false
-  /MainTotalorders/update:
+  /MainTotalstudents/update:
     post:
       tags:
-        - MainTotalorder
+        - MainTotalstudent
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainTotalorder.updateAll
+      operationId: MainTotalstudent.updateAll
       parameters:
         - name: where
           in: query
@@ -15849,7 +17782,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalorder'
+            $ref: '#/definitions/MainTotalstudent'
       responses:
         '200':
           description: Request was successful
@@ -15862,12 +17795,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainTotalorders/count:
+  /MainTotalstudents/count:
     get:
       tags:
-        - MainTotalorder
+        - MainTotalstudent
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainTotalorder.count
+      operationId: MainTotalstudent.count
       parameters:
         - name: where
           in: query
@@ -15885,12 +17818,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MianFofflineteachers:
+  /MainRevenuetopeights:
     post:
       tags:
-        - MianFofflineteachers
+        - MainRevenuetopeight
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MianFofflineteachers.create
+      operationId: MainRevenuetopeight.create
       parameters:
         - name: data
           in: body
@@ -15898,20 +17831,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MianFofflineteachers'
+            $ref: '#/definitions/MainRevenuetopeight'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MianFofflineteachers'
+            $ref: '#/definitions/MainRevenuetopeight'
       deprecated: false
     patch:
       tags:
-        - MianFofflineteachers
+        - MainRevenuetopeight
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MianFofflineteachers.patchOrCreate
+      operationId: MainRevenuetopeight.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -15919,20 +17852,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MianFofflineteachers'
+            $ref: '#/definitions/MainRevenuetopeight'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MianFofflineteachers'
+            $ref: '#/definitions/MainRevenuetopeight'
       deprecated: false
     put:
       tags:
-        - MianFofflineteachers
+        - MainRevenuetopeight
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MianFofflineteachers.replaceOrCreate__put_MianFofflineteachers
+      operationId: MainRevenuetopeight.replaceOrCreate__put_MainRevenuetopeights
       parameters:
         - name: data
           in: body
@@ -15940,18 +17873,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MianFofflineteachers'
+            $ref: '#/definitions/MainRevenuetopeight'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MianFofflineteachers'
+            $ref: '#/definitions/MainRevenuetopeight'
       deprecated: false
     get:
       tags:
-        - MianFofflineteachers
+        - MainRevenuetopeight
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MianFofflineteachers.find
+      operationId: MainRevenuetopeight.find
       parameters:
         - name: filter
           in: query
@@ -15970,17 +17903,17 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MianFofflineteachers'
+              $ref: '#/definitions/MainRevenuetopeight'
       deprecated: false
-  /MianFofflineteachers/replaceOrCreate:
+  /MainRevenuetopeights/replaceOrCreate:
     post:
       tags:
-        - MianFofflineteachers
+        - MainRevenuetopeight
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
       operationId: >-
-        MianFofflineteachers.replaceOrCreate__post_MianFofflineteachers_replaceOrCreate
+        MainRevenuetopeight.replaceOrCreate__post_MainRevenuetopeights_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -15988,21 +17921,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MianFofflineteachers'
+            $ref: '#/definitions/MainRevenuetopeight'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MianFofflineteachers'
+            $ref: '#/definitions/MainRevenuetopeight'
       deprecated: false
-  /MianFofflineteachers/upsertWithWhere:
+  /MainRevenuetopeights/upsertWithWhere:
     post:
       tags:
-        - MianFofflineteachers
+        - MainRevenuetopeight
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MianFofflineteachers.upsertWithWhere
+      operationId: MainRevenuetopeight.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -16016,19 +17949,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MianFofflineteachers'
+            $ref: '#/definitions/MainRevenuetopeight'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MianFofflineteachers'
+            $ref: '#/definitions/MainRevenuetopeight'
       deprecated: false
-  '/MianFofflineteachers/{id}/exists':
+  '/MainRevenuetopeights/{id}/exists':
     get:
       tags:
-        - MianFofflineteachers
+        - MainRevenuetopeight
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MianFofflineteachers.exists__get_MianFofflineteachers_{id}_exists'
+      operationId: 'MainRevenuetopeight.exists__get_MainRevenuetopeights_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -16045,12 +17978,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MianFofflineteachers/{id}':
+  '/MainRevenuetopeights/{id}':
     head:
       tags:
-        - MianFofflineteachers
+        - MainRevenuetopeight
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MianFofflineteachers.exists__head_MianFofflineteachers_{id}'
+      operationId: 'MainRevenuetopeight.exists__head_MainRevenuetopeights_{id}'
       parameters:
         - name: id
           in: path
@@ -16069,9 +18002,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MianFofflineteachers
+        - MainRevenuetopeight
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MianFofflineteachers.findById
+      operationId: MainRevenuetopeight.findById
       parameters:
         - name: id
           in: path
@@ -16091,15 +18024,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MianFofflineteachers'
+            $ref: '#/definitions/MainRevenuetopeight'
       deprecated: false
     put:
       tags:
-        - MianFofflineteachers
+        - MainRevenuetopeight
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MianFofflineteachers.replaceById__put_MianFofflineteachers_{id}'
+      operationId: 'MainRevenuetopeight.replaceById__put_MainRevenuetopeights_{id}'
       parameters:
         - name: id
           in: path
@@ -16113,18 +18046,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MianFofflineteachers'
+            $ref: '#/definitions/MainRevenuetopeight'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MianFofflineteachers'
+            $ref: '#/definitions/MainRevenuetopeight'
       deprecated: false
     delete:
       tags:
-        - MianFofflineteachers
+        - MainRevenuetopeight
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MianFofflineteachers.deleteById
+      operationId: MainRevenuetopeight.deleteById
       parameters:
         - name: id
           in: path
@@ -16140,15 +18073,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MianFofflineteachers
+        - MainRevenuetopeight
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MianFofflineteachers.prototype.patchAttributes
+      operationId: MainRevenuetopeight.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MianFofflineteachers id
+          description: MainRevenuetopeight id
           required: true
           type: string
           format: JSON
@@ -16158,21 +18091,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MianFofflineteachers'
+            $ref: '#/definitions/MainRevenuetopeight'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MianFofflineteachers'
+            $ref: '#/definitions/MainRevenuetopeight'
       deprecated: false
-  '/MianFofflineteachers/{id}/replace':
+  '/MainRevenuetopeights/{id}/replace':
     post:
       tags:
-        - MianFofflineteachers
+        - MainRevenuetopeight
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MianFofflineteachers.replaceById__post_MianFofflineteachers_{id}_replace'
+      operationId: 'MainRevenuetopeight.replaceById__post_MainRevenuetopeights_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -16186,19 +18119,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MianFofflineteachers'
+            $ref: '#/definitions/MainRevenuetopeight'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MianFofflineteachers'
+            $ref: '#/definitions/MainRevenuetopeight'
       deprecated: false
-  /MianFofflineteachers/findOne:
+  /MainRevenuetopeights/findOne:
     get:
       tags:
-        - MianFofflineteachers
+        - MainRevenuetopeight
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MianFofflineteachers.findOne
+      operationId: MainRevenuetopeight.findOne
       parameters:
         - name: filter
           in: query
@@ -16215,14 +18148,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MianFofflineteachers'
+            $ref: '#/definitions/MainRevenuetopeight'
       deprecated: false
-  /MianFofflineteachers/update:
+  /MainRevenuetopeights/update:
     post:
       tags:
-        - MianFofflineteachers
+        - MainRevenuetopeight
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MianFofflineteachers.updateAll
+      operationId: MainRevenuetopeight.updateAll
       parameters:
         - name: where
           in: query
@@ -16236,7 +18169,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MianFofflineteachers'
+            $ref: '#/definitions/MainRevenuetopeight'
       responses:
         '200':
           description: Request was successful
@@ -16249,12 +18182,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MianFofflineteachers/count:
+  /MainRevenuetopeights/count:
     get:
       tags:
-        - MianFofflineteachers
+        - MainRevenuetopeight
       summary: Count instances of the model matched by where from the data source.
-      operationId: MianFofflineteachers.count
+      operationId: MainRevenuetopeight.count
       parameters:
         - name: where
           in: query
@@ -16272,12 +18205,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainTotalrevenues:
+  /MainVrorders:
     post:
       tags:
-        - MainTotalrevenue
+        - MainVrorder
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainTotalrevenue.create
+      operationId: MainVrorder.create
       parameters:
         - name: data
           in: body
@@ -16285,20 +18218,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalrevenue'
+            $ref: '#/definitions/MainVrorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalrevenue'
+            $ref: '#/definitions/MainVrorder'
       deprecated: false
     patch:
       tags:
-        - MainTotalrevenue
+        - MainVrorder
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalrevenue.patchOrCreate
+      operationId: MainVrorder.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -16306,20 +18239,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalrevenue'
+            $ref: '#/definitions/MainVrorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalrevenue'
+            $ref: '#/definitions/MainVrorder'
       deprecated: false
     put:
       tags:
-        - MainTotalrevenue
+        - MainVrorder
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalrevenue.replaceOrCreate__put_MainTotalrevenues
+      operationId: MainVrorder.replaceOrCreate__put_MainVrorders
       parameters:
         - name: data
           in: body
@@ -16327,18 +18260,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalrevenue'
+            $ref: '#/definitions/MainVrorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalrevenue'
+            $ref: '#/definitions/MainVrorder'
       deprecated: false
     get:
       tags:
-        - MainTotalrevenue
+        - MainVrorder
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainTotalrevenue.find
+      operationId: MainVrorder.find
       parameters:
         - name: filter
           in: query
@@ -16357,16 +18290,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainTotalrevenue'
+              $ref: '#/definitions/MainVrorder'
       deprecated: false
-  /MainTotalrevenues/replaceOrCreate:
+  /MainVrorders/replaceOrCreate:
     post:
       tags:
-        - MainTotalrevenue
+        - MainVrorder
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalrevenue.replaceOrCreate__post_MainTotalrevenues_replaceOrCreate
+      operationId: MainVrorder.replaceOrCreate__post_MainVrorders_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -16374,21 +18307,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalrevenue'
+            $ref: '#/definitions/MainVrorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalrevenue'
+            $ref: '#/definitions/MainVrorder'
       deprecated: false
-  /MainTotalrevenues/upsertWithWhere:
+  /MainVrorders/upsertWithWhere:
     post:
       tags:
-        - MainTotalrevenue
+        - MainVrorder
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainTotalrevenue.upsertWithWhere
+      operationId: MainVrorder.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -16402,19 +18335,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalrevenue'
+            $ref: '#/definitions/MainVrorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalrevenue'
+            $ref: '#/definitions/MainVrorder'
       deprecated: false
-  '/MainTotalrevenues/{id}/exists':
+  '/MainVrorders/{id}/exists':
     get:
       tags:
-        - MainTotalrevenue
+        - MainVrorder
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainTotalrevenue.exists__get_MainTotalrevenues_{id}_exists'
+      operationId: 'MainVrorder.exists__get_MainVrorders_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -16431,12 +18364,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainTotalrevenues/{id}':
+  '/MainVrorders/{id}':
     head:
       tags:
-        - MainTotalrevenue
+        - MainVrorder
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainTotalrevenue.exists__head_MainTotalrevenues_{id}'
+      operationId: 'MainVrorder.exists__head_MainVrorders_{id}'
       parameters:
         - name: id
           in: path
@@ -16455,9 +18388,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainTotalrevenue
+        - MainVrorder
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainTotalrevenue.findById
+      operationId: MainVrorder.findById
       parameters:
         - name: id
           in: path
@@ -16477,15 +18410,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalrevenue'
+            $ref: '#/definitions/MainVrorder'
       deprecated: false
     put:
       tags:
-        - MainTotalrevenue
+        - MainVrorder
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainTotalrevenue.replaceById__put_MainTotalrevenues_{id}'
+      operationId: 'MainVrorder.replaceById__put_MainVrorders_{id}'
       parameters:
         - name: id
           in: path
@@ -16499,18 +18432,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalrevenue'
+            $ref: '#/definitions/MainVrorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalrevenue'
+            $ref: '#/definitions/MainVrorder'
       deprecated: false
     delete:
       tags:
-        - MainTotalrevenue
+        - MainVrorder
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainTotalrevenue.deleteById
+      operationId: MainVrorder.deleteById
       parameters:
         - name: id
           in: path
@@ -16526,15 +18459,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainTotalrevenue
+        - MainVrorder
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainTotalrevenue.prototype.patchAttributes
+      operationId: MainVrorder.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainTotalrevenue id
+          description: MainVrorder id
           required: true
           type: string
           format: JSON
@@ -16544,21 +18477,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalrevenue'
+            $ref: '#/definitions/MainVrorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalrevenue'
+            $ref: '#/definitions/MainVrorder'
       deprecated: false
-  '/MainTotalrevenues/{id}/replace':
+  '/MainVrorders/{id}/replace':
     post:
       tags:
-        - MainTotalrevenue
+        - MainVrorder
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainTotalrevenue.replaceById__post_MainTotalrevenues_{id}_replace'
+      operationId: 'MainVrorder.replaceById__post_MainVrorders_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -16572,19 +18505,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalrevenue'
+            $ref: '#/definitions/MainVrorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalrevenue'
+            $ref: '#/definitions/MainVrorder'
       deprecated: false
-  /MainTotalrevenues/findOne:
+  /MainVrorders/findOne:
     get:
       tags:
-        - MainTotalrevenue
+        - MainVrorder
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainTotalrevenue.findOne
+      operationId: MainVrorder.findOne
       parameters:
         - name: filter
           in: query
@@ -16601,14 +18534,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalrevenue'
+            $ref: '#/definitions/MainVrorder'
       deprecated: false
-  /MainTotalrevenues/update:
+  /MainVrorders/update:
     post:
       tags:
-        - MainTotalrevenue
+        - MainVrorder
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainTotalrevenue.updateAll
+      operationId: MainVrorder.updateAll
       parameters:
         - name: where
           in: query
@@ -16622,7 +18555,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalrevenue'
+            $ref: '#/definitions/MainVrorder'
       responses:
         '200':
           description: Request was successful
@@ -16635,12 +18568,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainTotalrevenues/count:
+  /MainVrorders/count:
     get:
       tags:
-        - MainTotalrevenue
+        - MainVrorder
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainTotalrevenue.count
+      operationId: MainVrorder.count
       parameters:
         - name: where
           in: query
@@ -16658,12 +18591,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MianBilltotalrevenues:
+  /MainVrrevenues:
     post:
       tags:
-        - MianBilltotalrevenue
+        - MainVrrevenue
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MianBilltotalrevenue.create
+      operationId: MainVrrevenue.create
       parameters:
         - name: data
           in: body
@@ -16671,20 +18604,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MianBilltotalrevenue'
+            $ref: '#/definitions/MainVrrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MianBilltotalrevenue'
+            $ref: '#/definitions/MainVrrevenue'
       deprecated: false
     patch:
       tags:
-        - MianBilltotalrevenue
+        - MainVrrevenue
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MianBilltotalrevenue.patchOrCreate
+      operationId: MainVrrevenue.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -16692,20 +18625,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MianBilltotalrevenue'
+            $ref: '#/definitions/MainVrrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MianBilltotalrevenue'
+            $ref: '#/definitions/MainVrrevenue'
       deprecated: false
     put:
       tags:
-        - MianBilltotalrevenue
+        - MainVrrevenue
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MianBilltotalrevenue.replaceOrCreate__put_MianBilltotalrevenues
+      operationId: MainVrrevenue.replaceOrCreate__put_MainVrrevenues
       parameters:
         - name: data
           in: body
@@ -16713,18 +18646,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MianBilltotalrevenue'
+            $ref: '#/definitions/MainVrrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MianBilltotalrevenue'
+            $ref: '#/definitions/MainVrrevenue'
       deprecated: false
     get:
       tags:
-        - MianBilltotalrevenue
+        - MainVrrevenue
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MianBilltotalrevenue.find
+      operationId: MainVrrevenue.find
       parameters:
         - name: filter
           in: query
@@ -16743,17 +18676,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MianBilltotalrevenue'
+              $ref: '#/definitions/MainVrrevenue'
       deprecated: false
-  /MianBilltotalrevenues/replaceOrCreate:
+  /MainVrrevenues/replaceOrCreate:
     post:
       tags:
-        - MianBilltotalrevenue
+        - MainVrrevenue
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: >-
-        MianBilltotalrevenue.replaceOrCreate__post_MianBilltotalrevenues_replaceOrCreate
+      operationId: MainVrrevenue.replaceOrCreate__post_MainVrrevenues_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -16761,21 +18693,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MianBilltotalrevenue'
+            $ref: '#/definitions/MainVrrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MianBilltotalrevenue'
+            $ref: '#/definitions/MainVrrevenue'
       deprecated: false
-  /MianBilltotalrevenues/upsertWithWhere:
+  /MainVrrevenues/upsertWithWhere:
     post:
       tags:
-        - MianBilltotalrevenue
+        - MainVrrevenue
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MianBilltotalrevenue.upsertWithWhere
+      operationId: MainVrrevenue.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -16789,19 +18721,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MianBilltotalrevenue'
+            $ref: '#/definitions/MainVrrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MianBilltotalrevenue'
+            $ref: '#/definitions/MainVrrevenue'
       deprecated: false
-  '/MianBilltotalrevenues/{id}/exists':
+  '/MainVrrevenues/{id}/exists':
     get:
       tags:
-        - MianBilltotalrevenue
+        - MainVrrevenue
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MianBilltotalrevenue.exists__get_MianBilltotalrevenues_{id}_exists'
+      operationId: 'MainVrrevenue.exists__get_MainVrrevenues_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -16818,12 +18750,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MianBilltotalrevenues/{id}':
+  '/MainVrrevenues/{id}':
     head:
       tags:
-        - MianBilltotalrevenue
+        - MainVrrevenue
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MianBilltotalrevenue.exists__head_MianBilltotalrevenues_{id}'
+      operationId: 'MainVrrevenue.exists__head_MainVrrevenues_{id}'
       parameters:
         - name: id
           in: path
@@ -16842,9 +18774,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MianBilltotalrevenue
+        - MainVrrevenue
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MianBilltotalrevenue.findById
+      operationId: MainVrrevenue.findById
       parameters:
         - name: id
           in: path
@@ -16864,15 +18796,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MianBilltotalrevenue'
+            $ref: '#/definitions/MainVrrevenue'
       deprecated: false
     put:
       tags:
-        - MianBilltotalrevenue
+        - MainVrrevenue
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MianBilltotalrevenue.replaceById__put_MianBilltotalrevenues_{id}'
+      operationId: 'MainVrrevenue.replaceById__put_MainVrrevenues_{id}'
       parameters:
         - name: id
           in: path
@@ -16886,18 +18818,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MianBilltotalrevenue'
+            $ref: '#/definitions/MainVrrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MianBilltotalrevenue'
+            $ref: '#/definitions/MainVrrevenue'
       deprecated: false
     delete:
       tags:
-        - MianBilltotalrevenue
+        - MainVrrevenue
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MianBilltotalrevenue.deleteById
+      operationId: MainVrrevenue.deleteById
       parameters:
         - name: id
           in: path
@@ -16913,15 +18845,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MianBilltotalrevenue
+        - MainVrrevenue
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MianBilltotalrevenue.prototype.patchAttributes
+      operationId: MainVrrevenue.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MianBilltotalrevenue id
+          description: MainVrrevenue id
           required: true
           type: string
           format: JSON
@@ -16931,22 +18863,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MianBilltotalrevenue'
+            $ref: '#/definitions/MainVrrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MianBilltotalrevenue'
+            $ref: '#/definitions/MainVrrevenue'
       deprecated: false
-  '/MianBilltotalrevenues/{id}/replace':
+  '/MainVrrevenues/{id}/replace':
     post:
       tags:
-        - MianBilltotalrevenue
+        - MainVrrevenue
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: >-
-        MianBilltotalrevenue.replaceById__post_MianBilltotalrevenues_{id}_replace
+      operationId: 'MainVrrevenue.replaceById__post_MainVrrevenues_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -16960,19 +18891,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MianBilltotalrevenue'
+            $ref: '#/definitions/MainVrrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MianBilltotalrevenue'
+            $ref: '#/definitions/MainVrrevenue'
       deprecated: false
-  /MianBilltotalrevenues/findOne:
+  /MainVrrevenues/findOne:
     get:
       tags:
-        - MianBilltotalrevenue
+        - MainVrrevenue
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MianBilltotalrevenue.findOne
+      operationId: MainVrrevenue.findOne
       parameters:
         - name: filter
           in: query
@@ -16989,14 +18920,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MianBilltotalrevenue'
+            $ref: '#/definitions/MainVrrevenue'
       deprecated: false
-  /MianBilltotalrevenues/update:
+  /MainVrrevenues/update:
     post:
       tags:
-        - MianBilltotalrevenue
+        - MainVrrevenue
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MianBilltotalrevenue.updateAll
+      operationId: MainVrrevenue.updateAll
       parameters:
         - name: where
           in: query
@@ -17010,7 +18941,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MianBilltotalrevenue'
+            $ref: '#/definitions/MainVrrevenue'
       responses:
         '200':
           description: Request was successful
@@ -17023,12 +18954,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MianBilltotalrevenues/count:
+  /MainVrrevenues/count:
     get:
       tags:
-        - MianBilltotalrevenue
+        - MainVrrevenue
       summary: Count instances of the model matched by where from the data source.
-      operationId: MianBilltotalrevenue.count
+      operationId: MainVrrevenue.count
       parameters:
         - name: where
           in: query
@@ -17046,12 +18977,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainVocations:
+  /Mains:
     post:
       tags:
-        - MainVocation
+        - Main
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainVocation.create
+      operationId: Main.create
       parameters:
         - name: data
           in: body
@@ -17059,20 +18990,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainVocation'
+            $ref: '#/definitions/Main'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVocation'
+            $ref: '#/definitions/Main'
       deprecated: false
     patch:
       tags:
-        - MainVocation
+        - Main
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainVocation.patchOrCreate
+      operationId: Main.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -17080,20 +19011,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainVocation'
+            $ref: '#/definitions/Main'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVocation'
+            $ref: '#/definitions/Main'
       deprecated: false
     put:
       tags:
-        - MainVocation
+        - Main
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainVocation.replaceOrCreate__put_MainVocations
+      operationId: Main.replaceOrCreate__put_Mains
       parameters:
         - name: data
           in: body
@@ -17101,18 +19032,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainVocation'
+            $ref: '#/definitions/Main'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVocation'
+            $ref: '#/definitions/Main'
       deprecated: false
     get:
       tags:
-        - MainVocation
+        - Main
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainVocation.find
+      operationId: Main.find
       parameters:
         - name: filter
           in: query
@@ -17131,16 +19062,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainVocation'
+              $ref: '#/definitions/Main'
       deprecated: false
-  /MainVocations/replaceOrCreate:
+  /Mains/replaceOrCreate:
     post:
       tags:
-        - MainVocation
+        - Main
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainVocation.replaceOrCreate__post_MainVocations_replaceOrCreate
+      operationId: Main.replaceOrCreate__post_Mains_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -17148,21 +19079,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainVocation'
+            $ref: '#/definitions/Main'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVocation'
+            $ref: '#/definitions/Main'
       deprecated: false
-  /MainVocations/upsertWithWhere:
+  /Mains/upsertWithWhere:
     post:
       tags:
-        - MainVocation
+        - Main
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainVocation.upsertWithWhere
+      operationId: Main.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -17176,19 +19107,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainVocation'
+            $ref: '#/definitions/Main'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVocation'
+            $ref: '#/definitions/Main'
       deprecated: false
-  '/MainVocations/{id}/exists':
+  '/Mains/{id}/exists':
     get:
       tags:
-        - MainVocation
+        - Main
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainVocation.exists__get_MainVocations_{id}_exists'
+      operationId: 'Main.exists__get_Mains_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -17205,12 +19136,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainVocations/{id}':
+  '/Mains/{id}':
     head:
       tags:
-        - MainVocation
+        - Main
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainVocation.exists__head_MainVocations_{id}'
+      operationId: 'Main.exists__head_Mains_{id}'
       parameters:
         - name: id
           in: path
@@ -17229,9 +19160,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainVocation
+        - Main
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainVocation.findById
+      operationId: Main.findById
       parameters:
         - name: id
           in: path
@@ -17251,15 +19182,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVocation'
+            $ref: '#/definitions/Main'
       deprecated: false
     put:
       tags:
-        - MainVocation
+        - Main
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainVocation.replaceById__put_MainVocations_{id}'
+      operationId: 'Main.replaceById__put_Mains_{id}'
       parameters:
         - name: id
           in: path
@@ -17273,18 +19204,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainVocation'
+            $ref: '#/definitions/Main'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVocation'
+            $ref: '#/definitions/Main'
       deprecated: false
     delete:
       tags:
-        - MainVocation
+        - Main
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainVocation.deleteById
+      operationId: Main.deleteById
       parameters:
         - name: id
           in: path
@@ -17300,15 +19231,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainVocation
+        - Main
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainVocation.prototype.patchAttributes
+      operationId: Main.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainVocation id
+          description: Main id
           required: true
           type: string
           format: JSON
@@ -17318,21 +19249,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainVocation'
+            $ref: '#/definitions/Main'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVocation'
+            $ref: '#/definitions/Main'
       deprecated: false
-  '/MainVocations/{id}/replace':
+  '/Mains/{id}/replace':
     post:
       tags:
-        - MainVocation
+        - Main
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainVocation.replaceById__post_MainVocations_{id}_replace'
+      operationId: 'Main.replaceById__post_Mains_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -17346,19 +19277,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainVocation'
+            $ref: '#/definitions/Main'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVocation'
+            $ref: '#/definitions/Main'
       deprecated: false
-  /MainVocations/findOne:
+  /Mains/findOne:
     get:
       tags:
-        - MainVocation
+        - Main
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainVocation.findOne
+      operationId: Main.findOne
       parameters:
         - name: filter
           in: query
@@ -17375,14 +19306,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVocation'
+            $ref: '#/definitions/Main'
       deprecated: false
-  /MainVocations/update:
+  /Mains/update:
     post:
       tags:
-        - MainVocation
+        - Main
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainVocation.updateAll
+      operationId: Main.updateAll
       parameters:
         - name: where
           in: query
@@ -17396,7 +19327,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainVocation'
+            $ref: '#/definitions/Main'
       responses:
         '200':
           description: Request was successful
@@ -17409,12 +19340,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainVocations/count:
+  /Mains/count:
     get:
       tags:
-        - MainVocation
+        - Main
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainVocation.count
+      operationId: Main.count
       parameters:
         - name: where
           in: query
@@ -17432,12 +19363,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainTotalteachers:
+  /InterVrorders:
     post:
       tags:
-        - MainTotalteacher
+        - InterVrorder
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainTotalteacher.create
+      operationId: InterVrorder.create
       parameters:
         - name: data
           in: body
@@ -17445,20 +19376,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalteacher'
+            $ref: '#/definitions/InterVrorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalteacher'
+            $ref: '#/definitions/InterVrorder'
       deprecated: false
     patch:
       tags:
-        - MainTotalteacher
+        - InterVrorder
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalteacher.patchOrCreate
+      operationId: InterVrorder.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -17466,20 +19397,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalteacher'
+            $ref: '#/definitions/InterVrorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalteacher'
+            $ref: '#/definitions/InterVrorder'
       deprecated: false
     put:
       tags:
-        - MainTotalteacher
+        - InterVrorder
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalteacher.replaceOrCreate__put_MainTotalteachers
+      operationId: InterVrorder.replaceOrCreate__put_InterVrorders
       parameters:
         - name: data
           in: body
@@ -17487,18 +19418,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalteacher'
+            $ref: '#/definitions/InterVrorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalteacher'
+            $ref: '#/definitions/InterVrorder'
       deprecated: false
     get:
       tags:
-        - MainTotalteacher
+        - InterVrorder
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainTotalteacher.find
+      operationId: InterVrorder.find
       parameters:
         - name: filter
           in: query
@@ -17517,16 +19448,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainTotalteacher'
+              $ref: '#/definitions/InterVrorder'
       deprecated: false
-  /MainTotalteachers/replaceOrCreate:
+  /InterVrorders/replaceOrCreate:
     post:
       tags:
-        - MainTotalteacher
+        - InterVrorder
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalteacher.replaceOrCreate__post_MainTotalteachers_replaceOrCreate
+      operationId: InterVrorder.replaceOrCreate__post_InterVrorders_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -17534,21 +19465,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalteacher'
+            $ref: '#/definitions/InterVrorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalteacher'
+            $ref: '#/definitions/InterVrorder'
       deprecated: false
-  /MainTotalteachers/upsertWithWhere:
+  /InterVrorders/upsertWithWhere:
     post:
       tags:
-        - MainTotalteacher
+        - InterVrorder
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainTotalteacher.upsertWithWhere
+      operationId: InterVrorder.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -17562,19 +19493,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalteacher'
+            $ref: '#/definitions/InterVrorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalteacher'
+            $ref: '#/definitions/InterVrorder'
       deprecated: false
-  '/MainTotalteachers/{id}/exists':
+  '/InterVrorders/{id}/exists':
     get:
       tags:
-        - MainTotalteacher
+        - InterVrorder
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainTotalteacher.exists__get_MainTotalteachers_{id}_exists'
+      operationId: 'InterVrorder.exists__get_InterVrorders_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -17591,12 +19522,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainTotalteachers/{id}':
+  '/InterVrorders/{id}':
     head:
       tags:
-        - MainTotalteacher
+        - InterVrorder
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainTotalteacher.exists__head_MainTotalteachers_{id}'
+      operationId: 'InterVrorder.exists__head_InterVrorders_{id}'
       parameters:
         - name: id
           in: path
@@ -17615,9 +19546,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainTotalteacher
+        - InterVrorder
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainTotalteacher.findById
+      operationId: InterVrorder.findById
       parameters:
         - name: id
           in: path
@@ -17637,15 +19568,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalteacher'
+            $ref: '#/definitions/InterVrorder'
       deprecated: false
     put:
       tags:
-        - MainTotalteacher
+        - InterVrorder
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainTotalteacher.replaceById__put_MainTotalteachers_{id}'
+      operationId: 'InterVrorder.replaceById__put_InterVrorders_{id}'
       parameters:
         - name: id
           in: path
@@ -17659,18 +19590,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalteacher'
+            $ref: '#/definitions/InterVrorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalteacher'
+            $ref: '#/definitions/InterVrorder'
       deprecated: false
     delete:
       tags:
-        - MainTotalteacher
+        - InterVrorder
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainTotalteacher.deleteById
+      operationId: InterVrorder.deleteById
       parameters:
         - name: id
           in: path
@@ -17686,15 +19617,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainTotalteacher
+        - InterVrorder
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainTotalteacher.prototype.patchAttributes
+      operationId: InterVrorder.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainTotalteacher id
+          description: InterVrorder id
           required: true
           type: string
           format: JSON
@@ -17704,21 +19635,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalteacher'
+            $ref: '#/definitions/InterVrorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalteacher'
+            $ref: '#/definitions/InterVrorder'
       deprecated: false
-  '/MainTotalteachers/{id}/replace':
+  '/InterVrorders/{id}/replace':
     post:
       tags:
-        - MainTotalteacher
+        - InterVrorder
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainTotalteacher.replaceById__post_MainTotalteachers_{id}_replace'
+      operationId: 'InterVrorder.replaceById__post_InterVrorders_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -17732,19 +19663,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalteacher'
+            $ref: '#/definitions/InterVrorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalteacher'
+            $ref: '#/definitions/InterVrorder'
       deprecated: false
-  /MainTotalteachers/findOne:
+  /InterVrorders/findOne:
     get:
       tags:
-        - MainTotalteacher
+        - InterVrorder
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainTotalteacher.findOne
+      operationId: InterVrorder.findOne
       parameters:
         - name: filter
           in: query
@@ -17761,14 +19692,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalteacher'
+            $ref: '#/definitions/InterVrorder'
       deprecated: false
-  /MainTotalteachers/update:
+  /InterVrorders/update:
     post:
       tags:
-        - MainTotalteacher
+        - InterVrorder
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainTotalteacher.updateAll
+      operationId: InterVrorder.updateAll
       parameters:
         - name: where
           in: query
@@ -17782,7 +19713,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalteacher'
+            $ref: '#/definitions/InterVrorder'
       responses:
         '200':
           description: Request was successful
@@ -17795,12 +19726,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainTotalteachers/count:
+  /InterVrorders/count:
     get:
       tags:
-        - MainTotalteacher
+        - InterVrorder
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainTotalteacher.count
+      operationId: InterVrorder.count
       parameters:
         - name: where
           in: query
@@ -17818,12 +19749,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainTotalstudents:
+  /InterEntityorders:
     post:
       tags:
-        - MainTotalstudent
+        - InterEntityorder
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainTotalstudent.create
+      operationId: InterEntityorder.create
       parameters:
         - name: data
           in: body
@@ -17831,20 +19762,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalstudent'
+            $ref: '#/definitions/InterEntityorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalstudent'
+            $ref: '#/definitions/InterEntityorder'
       deprecated: false
     patch:
       tags:
-        - MainTotalstudent
+        - InterEntityorder
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalstudent.patchOrCreate
+      operationId: InterEntityorder.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -17852,20 +19783,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalstudent'
+            $ref: '#/definitions/InterEntityorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalstudent'
+            $ref: '#/definitions/InterEntityorder'
       deprecated: false
     put:
       tags:
-        - MainTotalstudent
+        - InterEntityorder
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalstudent.replaceOrCreate__put_MainTotalstudents
+      operationId: InterEntityorder.replaceOrCreate__put_InterEntityorders
       parameters:
         - name: data
           in: body
@@ -17873,18 +19804,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalstudent'
+            $ref: '#/definitions/InterEntityorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalstudent'
+            $ref: '#/definitions/InterEntityorder'
       deprecated: false
     get:
       tags:
-        - MainTotalstudent
+        - InterEntityorder
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainTotalstudent.find
+      operationId: InterEntityorder.find
       parameters:
         - name: filter
           in: query
@@ -17903,16 +19834,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainTotalstudent'
+              $ref: '#/definitions/InterEntityorder'
       deprecated: false
-  /MainTotalstudents/replaceOrCreate:
+  /InterEntityorders/replaceOrCreate:
     post:
       tags:
-        - MainTotalstudent
+        - InterEntityorder
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainTotalstudent.replaceOrCreate__post_MainTotalstudents_replaceOrCreate
+      operationId: InterEntityorder.replaceOrCreate__post_InterEntityorders_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -17920,21 +19851,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalstudent'
+            $ref: '#/definitions/InterEntityorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalstudent'
+            $ref: '#/definitions/InterEntityorder'
       deprecated: false
-  /MainTotalstudents/upsertWithWhere:
+  /InterEntityorders/upsertWithWhere:
     post:
       tags:
-        - MainTotalstudent
+        - InterEntityorder
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainTotalstudent.upsertWithWhere
+      operationId: InterEntityorder.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -17948,19 +19879,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalstudent'
+            $ref: '#/definitions/InterEntityorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalstudent'
+            $ref: '#/definitions/InterEntityorder'
       deprecated: false
-  '/MainTotalstudents/{id}/exists':
+  '/InterEntityorders/{id}/exists':
     get:
       tags:
-        - MainTotalstudent
+        - InterEntityorder
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainTotalstudent.exists__get_MainTotalstudents_{id}_exists'
+      operationId: 'InterEntityorder.exists__get_InterEntityorders_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -17977,12 +19908,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainTotalstudents/{id}':
+  '/InterEntityorders/{id}':
     head:
       tags:
-        - MainTotalstudent
+        - InterEntityorder
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainTotalstudent.exists__head_MainTotalstudents_{id}'
+      operationId: 'InterEntityorder.exists__head_InterEntityorders_{id}'
       parameters:
         - name: id
           in: path
@@ -18001,9 +19932,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainTotalstudent
+        - InterEntityorder
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainTotalstudent.findById
+      operationId: InterEntityorder.findById
       parameters:
         - name: id
           in: path
@@ -18023,15 +19954,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalstudent'
+            $ref: '#/definitions/InterEntityorder'
       deprecated: false
     put:
       tags:
-        - MainTotalstudent
+        - InterEntityorder
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainTotalstudent.replaceById__put_MainTotalstudents_{id}'
+      operationId: 'InterEntityorder.replaceById__put_InterEntityorders_{id}'
       parameters:
         - name: id
           in: path
@@ -18045,18 +19976,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalstudent'
+            $ref: '#/definitions/InterEntityorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalstudent'
+            $ref: '#/definitions/InterEntityorder'
       deprecated: false
     delete:
       tags:
-        - MainTotalstudent
+        - InterEntityorder
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainTotalstudent.deleteById
+      operationId: InterEntityorder.deleteById
       parameters:
         - name: id
           in: path
@@ -18072,15 +20003,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainTotalstudent
+        - InterEntityorder
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainTotalstudent.prototype.patchAttributes
+      operationId: InterEntityorder.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainTotalstudent id
+          description: InterEntityorder id
           required: true
           type: string
           format: JSON
@@ -18090,21 +20021,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalstudent'
+            $ref: '#/definitions/InterEntityorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalstudent'
+            $ref: '#/definitions/InterEntityorder'
       deprecated: false
-  '/MainTotalstudents/{id}/replace':
+  '/InterEntityorders/{id}/replace':
     post:
       tags:
-        - MainTotalstudent
+        - InterEntityorder
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainTotalstudent.replaceById__post_MainTotalstudents_{id}_replace'
+      operationId: 'InterEntityorder.replaceById__post_InterEntityorders_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -18118,19 +20049,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainTotalstudent'
+            $ref: '#/definitions/InterEntityorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalstudent'
+            $ref: '#/definitions/InterEntityorder'
       deprecated: false
-  /MainTotalstudents/findOne:
+  /InterEntityorders/findOne:
     get:
       tags:
-        - MainTotalstudent
+        - InterEntityorder
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainTotalstudent.findOne
+      operationId: InterEntityorder.findOne
       parameters:
         - name: filter
           in: query
@@ -18147,14 +20078,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainTotalstudent'
+            $ref: '#/definitions/InterEntityorder'
       deprecated: false
-  /MainTotalstudents/update:
+  /InterEntityorders/update:
     post:
       tags:
-        - MainTotalstudent
+        - InterEntityorder
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainTotalstudent.updateAll
+      operationId: InterEntityorder.updateAll
       parameters:
         - name: where
           in: query
@@ -18168,7 +20099,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainTotalstudent'
+            $ref: '#/definitions/InterEntityorder'
       responses:
         '200':
           description: Request was successful
@@ -18181,12 +20112,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainTotalstudents/count:
+  /InterEntityorders/count:
     get:
       tags:
-        - MainTotalstudent
+        - InterEntityorder
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainTotalstudent.count
+      operationId: InterEntityorder.count
       parameters:
         - name: where
           in: query
@@ -18204,12 +20135,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainRevenuetopeights:
+  /MainEachmonths:
     post:
       tags:
-        - MainRevenuetopeight
+        - MainEachmonth
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainRevenuetopeight.create
+      operationId: MainEachmonth.create
       parameters:
         - name: data
           in: body
@@ -18217,20 +20148,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainRevenuetopeight'
+            $ref: '#/definitions/MainEachmonth'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRevenuetopeight'
+            $ref: '#/definitions/MainEachmonth'
       deprecated: false
     patch:
       tags:
-        - MainRevenuetopeight
+        - MainEachmonth
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainRevenuetopeight.patchOrCreate
+      operationId: MainEachmonth.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -18238,20 +20169,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainRevenuetopeight'
+            $ref: '#/definitions/MainEachmonth'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRevenuetopeight'
+            $ref: '#/definitions/MainEachmonth'
       deprecated: false
     put:
       tags:
-        - MainRevenuetopeight
+        - MainEachmonth
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainRevenuetopeight.replaceOrCreate__put_MainRevenuetopeights
+      operationId: MainEachmonth.replaceOrCreate__put_MainEachmonths
       parameters:
         - name: data
           in: body
@@ -18259,18 +20190,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainRevenuetopeight'
+            $ref: '#/definitions/MainEachmonth'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRevenuetopeight'
+            $ref: '#/definitions/MainEachmonth'
       deprecated: false
     get:
       tags:
-        - MainRevenuetopeight
+        - MainEachmonth
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainRevenuetopeight.find
+      operationId: MainEachmonth.find
       parameters:
         - name: filter
           in: query
@@ -18289,17 +20220,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainRevenuetopeight'
+              $ref: '#/definitions/MainEachmonth'
       deprecated: false
-  /MainRevenuetopeights/replaceOrCreate:
+  /MainEachmonths/replaceOrCreate:
     post:
       tags:
-        - MainRevenuetopeight
+        - MainEachmonth
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: >-
-        MainRevenuetopeight.replaceOrCreate__post_MainRevenuetopeights_replaceOrCreate
+      operationId: MainEachmonth.replaceOrCreate__post_MainEachmonths_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -18307,21 +20237,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainRevenuetopeight'
+            $ref: '#/definitions/MainEachmonth'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRevenuetopeight'
+            $ref: '#/definitions/MainEachmonth'
       deprecated: false
-  /MainRevenuetopeights/upsertWithWhere:
+  /MainEachmonths/upsertWithWhere:
     post:
       tags:
-        - MainRevenuetopeight
+        - MainEachmonth
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainRevenuetopeight.upsertWithWhere
+      operationId: MainEachmonth.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -18335,19 +20265,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainRevenuetopeight'
+            $ref: '#/definitions/MainEachmonth'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRevenuetopeight'
+            $ref: '#/definitions/MainEachmonth'
       deprecated: false
-  '/MainRevenuetopeights/{id}/exists':
+  '/MainEachmonths/{id}/exists':
     get:
       tags:
-        - MainRevenuetopeight
+        - MainEachmonth
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainRevenuetopeight.exists__get_MainRevenuetopeights_{id}_exists'
+      operationId: 'MainEachmonth.exists__get_MainEachmonths_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -18364,12 +20294,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainRevenuetopeights/{id}':
+  '/MainEachmonths/{id}':
     head:
       tags:
-        - MainRevenuetopeight
+        - MainEachmonth
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainRevenuetopeight.exists__head_MainRevenuetopeights_{id}'
+      operationId: 'MainEachmonth.exists__head_MainEachmonths_{id}'
       parameters:
         - name: id
           in: path
@@ -18388,9 +20318,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainRevenuetopeight
+        - MainEachmonth
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainRevenuetopeight.findById
+      operationId: MainEachmonth.findById
       parameters:
         - name: id
           in: path
@@ -18410,15 +20340,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRevenuetopeight'
+            $ref: '#/definitions/MainEachmonth'
       deprecated: false
     put:
       tags:
-        - MainRevenuetopeight
+        - MainEachmonth
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainRevenuetopeight.replaceById__put_MainRevenuetopeights_{id}'
+      operationId: 'MainEachmonth.replaceById__put_MainEachmonths_{id}'
       parameters:
         - name: id
           in: path
@@ -18432,18 +20362,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainRevenuetopeight'
+            $ref: '#/definitions/MainEachmonth'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRevenuetopeight'
+            $ref: '#/definitions/MainEachmonth'
       deprecated: false
     delete:
       tags:
-        - MainRevenuetopeight
+        - MainEachmonth
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainRevenuetopeight.deleteById
+      operationId: MainEachmonth.deleteById
       parameters:
         - name: id
           in: path
@@ -18459,15 +20389,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainRevenuetopeight
+        - MainEachmonth
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainRevenuetopeight.prototype.patchAttributes
+      operationId: MainEachmonth.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainRevenuetopeight id
+          description: MainEachmonth id
           required: true
           type: string
           format: JSON
@@ -18477,21 +20407,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainRevenuetopeight'
+            $ref: '#/definitions/MainEachmonth'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRevenuetopeight'
+            $ref: '#/definitions/MainEachmonth'
       deprecated: false
-  '/MainRevenuetopeights/{id}/replace':
+  '/MainEachmonths/{id}/replace':
     post:
       tags:
-        - MainRevenuetopeight
+        - MainEachmonth
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainRevenuetopeight.replaceById__post_MainRevenuetopeights_{id}_replace'
+      operationId: 'MainEachmonth.replaceById__post_MainEachmonths_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -18505,19 +20435,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainRevenuetopeight'
+            $ref: '#/definitions/MainEachmonth'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRevenuetopeight'
+            $ref: '#/definitions/MainEachmonth'
       deprecated: false
-  /MainRevenuetopeights/findOne:
+  /MainEachmonths/findOne:
     get:
       tags:
-        - MainRevenuetopeight
+        - MainEachmonth
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainRevenuetopeight.findOne
+      operationId: MainEachmonth.findOne
       parameters:
         - name: filter
           in: query
@@ -18534,14 +20464,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainRevenuetopeight'
+            $ref: '#/definitions/MainEachmonth'
       deprecated: false
-  /MainRevenuetopeights/update:
+  /MainEachmonths/update:
     post:
       tags:
-        - MainRevenuetopeight
+        - MainEachmonth
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainRevenuetopeight.updateAll
+      operationId: MainEachmonth.updateAll
       parameters:
         - name: where
           in: query
@@ -18555,7 +20485,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainRevenuetopeight'
+            $ref: '#/definitions/MainEachmonth'
       responses:
         '200':
           description: Request was successful
@@ -18568,12 +20498,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainRevenuetopeights/count:
+  /MainEachmonths/count:
     get:
       tags:
-        - MainRevenuetopeight
+        - MainEachmonth
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainRevenuetopeight.count
+      operationId: MainEachmonth.count
       parameters:
         - name: where
           in: query
@@ -18591,12 +20521,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainVrorders:
+  /HosEachareabudgets:
     post:
       tags:
-        - MainVrorder
+        - HosEachareabudget
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainVrorder.create
+      operationId: HosEachareabudget.create
       parameters:
         - name: data
           in: body
@@ -18604,20 +20534,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainVrorder'
+            $ref: '#/definitions/HosEachareabudget'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVrorder'
+            $ref: '#/definitions/HosEachareabudget'
       deprecated: false
     patch:
       tags:
-        - MainVrorder
+        - HosEachareabudget
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainVrorder.patchOrCreate
+      operationId: HosEachareabudget.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -18625,20 +20555,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainVrorder'
+            $ref: '#/definitions/HosEachareabudget'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVrorder'
+            $ref: '#/definitions/HosEachareabudget'
       deprecated: false
     put:
       tags:
-        - MainVrorder
+        - HosEachareabudget
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainVrorder.replaceOrCreate__put_MainVrorders
+      operationId: HosEachareabudget.replaceOrCreate__put_HosEachareabudgets
       parameters:
         - name: data
           in: body
@@ -18646,18 +20576,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainVrorder'
+            $ref: '#/definitions/HosEachareabudget'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVrorder'
+            $ref: '#/definitions/HosEachareabudget'
       deprecated: false
     get:
       tags:
-        - MainVrorder
+        - HosEachareabudget
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainVrorder.find
+      operationId: HosEachareabudget.find
       parameters:
         - name: filter
           in: query
@@ -18676,16 +20606,17 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainVrorder'
+              $ref: '#/definitions/HosEachareabudget'
       deprecated: false
-  /MainVrorders/replaceOrCreate:
+  /HosEachareabudgets/replaceOrCreate:
     post:
       tags:
-        - MainVrorder
+        - HosEachareabudget
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainVrorder.replaceOrCreate__post_MainVrorders_replaceOrCreate
+      operationId: >-
+        HosEachareabudget.replaceOrCreate__post_HosEachareabudgets_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -18693,21 +20624,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainVrorder'
+            $ref: '#/definitions/HosEachareabudget'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVrorder'
+            $ref: '#/definitions/HosEachareabudget'
       deprecated: false
-  /MainVrorders/upsertWithWhere:
+  /HosEachareabudgets/upsertWithWhere:
     post:
       tags:
-        - MainVrorder
+        - HosEachareabudget
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainVrorder.upsertWithWhere
+      operationId: HosEachareabudget.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -18721,19 +20652,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainVrorder'
+            $ref: '#/definitions/HosEachareabudget'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVrorder'
+            $ref: '#/definitions/HosEachareabudget'
       deprecated: false
-  '/MainVrorders/{id}/exists':
+  '/HosEachareabudgets/{id}/exists':
     get:
       tags:
-        - MainVrorder
+        - HosEachareabudget
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainVrorder.exists__get_MainVrorders_{id}_exists'
+      operationId: 'HosEachareabudget.exists__get_HosEachareabudgets_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -18750,12 +20681,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainVrorders/{id}':
+  '/HosEachareabudgets/{id}':
     head:
       tags:
-        - MainVrorder
+        - HosEachareabudget
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainVrorder.exists__head_MainVrorders_{id}'
+      operationId: 'HosEachareabudget.exists__head_HosEachareabudgets_{id}'
       parameters:
         - name: id
           in: path
@@ -18774,9 +20705,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainVrorder
+        - HosEachareabudget
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainVrorder.findById
+      operationId: HosEachareabudget.findById
       parameters:
         - name: id
           in: path
@@ -18796,15 +20727,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVrorder'
+            $ref: '#/definitions/HosEachareabudget'
       deprecated: false
     put:
       tags:
-        - MainVrorder
+        - HosEachareabudget
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainVrorder.replaceById__put_MainVrorders_{id}'
+      operationId: 'HosEachareabudget.replaceById__put_HosEachareabudgets_{id}'
       parameters:
         - name: id
           in: path
@@ -18818,18 +20749,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainVrorder'
+            $ref: '#/definitions/HosEachareabudget'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVrorder'
+            $ref: '#/definitions/HosEachareabudget'
       deprecated: false
     delete:
       tags:
-        - MainVrorder
+        - HosEachareabudget
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainVrorder.deleteById
+      operationId: HosEachareabudget.deleteById
       parameters:
         - name: id
           in: path
@@ -18845,15 +20776,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainVrorder
+        - HosEachareabudget
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainVrorder.prototype.patchAttributes
+      operationId: HosEachareabudget.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainVrorder id
+          description: HosEachareabudget id
           required: true
           type: string
           format: JSON
@@ -18863,21 +20794,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainVrorder'
+            $ref: '#/definitions/HosEachareabudget'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVrorder'
+            $ref: '#/definitions/HosEachareabudget'
       deprecated: false
-  '/MainVrorders/{id}/replace':
+  '/HosEachareabudgets/{id}/replace':
     post:
       tags:
-        - MainVrorder
+        - HosEachareabudget
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainVrorder.replaceById__post_MainVrorders_{id}_replace'
+      operationId: 'HosEachareabudget.replaceById__post_HosEachareabudgets_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -18891,19 +20822,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainVrorder'
+            $ref: '#/definitions/HosEachareabudget'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVrorder'
+            $ref: '#/definitions/HosEachareabudget'
       deprecated: false
-  /MainVrorders/findOne:
+  /HosEachareabudgets/findOne:
     get:
       tags:
-        - MainVrorder
+        - HosEachareabudget
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainVrorder.findOne
+      operationId: HosEachareabudget.findOne
       parameters:
         - name: filter
           in: query
@@ -18920,14 +20851,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVrorder'
+            $ref: '#/definitions/HosEachareabudget'
       deprecated: false
-  /MainVrorders/update:
+  /HosEachareabudgets/update:
     post:
       tags:
-        - MainVrorder
+        - HosEachareabudget
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainVrorder.updateAll
+      operationId: HosEachareabudget.updateAll
       parameters:
         - name: where
           in: query
@@ -18941,7 +20872,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainVrorder'
+            $ref: '#/definitions/HosEachareabudget'
       responses:
         '200':
           description: Request was successful
@@ -18954,12 +20885,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainVrorders/count:
+  /HosEachareabudgets/count:
     get:
       tags:
-        - MainVrorder
+        - HosEachareabudget
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainVrorder.count
+      operationId: HosEachareabudget.count
       parameters:
         - name: where
           in: query
@@ -18977,12 +20908,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainVrrevenues:
+  /HosEachareacases:
     post:
       tags:
-        - MainVrrevenue
+        - HosEachareacase
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainVrrevenue.create
+      operationId: HosEachareacase.create
       parameters:
         - name: data
           in: body
@@ -18990,20 +20921,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainVrrevenue'
+            $ref: '#/definitions/HosEachareacase'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVrrevenue'
+            $ref: '#/definitions/HosEachareacase'
       deprecated: false
     patch:
       tags:
-        - MainVrrevenue
+        - HosEachareacase
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainVrrevenue.patchOrCreate
+      operationId: HosEachareacase.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -19011,20 +20942,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainVrrevenue'
+            $ref: '#/definitions/HosEachareacase'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVrrevenue'
+            $ref: '#/definitions/HosEachareacase'
       deprecated: false
     put:
       tags:
-        - MainVrrevenue
+        - HosEachareacase
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainVrrevenue.replaceOrCreate__put_MainVrrevenues
+      operationId: HosEachareacase.replaceOrCreate__put_HosEachareacases
       parameters:
         - name: data
           in: body
@@ -19032,18 +20963,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainVrrevenue'
+            $ref: '#/definitions/HosEachareacase'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVrrevenue'
+            $ref: '#/definitions/HosEachareacase'
       deprecated: false
     get:
       tags:
-        - MainVrrevenue
+        - HosEachareacase
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainVrrevenue.find
+      operationId: HosEachareacase.find
       parameters:
         - name: filter
           in: query
@@ -19062,16 +20993,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainVrrevenue'
+              $ref: '#/definitions/HosEachareacase'
       deprecated: false
-  /MainVrrevenues/replaceOrCreate:
+  /HosEachareacases/replaceOrCreate:
     post:
       tags:
-        - MainVrrevenue
+        - HosEachareacase
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainVrrevenue.replaceOrCreate__post_MainVrrevenues_replaceOrCreate
+      operationId: HosEachareacase.replaceOrCreate__post_HosEachareacases_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -19079,21 +21010,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainVrrevenue'
+            $ref: '#/definitions/HosEachareacase'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVrrevenue'
+            $ref: '#/definitions/HosEachareacase'
       deprecated: false
-  /MainVrrevenues/upsertWithWhere:
+  /HosEachareacases/upsertWithWhere:
     post:
       tags:
-        - MainVrrevenue
+        - HosEachareacase
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainVrrevenue.upsertWithWhere
+      operationId: HosEachareacase.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -19107,19 +21038,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainVrrevenue'
+            $ref: '#/definitions/HosEachareacase'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVrrevenue'
+            $ref: '#/definitions/HosEachareacase'
       deprecated: false
-  '/MainVrrevenues/{id}/exists':
+  '/HosEachareacases/{id}/exists':
     get:
       tags:
-        - MainVrrevenue
+        - HosEachareacase
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainVrrevenue.exists__get_MainVrrevenues_{id}_exists'
+      operationId: 'HosEachareacase.exists__get_HosEachareacases_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -19136,12 +21067,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainVrrevenues/{id}':
+  '/HosEachareacases/{id}':
     head:
       tags:
-        - MainVrrevenue
+        - HosEachareacase
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainVrrevenue.exists__head_MainVrrevenues_{id}'
+      operationId: 'HosEachareacase.exists__head_HosEachareacases_{id}'
       parameters:
         - name: id
           in: path
@@ -19160,9 +21091,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainVrrevenue
+        - HosEachareacase
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainVrrevenue.findById
+      operationId: HosEachareacase.findById
       parameters:
         - name: id
           in: path
@@ -19182,15 +21113,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVrrevenue'
+            $ref: '#/definitions/HosEachareacase'
       deprecated: false
     put:
       tags:
-        - MainVrrevenue
+        - HosEachareacase
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainVrrevenue.replaceById__put_MainVrrevenues_{id}'
+      operationId: 'HosEachareacase.replaceById__put_HosEachareacases_{id}'
       parameters:
         - name: id
           in: path
@@ -19204,18 +21135,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainVrrevenue'
+            $ref: '#/definitions/HosEachareacase'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVrrevenue'
+            $ref: '#/definitions/HosEachareacase'
       deprecated: false
     delete:
       tags:
-        - MainVrrevenue
+        - HosEachareacase
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainVrrevenue.deleteById
+      operationId: HosEachareacase.deleteById
       parameters:
         - name: id
           in: path
@@ -19231,15 +21162,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainVrrevenue
+        - HosEachareacase
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainVrrevenue.prototype.patchAttributes
+      operationId: HosEachareacase.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainVrrevenue id
+          description: HosEachareacase id
           required: true
           type: string
           format: JSON
@@ -19249,21 +21180,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainVrrevenue'
+            $ref: '#/definitions/HosEachareacase'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVrrevenue'
+            $ref: '#/definitions/HosEachareacase'
       deprecated: false
-  '/MainVrrevenues/{id}/replace':
+  '/HosEachareacases/{id}/replace':
     post:
       tags:
-        - MainVrrevenue
+        - HosEachareacase
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainVrrevenue.replaceById__post_MainVrrevenues_{id}_replace'
+      operationId: 'HosEachareacase.replaceById__post_HosEachareacases_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -19277,19 +21208,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainVrrevenue'
+            $ref: '#/definitions/HosEachareacase'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVrrevenue'
+            $ref: '#/definitions/HosEachareacase'
       deprecated: false
-  /MainVrrevenues/findOne:
+  /HosEachareacases/findOne:
     get:
       tags:
-        - MainVrrevenue
+        - HosEachareacase
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainVrrevenue.findOne
+      operationId: HosEachareacase.findOne
       parameters:
         - name: filter
           in: query
@@ -19306,14 +21237,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainVrrevenue'
+            $ref: '#/definitions/HosEachareacase'
       deprecated: false
-  /MainVrrevenues/update:
+  /HosEachareacases/update:
     post:
       tags:
-        - MainVrrevenue
+        - HosEachareacase
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainVrrevenue.updateAll
+      operationId: HosEachareacase.updateAll
       parameters:
         - name: where
           in: query
@@ -19327,7 +21258,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainVrrevenue'
+            $ref: '#/definitions/HosEachareacase'
       responses:
         '200':
           description: Request was successful
@@ -19340,12 +21271,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainVrrevenues/count:
+  /HosEachareacases/count:
     get:
       tags:
-        - MainVrrevenue
+        - HosEachareacase
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainVrrevenue.count
+      operationId: HosEachareacase.count
       parameters:
         - name: where
           in: query
@@ -19363,12 +21294,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /Mains:
+  /HosEacharearevenues:
     post:
       tags:
-        - Main
+        - HosEacharearevenue
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: Main.create
+      operationId: HosEacharearevenue.create
       parameters:
         - name: data
           in: body
@@ -19376,20 +21307,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/Main'
+            $ref: '#/definitions/HosEacharearevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/Main'
+            $ref: '#/definitions/HosEacharearevenue'
       deprecated: false
     patch:
       tags:
-        - Main
+        - HosEacharearevenue
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: Main.patchOrCreate
+      operationId: HosEacharearevenue.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -19397,20 +21328,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/Main'
+            $ref: '#/definitions/HosEacharearevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/Main'
+            $ref: '#/definitions/HosEacharearevenue'
       deprecated: false
     put:
       tags:
-        - Main
+        - HosEacharearevenue
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: Main.replaceOrCreate__put_Mains
+      operationId: HosEacharearevenue.replaceOrCreate__put_HosEacharearevenues
       parameters:
         - name: data
           in: body
@@ -19418,18 +21349,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/Main'
+            $ref: '#/definitions/HosEacharearevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/Main'
+            $ref: '#/definitions/HosEacharearevenue'
       deprecated: false
     get:
       tags:
-        - Main
+        - HosEacharearevenue
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: Main.find
+      operationId: HosEacharearevenue.find
       parameters:
         - name: filter
           in: query
@@ -19448,16 +21379,17 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/Main'
+              $ref: '#/definitions/HosEacharearevenue'
       deprecated: false
-  /Mains/replaceOrCreate:
+  /HosEacharearevenues/replaceOrCreate:
     post:
       tags:
-        - Main
+        - HosEacharearevenue
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: Main.replaceOrCreate__post_Mains_replaceOrCreate
+      operationId: >-
+        HosEacharearevenue.replaceOrCreate__post_HosEacharearevenues_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -19465,21 +21397,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/Main'
+            $ref: '#/definitions/HosEacharearevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/Main'
+            $ref: '#/definitions/HosEacharearevenue'
       deprecated: false
-  /Mains/upsertWithWhere:
+  /HosEacharearevenues/upsertWithWhere:
     post:
       tags:
-        - Main
+        - HosEacharearevenue
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: Main.upsertWithWhere
+      operationId: HosEacharearevenue.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -19493,19 +21425,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/Main'
+            $ref: '#/definitions/HosEacharearevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/Main'
+            $ref: '#/definitions/HosEacharearevenue'
       deprecated: false
-  '/Mains/{id}/exists':
+  '/HosEacharearevenues/{id}/exists':
     get:
       tags:
-        - Main
+        - HosEacharearevenue
       summary: Check whether a model instance exists in the data source.
-      operationId: 'Main.exists__get_Mains_{id}_exists'
+      operationId: 'HosEacharearevenue.exists__get_HosEacharearevenues_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -19522,12 +21454,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/Mains/{id}':
+  '/HosEacharearevenues/{id}':
     head:
       tags:
-        - Main
+        - HosEacharearevenue
       summary: Check whether a model instance exists in the data source.
-      operationId: 'Main.exists__head_Mains_{id}'
+      operationId: 'HosEacharearevenue.exists__head_HosEacharearevenues_{id}'
       parameters:
         - name: id
           in: path
@@ -19546,9 +21478,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - Main
+        - HosEacharearevenue
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: Main.findById
+      operationId: HosEacharearevenue.findById
       parameters:
         - name: id
           in: path
@@ -19568,15 +21500,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/Main'
+            $ref: '#/definitions/HosEacharearevenue'
       deprecated: false
     put:
       tags:
-        - Main
+        - HosEacharearevenue
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'Main.replaceById__put_Mains_{id}'
+      operationId: 'HosEacharearevenue.replaceById__put_HosEacharearevenues_{id}'
       parameters:
         - name: id
           in: path
@@ -19590,18 +21522,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/Main'
+            $ref: '#/definitions/HosEacharearevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/Main'
+            $ref: '#/definitions/HosEacharearevenue'
       deprecated: false
     delete:
       tags:
-        - Main
+        - HosEacharearevenue
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: Main.deleteById
+      operationId: HosEacharearevenue.deleteById
       parameters:
         - name: id
           in: path
@@ -19617,15 +21549,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - Main
+        - HosEacharearevenue
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: Main.prototype.patchAttributes
+      operationId: HosEacharearevenue.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: Main id
+          description: HosEacharearevenue id
           required: true
           type: string
           format: JSON
@@ -19635,21 +21567,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/Main'
+            $ref: '#/definitions/HosEacharearevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/Main'
+            $ref: '#/definitions/HosEacharearevenue'
       deprecated: false
-  '/Mains/{id}/replace':
+  '/HosEacharearevenues/{id}/replace':
     post:
       tags:
-        - Main
+        - HosEacharearevenue
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'Main.replaceById__post_Mains_{id}_replace'
+      operationId: 'HosEacharearevenue.replaceById__post_HosEacharearevenues_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -19663,19 +21595,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/Main'
+            $ref: '#/definitions/HosEacharearevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/Main'
+            $ref: '#/definitions/HosEacharearevenue'
       deprecated: false
-  /Mains/findOne:
+  /HosEacharearevenues/findOne:
     get:
       tags:
-        - Main
+        - HosEacharearevenue
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: Main.findOne
+      operationId: HosEacharearevenue.findOne
       parameters:
         - name: filter
           in: query
@@ -19692,14 +21624,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/Main'
+            $ref: '#/definitions/HosEacharearevenue'
       deprecated: false
-  /Mains/update:
+  /HosEacharearevenues/update:
     post:
       tags:
-        - Main
+        - HosEacharearevenue
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: Main.updateAll
+      operationId: HosEacharearevenue.updateAll
       parameters:
         - name: where
           in: query
@@ -19713,7 +21645,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/Main'
+            $ref: '#/definitions/HosEacharearevenue'
       responses:
         '200':
           description: Request was successful
@@ -19726,12 +21658,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /Mains/count:
+  /HosEacharearevenues/count:
     get:
       tags:
-        - Main
+        - HosEacharearevenue
       summary: Count instances of the model matched by where from the data source.
-      operationId: Main.count
+      operationId: HosEacharearevenue.count
       parameters:
         - name: where
           in: query
@@ -19749,12 +21681,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /InterVrorders:
+  /HosEachrevenues:
     post:
       tags:
-        - InterVrorder
+        - HosEachrevenue
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: InterVrorder.create
+      operationId: HosEachrevenue.create
       parameters:
         - name: data
           in: body
@@ -19762,20 +21694,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/InterVrorder'
+            $ref: '#/definitions/HosEachrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/InterVrorder'
+            $ref: '#/definitions/HosEachrevenue'
       deprecated: false
     patch:
       tags:
-        - InterVrorder
+        - HosEachrevenue
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: InterVrorder.patchOrCreate
+      operationId: HosEachrevenue.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -19783,20 +21715,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/InterVrorder'
+            $ref: '#/definitions/HosEachrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/InterVrorder'
+            $ref: '#/definitions/HosEachrevenue'
       deprecated: false
     put:
       tags:
-        - InterVrorder
+        - HosEachrevenue
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: InterVrorder.replaceOrCreate__put_InterVrorders
+      operationId: HosEachrevenue.replaceOrCreate__put_HosEachrevenues
       parameters:
         - name: data
           in: body
@@ -19804,18 +21736,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/InterVrorder'
+            $ref: '#/definitions/HosEachrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/InterVrorder'
+            $ref: '#/definitions/HosEachrevenue'
       deprecated: false
     get:
       tags:
-        - InterVrorder
+        - HosEachrevenue
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: InterVrorder.find
+      operationId: HosEachrevenue.find
       parameters:
         - name: filter
           in: query
@@ -19834,16 +21766,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/InterVrorder'
+              $ref: '#/definitions/HosEachrevenue'
       deprecated: false
-  /InterVrorders/replaceOrCreate:
+  /HosEachrevenues/replaceOrCreate:
     post:
       tags:
-        - InterVrorder
+        - HosEachrevenue
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: InterVrorder.replaceOrCreate__post_InterVrorders_replaceOrCreate
+      operationId: HosEachrevenue.replaceOrCreate__post_HosEachrevenues_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -19851,21 +21783,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/InterVrorder'
+            $ref: '#/definitions/HosEachrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/InterVrorder'
+            $ref: '#/definitions/HosEachrevenue'
       deprecated: false
-  /InterVrorders/upsertWithWhere:
+  /HosEachrevenues/upsertWithWhere:
     post:
       tags:
-        - InterVrorder
+        - HosEachrevenue
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: InterVrorder.upsertWithWhere
+      operationId: HosEachrevenue.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -19879,19 +21811,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/InterVrorder'
+            $ref: '#/definitions/HosEachrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/InterVrorder'
+            $ref: '#/definitions/HosEachrevenue'
       deprecated: false
-  '/InterVrorders/{id}/exists':
+  '/HosEachrevenues/{id}/exists':
     get:
       tags:
-        - InterVrorder
+        - HosEachrevenue
       summary: Check whether a model instance exists in the data source.
-      operationId: 'InterVrorder.exists__get_InterVrorders_{id}_exists'
+      operationId: 'HosEachrevenue.exists__get_HosEachrevenues_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -19908,12 +21840,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/InterVrorders/{id}':
+  '/HosEachrevenues/{id}':
     head:
       tags:
-        - InterVrorder
+        - HosEachrevenue
       summary: Check whether a model instance exists in the data source.
-      operationId: 'InterVrorder.exists__head_InterVrorders_{id}'
+      operationId: 'HosEachrevenue.exists__head_HosEachrevenues_{id}'
       parameters:
         - name: id
           in: path
@@ -19932,9 +21864,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - InterVrorder
+        - HosEachrevenue
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: InterVrorder.findById
+      operationId: HosEachrevenue.findById
       parameters:
         - name: id
           in: path
@@ -19954,15 +21886,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/InterVrorder'
+            $ref: '#/definitions/HosEachrevenue'
       deprecated: false
     put:
       tags:
-        - InterVrorder
+        - HosEachrevenue
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'InterVrorder.replaceById__put_InterVrorders_{id}'
+      operationId: 'HosEachrevenue.replaceById__put_HosEachrevenues_{id}'
       parameters:
         - name: id
           in: path
@@ -19976,18 +21908,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/InterVrorder'
+            $ref: '#/definitions/HosEachrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/InterVrorder'
+            $ref: '#/definitions/HosEachrevenue'
       deprecated: false
     delete:
       tags:
-        - InterVrorder
+        - HosEachrevenue
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: InterVrorder.deleteById
+      operationId: HosEachrevenue.deleteById
       parameters:
         - name: id
           in: path
@@ -20003,15 +21935,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - InterVrorder
+        - HosEachrevenue
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: InterVrorder.prototype.patchAttributes
+      operationId: HosEachrevenue.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: InterVrorder id
+          description: HosEachrevenue id
           required: true
           type: string
           format: JSON
@@ -20021,21 +21953,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/InterVrorder'
+            $ref: '#/definitions/HosEachrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/InterVrorder'
+            $ref: '#/definitions/HosEachrevenue'
       deprecated: false
-  '/InterVrorders/{id}/replace':
+  '/HosEachrevenues/{id}/replace':
     post:
       tags:
-        - InterVrorder
+        - HosEachrevenue
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'InterVrorder.replaceById__post_InterVrorders_{id}_replace'
+      operationId: 'HosEachrevenue.replaceById__post_HosEachrevenues_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -20049,19 +21981,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/InterVrorder'
+            $ref: '#/definitions/HosEachrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/InterVrorder'
+            $ref: '#/definitions/HosEachrevenue'
       deprecated: false
-  /InterVrorders/findOne:
+  /HosEachrevenues/findOne:
     get:
       tags:
-        - InterVrorder
+        - HosEachrevenue
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: InterVrorder.findOne
+      operationId: HosEachrevenue.findOne
       parameters:
         - name: filter
           in: query
@@ -20078,14 +22010,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/InterVrorder'
+            $ref: '#/definitions/HosEachrevenue'
       deprecated: false
-  /InterVrorders/update:
+  /HosEachrevenues/update:
     post:
       tags:
-        - InterVrorder
+        - HosEachrevenue
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: InterVrorder.updateAll
+      operationId: HosEachrevenue.updateAll
       parameters:
         - name: where
           in: query
@@ -20099,7 +22031,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/InterVrorder'
+            $ref: '#/definitions/HosEachrevenue'
       responses:
         '200':
           description: Request was successful
@@ -20112,12 +22044,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /InterVrorders/count:
+  /HosEachrevenues/count:
     get:
       tags:
-        - InterVrorder
+        - HosEachrevenue
       summary: Count instances of the model matched by where from the data source.
-      operationId: InterVrorder.count
+      operationId: HosEachrevenue.count
       parameters:
         - name: where
           in: query
@@ -20135,12 +22067,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /InterEntityorders:
+  /HosEachareahospitals:
     post:
       tags:
-        - InterEntityorder
+        - HosEachareahospitals
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: InterEntityorder.create
+      operationId: HosEachareahospitals.create
       parameters:
         - name: data
           in: body
@@ -20148,20 +22080,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/InterEntityorder'
+            $ref: '#/definitions/HosEachareahospitals'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/InterEntityorder'
+            $ref: '#/definitions/HosEachareahospitals'
       deprecated: false
     patch:
       tags:
-        - InterEntityorder
+        - HosEachareahospitals
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: InterEntityorder.patchOrCreate
+      operationId: HosEachareahospitals.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -20169,20 +22101,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/InterEntityorder'
+            $ref: '#/definitions/HosEachareahospitals'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/InterEntityorder'
+            $ref: '#/definitions/HosEachareahospitals'
       deprecated: false
     put:
       tags:
-        - InterEntityorder
+        - HosEachareahospitals
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: InterEntityorder.replaceOrCreate__put_InterEntityorders
+      operationId: HosEachareahospitals.replaceOrCreate__put_HosEachareahospitals
       parameters:
         - name: data
           in: body
@@ -20190,18 +22122,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/InterEntityorder'
+            $ref: '#/definitions/HosEachareahospitals'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/InterEntityorder'
+            $ref: '#/definitions/HosEachareahospitals'
       deprecated: false
     get:
       tags:
-        - InterEntityorder
+        - HosEachareahospitals
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: InterEntityorder.find
+      operationId: HosEachareahospitals.find
       parameters:
         - name: filter
           in: query
@@ -20220,16 +22152,17 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/InterEntityorder'
+              $ref: '#/definitions/HosEachareahospitals'
       deprecated: false
-  /InterEntityorders/replaceOrCreate:
+  /HosEachareahospitals/replaceOrCreate:
     post:
       tags:
-        - InterEntityorder
+        - HosEachareahospitals
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: InterEntityorder.replaceOrCreate__post_InterEntityorders_replaceOrCreate
+      operationId: >-
+        HosEachareahospitals.replaceOrCreate__post_HosEachareahospitals_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -20237,21 +22170,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/InterEntityorder'
+            $ref: '#/definitions/HosEachareahospitals'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/InterEntityorder'
+            $ref: '#/definitions/HosEachareahospitals'
       deprecated: false
-  /InterEntityorders/upsertWithWhere:
+  /HosEachareahospitals/upsertWithWhere:
     post:
       tags:
-        - InterEntityorder
+        - HosEachareahospitals
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: InterEntityorder.upsertWithWhere
+      operationId: HosEachareahospitals.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -20265,19 +22198,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/InterEntityorder'
+            $ref: '#/definitions/HosEachareahospitals'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/InterEntityorder'
+            $ref: '#/definitions/HosEachareahospitals'
       deprecated: false
-  '/InterEntityorders/{id}/exists':
+  '/HosEachareahospitals/{id}/exists':
     get:
       tags:
-        - InterEntityorder
+        - HosEachareahospitals
       summary: Check whether a model instance exists in the data source.
-      operationId: 'InterEntityorder.exists__get_InterEntityorders_{id}_exists'
+      operationId: 'HosEachareahospitals.exists__get_HosEachareahospitals_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -20294,12 +22227,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/InterEntityorders/{id}':
+  '/HosEachareahospitals/{id}':
     head:
       tags:
-        - InterEntityorder
+        - HosEachareahospitals
       summary: Check whether a model instance exists in the data source.
-      operationId: 'InterEntityorder.exists__head_InterEntityorders_{id}'
+      operationId: 'HosEachareahospitals.exists__head_HosEachareahospitals_{id}'
       parameters:
         - name: id
           in: path
@@ -20318,9 +22251,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - InterEntityorder
+        - HosEachareahospitals
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: InterEntityorder.findById
+      operationId: HosEachareahospitals.findById
       parameters:
         - name: id
           in: path
@@ -20340,15 +22273,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/InterEntityorder'
+            $ref: '#/definitions/HosEachareahospitals'
       deprecated: false
     put:
       tags:
-        - InterEntityorder
+        - HosEachareahospitals
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'InterEntityorder.replaceById__put_InterEntityorders_{id}'
+      operationId: 'HosEachareahospitals.replaceById__put_HosEachareahospitals_{id}'
       parameters:
         - name: id
           in: path
@@ -20362,18 +22295,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/InterEntityorder'
+            $ref: '#/definitions/HosEachareahospitals'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/InterEntityorder'
+            $ref: '#/definitions/HosEachareahospitals'
       deprecated: false
     delete:
       tags:
-        - InterEntityorder
+        - HosEachareahospitals
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: InterEntityorder.deleteById
+      operationId: HosEachareahospitals.deleteById
       parameters:
         - name: id
           in: path
@@ -20389,15 +22322,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - InterEntityorder
+        - HosEachareahospitals
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: InterEntityorder.prototype.patchAttributes
+      operationId: HosEachareahospitals.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: InterEntityorder id
+          description: HosEachareahospitals id
           required: true
           type: string
           format: JSON
@@ -20407,21 +22340,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/InterEntityorder'
+            $ref: '#/definitions/HosEachareahospitals'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/InterEntityorder'
+            $ref: '#/definitions/HosEachareahospitals'
       deprecated: false
-  '/InterEntityorders/{id}/replace':
+  '/HosEachareahospitals/{id}/replace':
     post:
       tags:
-        - InterEntityorder
+        - HosEachareahospitals
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'InterEntityorder.replaceById__post_InterEntityorders_{id}_replace'
+      operationId: 'HosEachareahospitals.replaceById__post_HosEachareahospitals_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -20435,19 +22368,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/InterEntityorder'
+            $ref: '#/definitions/HosEachareahospitals'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/InterEntityorder'
+            $ref: '#/definitions/HosEachareahospitals'
       deprecated: false
-  /InterEntityorders/findOne:
+  /HosEachareahospitals/findOne:
     get:
       tags:
-        - InterEntityorder
+        - HosEachareahospitals
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: InterEntityorder.findOne
+      operationId: HosEachareahospitals.findOne
       parameters:
         - name: filter
           in: query
@@ -20464,14 +22397,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/InterEntityorder'
+            $ref: '#/definitions/HosEachareahospitals'
       deprecated: false
-  /InterEntityorders/update:
+  /HosEachareahospitals/update:
     post:
       tags:
-        - InterEntityorder
+        - HosEachareahospitals
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: InterEntityorder.updateAll
+      operationId: HosEachareahospitals.updateAll
       parameters:
         - name: where
           in: query
@@ -20485,7 +22418,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/InterEntityorder'
+            $ref: '#/definitions/HosEachareahospitals'
       responses:
         '200':
           description: Request was successful
@@ -20498,12 +22431,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /InterEntityorders/count:
+  /HosEachareahospitals/count:
     get:
       tags:
-        - InterEntityorder
+        - HosEachareahospitals
       summary: Count instances of the model matched by where from the data source.
-      operationId: InterEntityorder.count
+      operationId: HosEachareahospitals.count
       parameters:
         - name: where
           in: query
@@ -20521,12 +22454,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainEachmonths:
+  /HosClientsources:
     post:
       tags:
-        - MainEachmonth
+        - HosClientsource
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainEachmonth.create
+      operationId: HosClientsource.create
       parameters:
         - name: data
           in: body
@@ -20534,20 +22467,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEachmonth'
+            $ref: '#/definitions/HosClientsource'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachmonth'
+            $ref: '#/definitions/HosClientsource'
       deprecated: false
     patch:
       tags:
-        - MainEachmonth
+        - HosClientsource
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainEachmonth.patchOrCreate
+      operationId: HosClientsource.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -20555,20 +22488,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEachmonth'
+            $ref: '#/definitions/HosClientsource'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachmonth'
+            $ref: '#/definitions/HosClientsource'
       deprecated: false
     put:
       tags:
-        - MainEachmonth
+        - HosClientsource
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainEachmonth.replaceOrCreate__put_MainEachmonths
+      operationId: HosClientsource.replaceOrCreate__put_HosClientsources
       parameters:
         - name: data
           in: body
@@ -20576,18 +22509,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEachmonth'
+            $ref: '#/definitions/HosClientsource'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachmonth'
+            $ref: '#/definitions/HosClientsource'
       deprecated: false
     get:
       tags:
-        - MainEachmonth
+        - HosClientsource
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainEachmonth.find
+      operationId: HosClientsource.find
       parameters:
         - name: filter
           in: query
@@ -20606,16 +22539,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainEachmonth'
+              $ref: '#/definitions/HosClientsource'
       deprecated: false
-  /MainEachmonths/replaceOrCreate:
+  /HosClientsources/replaceOrCreate:
     post:
       tags:
-        - MainEachmonth
+        - HosClientsource
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainEachmonth.replaceOrCreate__post_MainEachmonths_replaceOrCreate
+      operationId: HosClientsource.replaceOrCreate__post_HosClientsources_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -20623,21 +22556,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEachmonth'
+            $ref: '#/definitions/HosClientsource'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachmonth'
+            $ref: '#/definitions/HosClientsource'
       deprecated: false
-  /MainEachmonths/upsertWithWhere:
+  /HosClientsources/upsertWithWhere:
     post:
       tags:
-        - MainEachmonth
+        - HosClientsource
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainEachmonth.upsertWithWhere
+      operationId: HosClientsource.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -20651,19 +22584,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainEachmonth'
+            $ref: '#/definitions/HosClientsource'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachmonth'
+            $ref: '#/definitions/HosClientsource'
       deprecated: false
-  '/MainEachmonths/{id}/exists':
+  '/HosClientsources/{id}/exists':
     get:
       tags:
-        - MainEachmonth
+        - HosClientsource
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainEachmonth.exists__get_MainEachmonths_{id}_exists'
+      operationId: 'HosClientsource.exists__get_HosClientsources_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -20680,12 +22613,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainEachmonths/{id}':
+  '/HosClientsources/{id}':
     head:
       tags:
-        - MainEachmonth
+        - HosClientsource
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainEachmonth.exists__head_MainEachmonths_{id}'
+      operationId: 'HosClientsource.exists__head_HosClientsources_{id}'
       parameters:
         - name: id
           in: path
@@ -20704,9 +22637,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainEachmonth
+        - HosClientsource
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainEachmonth.findById
+      operationId: HosClientsource.findById
       parameters:
         - name: id
           in: path
@@ -20726,15 +22659,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachmonth'
+            $ref: '#/definitions/HosClientsource'
       deprecated: false
     put:
       tags:
-        - MainEachmonth
+        - HosClientsource
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainEachmonth.replaceById__put_MainEachmonths_{id}'
+      operationId: 'HosClientsource.replaceById__put_HosClientsources_{id}'
       parameters:
         - name: id
           in: path
@@ -20748,18 +22681,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEachmonth'
+            $ref: '#/definitions/HosClientsource'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachmonth'
+            $ref: '#/definitions/HosClientsource'
       deprecated: false
     delete:
       tags:
-        - MainEachmonth
+        - HosClientsource
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainEachmonth.deleteById
+      operationId: HosClientsource.deleteById
       parameters:
         - name: id
           in: path
@@ -20775,15 +22708,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainEachmonth
+        - HosClientsource
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainEachmonth.prototype.patchAttributes
+      operationId: HosClientsource.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainEachmonth id
+          description: HosClientsource id
           required: true
           type: string
           format: JSON
@@ -20793,21 +22726,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainEachmonth'
+            $ref: '#/definitions/HosClientsource'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachmonth'
+            $ref: '#/definitions/HosClientsource'
       deprecated: false
-  '/MainEachmonths/{id}/replace':
+  '/HosClientsources/{id}/replace':
     post:
       tags:
-        - MainEachmonth
+        - HosClientsource
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainEachmonth.replaceById__post_MainEachmonths_{id}_replace'
+      operationId: 'HosClientsource.replaceById__post_HosClientsources_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -20821,19 +22754,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainEachmonth'
+            $ref: '#/definitions/HosClientsource'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachmonth'
+            $ref: '#/definitions/HosClientsource'
       deprecated: false
-  /MainEachmonths/findOne:
+  /HosClientsources/findOne:
     get:
       tags:
-        - MainEachmonth
+        - HosClientsource
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainEachmonth.findOne
+      operationId: HosClientsource.findOne
       parameters:
         - name: filter
           in: query
@@ -20850,14 +22783,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainEachmonth'
+            $ref: '#/definitions/HosClientsource'
       deprecated: false
-  /MainEachmonths/update:
+  /HosClientsources/update:
     post:
       tags:
-        - MainEachmonth
+        - HosClientsource
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainEachmonth.updateAll
+      operationId: HosClientsource.updateAll
       parameters:
         - name: where
           in: query
@@ -20871,7 +22804,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainEachmonth'
+            $ref: '#/definitions/HosClientsource'
       responses:
         '200':
           description: Request was successful
@@ -20884,12 +22817,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainEachmonths/count:
+  /HosClientsources/count:
     get:
       tags:
-        - MainEachmonth
+        - HosClientsource
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainEachmonth.count
+      operationId: HosClientsource.count
       parameters:
         - name: where
           in: query
@@ -20907,12 +22840,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /HosEachareabudgets:
+  /HosEachhospitals:
     post:
       tags:
-        - HosEachareabudget
+        - HosEachhospital
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: HosEachareabudget.create
+      operationId: HosEachhospital.create
       parameters:
         - name: data
           in: body
@@ -20920,20 +22853,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachareabudget'
+            $ref: '#/definitions/HosEachhospital'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareabudget'
+            $ref: '#/definitions/HosEachhospital'
       deprecated: false
     patch:
       tags:
-        - HosEachareabudget
+        - HosEachhospital
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: HosEachareabudget.patchOrCreate
+      operationId: HosEachhospital.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -20941,20 +22874,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachareabudget'
+            $ref: '#/definitions/HosEachhospital'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareabudget'
+            $ref: '#/definitions/HosEachhospital'
       deprecated: false
     put:
       tags:
-        - HosEachareabudget
+        - HosEachhospital
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: HosEachareabudget.replaceOrCreate__put_HosEachareabudgets
+      operationId: HosEachhospital.replaceOrCreate__put_HosEachhospitals
       parameters:
         - name: data
           in: body
@@ -20962,18 +22895,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachareabudget'
+            $ref: '#/definitions/HosEachhospital'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareabudget'
+            $ref: '#/definitions/HosEachhospital'
       deprecated: false
     get:
       tags:
-        - HosEachareabudget
+        - HosEachhospital
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: HosEachareabudget.find
+      operationId: HosEachhospital.find
       parameters:
         - name: filter
           in: query
@@ -20992,17 +22925,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/HosEachareabudget'
+              $ref: '#/definitions/HosEachhospital'
       deprecated: false
-  /HosEachareabudgets/replaceOrCreate:
+  /HosEachhospitals/replaceOrCreate:
     post:
       tags:
-        - HosEachareabudget
+        - HosEachhospital
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: >-
-        HosEachareabudget.replaceOrCreate__post_HosEachareabudgets_replaceOrCreate
+      operationId: HosEachhospital.replaceOrCreate__post_HosEachhospitals_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -21010,21 +22942,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachareabudget'
+            $ref: '#/definitions/HosEachhospital'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareabudget'
+            $ref: '#/definitions/HosEachhospital'
       deprecated: false
-  /HosEachareabudgets/upsertWithWhere:
+  /HosEachhospitals/upsertWithWhere:
     post:
       tags:
-        - HosEachareabudget
+        - HosEachhospital
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: HosEachareabudget.upsertWithWhere
+      operationId: HosEachhospital.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -21038,19 +22970,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/HosEachareabudget'
+            $ref: '#/definitions/HosEachhospital'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareabudget'
+            $ref: '#/definitions/HosEachhospital'
       deprecated: false
-  '/HosEachareabudgets/{id}/exists':
+  '/HosEachhospitals/{id}/exists':
     get:
       tags:
-        - HosEachareabudget
+        - HosEachhospital
       summary: Check whether a model instance exists in the data source.
-      operationId: 'HosEachareabudget.exists__get_HosEachareabudgets_{id}_exists'
+      operationId: 'HosEachhospital.exists__get_HosEachhospitals_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -21067,12 +22999,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/HosEachareabudgets/{id}':
+  '/HosEachhospitals/{id}':
     head:
       tags:
-        - HosEachareabudget
+        - HosEachhospital
       summary: Check whether a model instance exists in the data source.
-      operationId: 'HosEachareabudget.exists__head_HosEachareabudgets_{id}'
+      operationId: 'HosEachhospital.exists__head_HosEachhospitals_{id}'
       parameters:
         - name: id
           in: path
@@ -21091,9 +23023,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - HosEachareabudget
+        - HosEachhospital
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: HosEachareabudget.findById
+      operationId: HosEachhospital.findById
       parameters:
         - name: id
           in: path
@@ -21113,15 +23045,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareabudget'
+            $ref: '#/definitions/HosEachhospital'
       deprecated: false
     put:
       tags:
-        - HosEachareabudget
+        - HosEachhospital
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'HosEachareabudget.replaceById__put_HosEachareabudgets_{id}'
+      operationId: 'HosEachhospital.replaceById__put_HosEachhospitals_{id}'
       parameters:
         - name: id
           in: path
@@ -21135,18 +23067,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachareabudget'
+            $ref: '#/definitions/HosEachhospital'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareabudget'
+            $ref: '#/definitions/HosEachhospital'
       deprecated: false
     delete:
       tags:
-        - HosEachareabudget
+        - HosEachhospital
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: HosEachareabudget.deleteById
+      operationId: HosEachhospital.deleteById
       parameters:
         - name: id
           in: path
@@ -21162,15 +23094,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - HosEachareabudget
+        - HosEachhospital
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: HosEachareabudget.prototype.patchAttributes
+      operationId: HosEachhospital.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: HosEachareabudget id
+          description: HosEachhospital id
           required: true
           type: string
           format: JSON
@@ -21180,21 +23112,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/HosEachareabudget'
+            $ref: '#/definitions/HosEachhospital'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareabudget'
+            $ref: '#/definitions/HosEachhospital'
       deprecated: false
-  '/HosEachareabudgets/{id}/replace':
+  '/HosEachhospitals/{id}/replace':
     post:
       tags:
-        - HosEachareabudget
+        - HosEachhospital
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'HosEachareabudget.replaceById__post_HosEachareabudgets_{id}_replace'
+      operationId: 'HosEachhospital.replaceById__post_HosEachhospitals_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -21208,19 +23140,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachareabudget'
+            $ref: '#/definitions/HosEachhospital'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareabudget'
+            $ref: '#/definitions/HosEachhospital'
       deprecated: false
-  /HosEachareabudgets/findOne:
+  /HosEachhospitals/findOne:
     get:
       tags:
-        - HosEachareabudget
+        - HosEachhospital
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: HosEachareabudget.findOne
+      operationId: HosEachhospital.findOne
       parameters:
         - name: filter
           in: query
@@ -21237,14 +23169,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareabudget'
+            $ref: '#/definitions/HosEachhospital'
       deprecated: false
-  /HosEachareabudgets/update:
+  /HosEachhospitals/update:
     post:
       tags:
-        - HosEachareabudget
+        - HosEachhospital
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: HosEachareabudget.updateAll
+      operationId: HosEachhospital.updateAll
       parameters:
         - name: where
           in: query
@@ -21258,7 +23190,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/HosEachareabudget'
+            $ref: '#/definitions/HosEachhospital'
       responses:
         '200':
           description: Request was successful
@@ -21271,12 +23203,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /HosEachareabudgets/count:
+  /HosEachhospitals/count:
     get:
       tags:
-        - HosEachareabudget
+        - HosEachhospital
       summary: Count instances of the model matched by where from the data source.
-      operationId: HosEachareabudget.count
+      operationId: HosEachhospital.count
       parameters:
         - name: where
           in: query
@@ -21294,12 +23226,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /HosEachareacases:
+  /MainBillbrands:
     post:
       tags:
-        - HosEachareacase
+        - MainBillbrand
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: HosEachareacase.create
+      operationId: MainBillbrand.create
       parameters:
         - name: data
           in: body
@@ -21307,20 +23239,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachareacase'
+            $ref: '#/definitions/MainBillbrand'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareacase'
+            $ref: '#/definitions/MainBillbrand'
       deprecated: false
     patch:
       tags:
-        - HosEachareacase
+        - MainBillbrand
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: HosEachareacase.patchOrCreate
+      operationId: MainBillbrand.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -21328,20 +23260,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachareacase'
+            $ref: '#/definitions/MainBillbrand'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareacase'
+            $ref: '#/definitions/MainBillbrand'
       deprecated: false
     put:
       tags:
-        - HosEachareacase
+        - MainBillbrand
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: HosEachareacase.replaceOrCreate__put_HosEachareacases
+      operationId: MainBillbrand.replaceOrCreate__put_MainBillbrands
       parameters:
         - name: data
           in: body
@@ -21349,18 +23281,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachareacase'
+            $ref: '#/definitions/MainBillbrand'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareacase'
+            $ref: '#/definitions/MainBillbrand'
       deprecated: false
     get:
       tags:
-        - HosEachareacase
+        - MainBillbrand
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: HosEachareacase.find
+      operationId: MainBillbrand.find
       parameters:
         - name: filter
           in: query
@@ -21379,16 +23311,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/HosEachareacase'
+              $ref: '#/definitions/MainBillbrand'
       deprecated: false
-  /HosEachareacases/replaceOrCreate:
+  /MainBillbrands/replaceOrCreate:
     post:
       tags:
-        - HosEachareacase
+        - MainBillbrand
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: HosEachareacase.replaceOrCreate__post_HosEachareacases_replaceOrCreate
+      operationId: MainBillbrand.replaceOrCreate__post_MainBillbrands_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -21396,21 +23328,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachareacase'
+            $ref: '#/definitions/MainBillbrand'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareacase'
+            $ref: '#/definitions/MainBillbrand'
       deprecated: false
-  /HosEachareacases/upsertWithWhere:
+  /MainBillbrands/upsertWithWhere:
     post:
       tags:
-        - HosEachareacase
+        - MainBillbrand
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: HosEachareacase.upsertWithWhere
+      operationId: MainBillbrand.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -21424,19 +23356,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/HosEachareacase'
+            $ref: '#/definitions/MainBillbrand'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareacase'
+            $ref: '#/definitions/MainBillbrand'
       deprecated: false
-  '/HosEachareacases/{id}/exists':
+  '/MainBillbrands/{id}/exists':
     get:
       tags:
-        - HosEachareacase
+        - MainBillbrand
       summary: Check whether a model instance exists in the data source.
-      operationId: 'HosEachareacase.exists__get_HosEachareacases_{id}_exists'
+      operationId: 'MainBillbrand.exists__get_MainBillbrands_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -21453,12 +23385,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/HosEachareacases/{id}':
+  '/MainBillbrands/{id}':
     head:
       tags:
-        - HosEachareacase
+        - MainBillbrand
       summary: Check whether a model instance exists in the data source.
-      operationId: 'HosEachareacase.exists__head_HosEachareacases_{id}'
+      operationId: 'MainBillbrand.exists__head_MainBillbrands_{id}'
       parameters:
         - name: id
           in: path
@@ -21477,9 +23409,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - HosEachareacase
+        - MainBillbrand
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: HosEachareacase.findById
+      operationId: MainBillbrand.findById
       parameters:
         - name: id
           in: path
@@ -21499,15 +23431,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareacase'
+            $ref: '#/definitions/MainBillbrand'
       deprecated: false
     put:
       tags:
-        - HosEachareacase
+        - MainBillbrand
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'HosEachareacase.replaceById__put_HosEachareacases_{id}'
+      operationId: 'MainBillbrand.replaceById__put_MainBillbrands_{id}'
       parameters:
         - name: id
           in: path
@@ -21521,18 +23453,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachareacase'
+            $ref: '#/definitions/MainBillbrand'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareacase'
+            $ref: '#/definitions/MainBillbrand'
       deprecated: false
     delete:
       tags:
-        - HosEachareacase
+        - MainBillbrand
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: HosEachareacase.deleteById
+      operationId: MainBillbrand.deleteById
       parameters:
         - name: id
           in: path
@@ -21548,15 +23480,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - HosEachareacase
+        - MainBillbrand
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: HosEachareacase.prototype.patchAttributes
+      operationId: MainBillbrand.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: HosEachareacase id
+          description: MainBillbrand id
           required: true
           type: string
           format: JSON
@@ -21566,21 +23498,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/HosEachareacase'
+            $ref: '#/definitions/MainBillbrand'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareacase'
+            $ref: '#/definitions/MainBillbrand'
       deprecated: false
-  '/HosEachareacases/{id}/replace':
+  '/MainBillbrands/{id}/replace':
     post:
       tags:
-        - HosEachareacase
+        - MainBillbrand
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'HosEachareacase.replaceById__post_HosEachareacases_{id}_replace'
+      operationId: 'MainBillbrand.replaceById__post_MainBillbrands_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -21594,19 +23526,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachareacase'
+            $ref: '#/definitions/MainBillbrand'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareacase'
+            $ref: '#/definitions/MainBillbrand'
       deprecated: false
-  /HosEachareacases/findOne:
+  /MainBillbrands/findOne:
     get:
       tags:
-        - HosEachareacase
+        - MainBillbrand
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: HosEachareacase.findOne
+      operationId: MainBillbrand.findOne
       parameters:
         - name: filter
           in: query
@@ -21623,14 +23555,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareacase'
+            $ref: '#/definitions/MainBillbrand'
       deprecated: false
-  /HosEachareacases/update:
+  /MainBillbrands/update:
     post:
       tags:
-        - HosEachareacase
+        - MainBillbrand
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: HosEachareacase.updateAll
+      operationId: MainBillbrand.updateAll
       parameters:
         - name: where
           in: query
@@ -21644,7 +23576,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/HosEachareacase'
+            $ref: '#/definitions/MainBillbrand'
       responses:
         '200':
           description: Request was successful
@@ -21657,12 +23589,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /HosEachareacases/count:
+  /MainBillbrands/count:
     get:
       tags:
-        - HosEachareacase
+        - MainBillbrand
       summary: Count instances of the model matched by where from the data source.
-      operationId: HosEachareacase.count
+      operationId: MainBillbrand.count
       parameters:
         - name: where
           in: query
@@ -21680,12 +23612,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /HosEacharearevenues:
+  /InterMarkets:
     post:
       tags:
-        - HosEacharearevenue
+        - InterMarket
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: HosEacharearevenue.create
+      operationId: InterMarket.create
       parameters:
         - name: data
           in: body
@@ -21693,20 +23625,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEacharearevenue'
+            $ref: '#/definitions/InterMarket'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEacharearevenue'
+            $ref: '#/definitions/InterMarket'
       deprecated: false
     patch:
       tags:
-        - HosEacharearevenue
+        - InterMarket
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: HosEacharearevenue.patchOrCreate
+      operationId: InterMarket.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -21714,20 +23646,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEacharearevenue'
+            $ref: '#/definitions/InterMarket'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEacharearevenue'
+            $ref: '#/definitions/InterMarket'
       deprecated: false
     put:
       tags:
-        - HosEacharearevenue
+        - InterMarket
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: HosEacharearevenue.replaceOrCreate__put_HosEacharearevenues
+      operationId: InterMarket.replaceOrCreate__put_InterMarkets
       parameters:
         - name: data
           in: body
@@ -21735,18 +23667,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEacharearevenue'
+            $ref: '#/definitions/InterMarket'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEacharearevenue'
+            $ref: '#/definitions/InterMarket'
       deprecated: false
     get:
       tags:
-        - HosEacharearevenue
+        - InterMarket
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: HosEacharearevenue.find
+      operationId: InterMarket.find
       parameters:
         - name: filter
           in: query
@@ -21765,17 +23697,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/HosEacharearevenue'
+              $ref: '#/definitions/InterMarket'
       deprecated: false
-  /HosEacharearevenues/replaceOrCreate:
+  /InterMarkets/replaceOrCreate:
     post:
       tags:
-        - HosEacharearevenue
+        - InterMarket
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: >-
-        HosEacharearevenue.replaceOrCreate__post_HosEacharearevenues_replaceOrCreate
+      operationId: InterMarket.replaceOrCreate__post_InterMarkets_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -21783,21 +23714,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEacharearevenue'
+            $ref: '#/definitions/InterMarket'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEacharearevenue'
+            $ref: '#/definitions/InterMarket'
       deprecated: false
-  /HosEacharearevenues/upsertWithWhere:
+  /InterMarkets/upsertWithWhere:
     post:
       tags:
-        - HosEacharearevenue
+        - InterMarket
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: HosEacharearevenue.upsertWithWhere
+      operationId: InterMarket.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -21811,19 +23742,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/HosEacharearevenue'
+            $ref: '#/definitions/InterMarket'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEacharearevenue'
+            $ref: '#/definitions/InterMarket'
       deprecated: false
-  '/HosEacharearevenues/{id}/exists':
+  '/InterMarkets/{id}/exists':
     get:
       tags:
-        - HosEacharearevenue
+        - InterMarket
       summary: Check whether a model instance exists in the data source.
-      operationId: 'HosEacharearevenue.exists__get_HosEacharearevenues_{id}_exists'
+      operationId: 'InterMarket.exists__get_InterMarkets_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -21840,12 +23771,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/HosEacharearevenues/{id}':
+  '/InterMarkets/{id}':
     head:
       tags:
-        - HosEacharearevenue
+        - InterMarket
       summary: Check whether a model instance exists in the data source.
-      operationId: 'HosEacharearevenue.exists__head_HosEacharearevenues_{id}'
+      operationId: 'InterMarket.exists__head_InterMarkets_{id}'
       parameters:
         - name: id
           in: path
@@ -21864,9 +23795,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - HosEacharearevenue
+        - InterMarket
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: HosEacharearevenue.findById
+      operationId: InterMarket.findById
       parameters:
         - name: id
           in: path
@@ -21886,15 +23817,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEacharearevenue'
+            $ref: '#/definitions/InterMarket'
       deprecated: false
     put:
       tags:
-        - HosEacharearevenue
+        - InterMarket
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'HosEacharearevenue.replaceById__put_HosEacharearevenues_{id}'
+      operationId: 'InterMarket.replaceById__put_InterMarkets_{id}'
       parameters:
         - name: id
           in: path
@@ -21908,18 +23839,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEacharearevenue'
+            $ref: '#/definitions/InterMarket'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEacharearevenue'
+            $ref: '#/definitions/InterMarket'
       deprecated: false
     delete:
       tags:
-        - HosEacharearevenue
+        - InterMarket
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: HosEacharearevenue.deleteById
+      operationId: InterMarket.deleteById
       parameters:
         - name: id
           in: path
@@ -21935,15 +23866,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - HosEacharearevenue
+        - InterMarket
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: HosEacharearevenue.prototype.patchAttributes
+      operationId: InterMarket.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: HosEacharearevenue id
+          description: InterMarket id
           required: true
           type: string
           format: JSON
@@ -21953,21 +23884,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/HosEacharearevenue'
+            $ref: '#/definitions/InterMarket'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEacharearevenue'
+            $ref: '#/definitions/InterMarket'
       deprecated: false
-  '/HosEacharearevenues/{id}/replace':
+  '/InterMarkets/{id}/replace':
     post:
       tags:
-        - HosEacharearevenue
+        - InterMarket
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'HosEacharearevenue.replaceById__post_HosEacharearevenues_{id}_replace'
+      operationId: 'InterMarket.replaceById__post_InterMarkets_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -21981,19 +23912,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEacharearevenue'
+            $ref: '#/definitions/InterMarket'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEacharearevenue'
+            $ref: '#/definitions/InterMarket'
       deprecated: false
-  /HosEacharearevenues/findOne:
+  /InterMarkets/findOne:
     get:
       tags:
-        - HosEacharearevenue
+        - InterMarket
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: HosEacharearevenue.findOne
+      operationId: InterMarket.findOne
       parameters:
         - name: filter
           in: query
@@ -22010,14 +23941,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEacharearevenue'
+            $ref: '#/definitions/InterMarket'
       deprecated: false
-  /HosEacharearevenues/update:
+  /InterMarkets/update:
     post:
       tags:
-        - HosEacharearevenue
+        - InterMarket
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: HosEacharearevenue.updateAll
+      operationId: InterMarket.updateAll
       parameters:
         - name: where
           in: query
@@ -22031,7 +23962,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/HosEacharearevenue'
+            $ref: '#/definitions/InterMarket'
       responses:
         '200':
           description: Request was successful
@@ -22044,12 +23975,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /HosEacharearevenues/count:
+  /InterMarkets/count:
     get:
       tags:
-        - HosEacharearevenue
+        - InterMarket
       summary: Count instances of the model matched by where from the data source.
-      operationId: HosEacharearevenue.count
+      operationId: InterMarket.count
       parameters:
         - name: where
           in: query
@@ -22067,12 +23998,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /HosEachrevenues:
+  /InterClassifies:
     post:
       tags:
-        - HosEachrevenue
+        - InterClassify
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: HosEachrevenue.create
+      operationId: InterClassify.create
       parameters:
         - name: data
           in: body
@@ -22080,20 +24011,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachrevenue'
+            $ref: '#/definitions/InterClassify'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachrevenue'
+            $ref: '#/definitions/InterClassify'
       deprecated: false
     patch:
       tags:
-        - HosEachrevenue
+        - InterClassify
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: HosEachrevenue.patchOrCreate
+      operationId: InterClassify.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -22101,20 +24032,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachrevenue'
+            $ref: '#/definitions/InterClassify'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachrevenue'
+            $ref: '#/definitions/InterClassify'
       deprecated: false
     put:
       tags:
-        - HosEachrevenue
+        - InterClassify
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: HosEachrevenue.replaceOrCreate__put_HosEachrevenues
+      operationId: InterClassify.replaceOrCreate__put_InterClassifies
       parameters:
         - name: data
           in: body
@@ -22122,18 +24053,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachrevenue'
+            $ref: '#/definitions/InterClassify'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachrevenue'
+            $ref: '#/definitions/InterClassify'
       deprecated: false
     get:
       tags:
-        - HosEachrevenue
+        - InterClassify
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: HosEachrevenue.find
+      operationId: InterClassify.find
       parameters:
         - name: filter
           in: query
@@ -22152,16 +24083,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/HosEachrevenue'
+              $ref: '#/definitions/InterClassify'
       deprecated: false
-  /HosEachrevenues/replaceOrCreate:
+  /InterClassifies/replaceOrCreate:
     post:
       tags:
-        - HosEachrevenue
+        - InterClassify
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: HosEachrevenue.replaceOrCreate__post_HosEachrevenues_replaceOrCreate
+      operationId: InterClassify.replaceOrCreate__post_InterClassifies_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -22169,21 +24100,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachrevenue'
+            $ref: '#/definitions/InterClassify'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachrevenue'
+            $ref: '#/definitions/InterClassify'
       deprecated: false
-  /HosEachrevenues/upsertWithWhere:
+  /InterClassifies/upsertWithWhere:
     post:
       tags:
-        - HosEachrevenue
+        - InterClassify
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: HosEachrevenue.upsertWithWhere
+      operationId: InterClassify.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -22197,19 +24128,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/HosEachrevenue'
+            $ref: '#/definitions/InterClassify'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachrevenue'
+            $ref: '#/definitions/InterClassify'
       deprecated: false
-  '/HosEachrevenues/{id}/exists':
+  '/InterClassifies/{id}/exists':
     get:
       tags:
-        - HosEachrevenue
+        - InterClassify
       summary: Check whether a model instance exists in the data source.
-      operationId: 'HosEachrevenue.exists__get_HosEachrevenues_{id}_exists'
+      operationId: 'InterClassify.exists__get_InterClassifies_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -22226,12 +24157,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/HosEachrevenues/{id}':
+  '/InterClassifies/{id}':
     head:
       tags:
-        - HosEachrevenue
+        - InterClassify
       summary: Check whether a model instance exists in the data source.
-      operationId: 'HosEachrevenue.exists__head_HosEachrevenues_{id}'
+      operationId: 'InterClassify.exists__head_InterClassifies_{id}'
       parameters:
         - name: id
           in: path
@@ -22250,9 +24181,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - HosEachrevenue
+        - InterClassify
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: HosEachrevenue.findById
+      operationId: InterClassify.findById
       parameters:
         - name: id
           in: path
@@ -22272,15 +24203,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachrevenue'
+            $ref: '#/definitions/InterClassify'
       deprecated: false
     put:
       tags:
-        - HosEachrevenue
+        - InterClassify
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'HosEachrevenue.replaceById__put_HosEachrevenues_{id}'
+      operationId: 'InterClassify.replaceById__put_InterClassifies_{id}'
       parameters:
         - name: id
           in: path
@@ -22294,18 +24225,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachrevenue'
+            $ref: '#/definitions/InterClassify'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachrevenue'
+            $ref: '#/definitions/InterClassify'
       deprecated: false
     delete:
       tags:
-        - HosEachrevenue
+        - InterClassify
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: HosEachrevenue.deleteById
+      operationId: InterClassify.deleteById
       parameters:
         - name: id
           in: path
@@ -22321,15 +24252,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - HosEachrevenue
+        - InterClassify
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: HosEachrevenue.prototype.patchAttributes
+      operationId: InterClassify.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: HosEachrevenue id
+          description: InterClassify id
           required: true
           type: string
           format: JSON
@@ -22339,21 +24270,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/HosEachrevenue'
+            $ref: '#/definitions/InterClassify'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachrevenue'
+            $ref: '#/definitions/InterClassify'
       deprecated: false
-  '/HosEachrevenues/{id}/replace':
+  '/InterClassifies/{id}/replace':
     post:
       tags:
-        - HosEachrevenue
+        - InterClassify
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'HosEachrevenue.replaceById__post_HosEachrevenues_{id}_replace'
+      operationId: 'InterClassify.replaceById__post_InterClassifies_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -22367,19 +24298,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachrevenue'
+            $ref: '#/definitions/InterClassify'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachrevenue'
+            $ref: '#/definitions/InterClassify'
       deprecated: false
-  /HosEachrevenues/findOne:
+  /InterClassifies/findOne:
     get:
       tags:
-        - HosEachrevenue
+        - InterClassify
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: HosEachrevenue.findOne
+      operationId: InterClassify.findOne
       parameters:
         - name: filter
           in: query
@@ -22396,14 +24327,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachrevenue'
+            $ref: '#/definitions/InterClassify'
       deprecated: false
-  /HosEachrevenues/update:
+  /InterClassifies/update:
     post:
       tags:
-        - HosEachrevenue
+        - InterClassify
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: HosEachrevenue.updateAll
+      operationId: InterClassify.updateAll
       parameters:
         - name: where
           in: query
@@ -22417,7 +24348,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/HosEachrevenue'
+            $ref: '#/definitions/InterClassify'
       responses:
         '200':
           description: Request was successful
@@ -22430,12 +24361,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /HosEachrevenues/count:
+  /InterClassifies/count:
     get:
       tags:
-        - HosEachrevenue
+        - InterClassify
       summary: Count instances of the model matched by where from the data source.
-      operationId: HosEachrevenue.count
+      operationId: InterClassify.count
       parameters:
         - name: where
           in: query
@@ -22453,12 +24384,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /HosEachareahospitals:
+  /InterPersonas:
     post:
       tags:
-        - HosEachareahospitals
+        - InterPersonas
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: HosEachareahospitals.create
+      operationId: InterPersonas.create
       parameters:
         - name: data
           in: body
@@ -22466,20 +24397,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachareahospitals'
+            $ref: '#/definitions/InterPersonas'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareahospitals'
+            $ref: '#/definitions/InterPersonas'
       deprecated: false
     patch:
       tags:
-        - HosEachareahospitals
+        - InterPersonas
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: HosEachareahospitals.patchOrCreate
+      operationId: InterPersonas.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -22487,20 +24418,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachareahospitals'
+            $ref: '#/definitions/InterPersonas'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareahospitals'
+            $ref: '#/definitions/InterPersonas'
       deprecated: false
     put:
       tags:
-        - HosEachareahospitals
+        - InterPersonas
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: HosEachareahospitals.replaceOrCreate__put_HosEachareahospitals
+      operationId: InterPersonas.replaceOrCreate__put_InterPersonas
       parameters:
         - name: data
           in: body
@@ -22508,18 +24439,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachareahospitals'
+            $ref: '#/definitions/InterPersonas'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareahospitals'
+            $ref: '#/definitions/InterPersonas'
       deprecated: false
     get:
       tags:
-        - HosEachareahospitals
+        - InterPersonas
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: HosEachareahospitals.find
+      operationId: InterPersonas.find
       parameters:
         - name: filter
           in: query
@@ -22538,17 +24469,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/HosEachareahospitals'
+              $ref: '#/definitions/InterPersonas'
       deprecated: false
-  /HosEachareahospitals/replaceOrCreate:
+  /InterPersonas/replaceOrCreate:
     post:
       tags:
-        - HosEachareahospitals
+        - InterPersonas
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: >-
-        HosEachareahospitals.replaceOrCreate__post_HosEachareahospitals_replaceOrCreate
+      operationId: InterPersonas.replaceOrCreate__post_InterPersonas_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -22556,21 +24486,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachareahospitals'
+            $ref: '#/definitions/InterPersonas'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareahospitals'
+            $ref: '#/definitions/InterPersonas'
       deprecated: false
-  /HosEachareahospitals/upsertWithWhere:
+  /InterPersonas/upsertWithWhere:
     post:
       tags:
-        - HosEachareahospitals
+        - InterPersonas
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: HosEachareahospitals.upsertWithWhere
+      operationId: InterPersonas.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -22584,19 +24514,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/HosEachareahospitals'
+            $ref: '#/definitions/InterPersonas'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareahospitals'
+            $ref: '#/definitions/InterPersonas'
       deprecated: false
-  '/HosEachareahospitals/{id}/exists':
+  '/InterPersonas/{id}/exists':
     get:
       tags:
-        - HosEachareahospitals
+        - InterPersonas
       summary: Check whether a model instance exists in the data source.
-      operationId: 'HosEachareahospitals.exists__get_HosEachareahospitals_{id}_exists'
+      operationId: 'InterPersonas.exists__get_InterPersonas_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -22613,12 +24543,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/HosEachareahospitals/{id}':
+  '/InterPersonas/{id}':
     head:
       tags:
-        - HosEachareahospitals
+        - InterPersonas
       summary: Check whether a model instance exists in the data source.
-      operationId: 'HosEachareahospitals.exists__head_HosEachareahospitals_{id}'
+      operationId: 'InterPersonas.exists__head_InterPersonas_{id}'
       parameters:
         - name: id
           in: path
@@ -22637,9 +24567,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - HosEachareahospitals
+        - InterPersonas
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: HosEachareahospitals.findById
+      operationId: InterPersonas.findById
       parameters:
         - name: id
           in: path
@@ -22659,15 +24589,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareahospitals'
+            $ref: '#/definitions/InterPersonas'
       deprecated: false
     put:
       tags:
-        - HosEachareahospitals
+        - InterPersonas
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'HosEachareahospitals.replaceById__put_HosEachareahospitals_{id}'
+      operationId: 'InterPersonas.replaceById__put_InterPersonas_{id}'
       parameters:
         - name: id
           in: path
@@ -22681,18 +24611,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachareahospitals'
+            $ref: '#/definitions/InterPersonas'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareahospitals'
+            $ref: '#/definitions/InterPersonas'
       deprecated: false
     delete:
       tags:
-        - HosEachareahospitals
+        - InterPersonas
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: HosEachareahospitals.deleteById
+      operationId: InterPersonas.deleteById
       parameters:
         - name: id
           in: path
@@ -22708,15 +24638,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - HosEachareahospitals
+        - InterPersonas
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: HosEachareahospitals.prototype.patchAttributes
+      operationId: InterPersonas.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: HosEachareahospitals id
+          description: InterPersonas id
           required: true
           type: string
           format: JSON
@@ -22726,21 +24656,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/HosEachareahospitals'
+            $ref: '#/definitions/InterPersonas'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareahospitals'
+            $ref: '#/definitions/InterPersonas'
       deprecated: false
-  '/HosEachareahospitals/{id}/replace':
+  '/InterPersonas/{id}/replace':
     post:
       tags:
-        - HosEachareahospitals
+        - InterPersonas
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'HosEachareahospitals.replaceById__post_HosEachareahospitals_{id}_replace'
+      operationId: 'InterPersonas.replaceById__post_InterPersonas_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -22754,19 +24684,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachareahospitals'
+            $ref: '#/definitions/InterPersonas'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareahospitals'
+            $ref: '#/definitions/InterPersonas'
       deprecated: false
-  /HosEachareahospitals/findOne:
+  /InterPersonas/findOne:
     get:
       tags:
-        - HosEachareahospitals
+        - InterPersonas
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: HosEachareahospitals.findOne
+      operationId: InterPersonas.findOne
       parameters:
         - name: filter
           in: query
@@ -22783,14 +24713,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachareahospitals'
+            $ref: '#/definitions/InterPersonas'
       deprecated: false
-  /HosEachareahospitals/update:
+  /InterPersonas/update:
     post:
       tags:
-        - HosEachareahospitals
+        - InterPersonas
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: HosEachareahospitals.updateAll
+      operationId: InterPersonas.updateAll
       parameters:
         - name: where
           in: query
@@ -22804,7 +24734,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/HosEachareahospitals'
+            $ref: '#/definitions/InterPersonas'
       responses:
         '200':
           description: Request was successful
@@ -22817,12 +24747,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /HosEachareahospitals/count:
+  /InterPersonas/count:
     get:
       tags:
-        - HosEachareahospitals
+        - InterPersonas
       summary: Count instances of the model matched by where from the data source.
-      operationId: HosEachareahospitals.count
+      operationId: InterPersonas.count
       parameters:
         - name: where
           in: query
@@ -22840,12 +24770,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /HosClientsources:
+  /InterRegions:
     post:
       tags:
-        - HosClientsource
+        - InterRegion
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: HosClientsource.create
+      operationId: InterRegion.create
       parameters:
         - name: data
           in: body
@@ -22853,20 +24783,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosClientsource'
+            $ref: '#/definitions/InterRegion'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosClientsource'
+            $ref: '#/definitions/InterRegion'
       deprecated: false
     patch:
       tags:
-        - HosClientsource
+        - InterRegion
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: HosClientsource.patchOrCreate
+      operationId: InterRegion.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -22874,20 +24804,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosClientsource'
+            $ref: '#/definitions/InterRegion'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosClientsource'
+            $ref: '#/definitions/InterRegion'
       deprecated: false
     put:
       tags:
-        - HosClientsource
+        - InterRegion
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: HosClientsource.replaceOrCreate__put_HosClientsources
+      operationId: InterRegion.replaceOrCreate__put_InterRegions
       parameters:
         - name: data
           in: body
@@ -22895,18 +24825,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosClientsource'
+            $ref: '#/definitions/InterRegion'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosClientsource'
+            $ref: '#/definitions/InterRegion'
       deprecated: false
     get:
       tags:
-        - HosClientsource
+        - InterRegion
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: HosClientsource.find
+      operationId: InterRegion.find
       parameters:
         - name: filter
           in: query
@@ -22925,16 +24855,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/HosClientsource'
+              $ref: '#/definitions/InterRegion'
       deprecated: false
-  /HosClientsources/replaceOrCreate:
+  /InterRegions/replaceOrCreate:
     post:
       tags:
-        - HosClientsource
+        - InterRegion
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: HosClientsource.replaceOrCreate__post_HosClientsources_replaceOrCreate
+      operationId: InterRegion.replaceOrCreate__post_InterRegions_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -22942,21 +24872,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosClientsource'
+            $ref: '#/definitions/InterRegion'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosClientsource'
+            $ref: '#/definitions/InterRegion'
       deprecated: false
-  /HosClientsources/upsertWithWhere:
+  /InterRegions/upsertWithWhere:
     post:
       tags:
-        - HosClientsource
+        - InterRegion
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: HosClientsource.upsertWithWhere
+      operationId: InterRegion.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -22970,19 +24900,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/HosClientsource'
+            $ref: '#/definitions/InterRegion'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosClientsource'
+            $ref: '#/definitions/InterRegion'
       deprecated: false
-  '/HosClientsources/{id}/exists':
+  '/InterRegions/{id}/exists':
     get:
       tags:
-        - HosClientsource
+        - InterRegion
       summary: Check whether a model instance exists in the data source.
-      operationId: 'HosClientsource.exists__get_HosClientsources_{id}_exists'
+      operationId: 'InterRegion.exists__get_InterRegions_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -22999,12 +24929,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/HosClientsources/{id}':
+  '/InterRegions/{id}':
     head:
       tags:
-        - HosClientsource
+        - InterRegion
       summary: Check whether a model instance exists in the data source.
-      operationId: 'HosClientsource.exists__head_HosClientsources_{id}'
+      operationId: 'InterRegion.exists__head_InterRegions_{id}'
       parameters:
         - name: id
           in: path
@@ -23023,9 +24953,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - HosClientsource
+        - InterRegion
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: HosClientsource.findById
+      operationId: InterRegion.findById
       parameters:
         - name: id
           in: path
@@ -23045,15 +24975,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosClientsource'
+            $ref: '#/definitions/InterRegion'
       deprecated: false
     put:
       tags:
-        - HosClientsource
+        - InterRegion
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'HosClientsource.replaceById__put_HosClientsources_{id}'
+      operationId: 'InterRegion.replaceById__put_InterRegions_{id}'
       parameters:
         - name: id
           in: path
@@ -23067,18 +24997,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosClientsource'
+            $ref: '#/definitions/InterRegion'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosClientsource'
+            $ref: '#/definitions/InterRegion'
       deprecated: false
     delete:
       tags:
-        - HosClientsource
+        - InterRegion
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: HosClientsource.deleteById
+      operationId: InterRegion.deleteById
       parameters:
         - name: id
           in: path
@@ -23094,15 +25024,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - HosClientsource
+        - InterRegion
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: HosClientsource.prototype.patchAttributes
+      operationId: InterRegion.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: HosClientsource id
+          description: InterRegion id
           required: true
           type: string
           format: JSON
@@ -23112,21 +25042,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/HosClientsource'
+            $ref: '#/definitions/InterRegion'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosClientsource'
+            $ref: '#/definitions/InterRegion'
       deprecated: false
-  '/HosClientsources/{id}/replace':
+  '/InterRegions/{id}/replace':
     post:
       tags:
-        - HosClientsource
+        - InterRegion
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'HosClientsource.replaceById__post_HosClientsources_{id}_replace'
+      operationId: 'InterRegion.replaceById__post_InterRegions_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -23140,19 +25070,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosClientsource'
+            $ref: '#/definitions/InterRegion'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosClientsource'
+            $ref: '#/definitions/InterRegion'
       deprecated: false
-  /HosClientsources/findOne:
+  /InterRegions/findOne:
     get:
       tags:
-        - HosClientsource
+        - InterRegion
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: HosClientsource.findOne
+      operationId: InterRegion.findOne
       parameters:
         - name: filter
           in: query
@@ -23169,14 +25099,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosClientsource'
+            $ref: '#/definitions/InterRegion'
       deprecated: false
-  /HosClientsources/update:
+  /InterRegions/update:
     post:
       tags:
-        - HosClientsource
+        - InterRegion
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: HosClientsource.updateAll
+      operationId: InterRegion.updateAll
       parameters:
         - name: where
           in: query
@@ -23190,7 +25120,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/HosClientsource'
+            $ref: '#/definitions/InterRegion'
       responses:
         '200':
           description: Request was successful
@@ -23203,12 +25133,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /HosClientsources/count:
+  /InterRegions/count:
     get:
       tags:
-        - HosClientsource
+        - InterRegion
       summary: Count instances of the model matched by where from the data source.
-      operationId: HosClientsource.count
+      operationId: InterRegion.count
       parameters:
         - name: where
           in: query
@@ -23226,12 +25156,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /HosEachhospitals:
+  /BillCompanyorders:
     post:
       tags:
-        - HosEachhospital
+        - BillCompanyorder
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: HosEachhospital.create
+      operationId: BillCompanyorder.create
       parameters:
         - name: data
           in: body
@@ -23239,20 +25169,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachhospital'
+            $ref: '#/definitions/BillCompanyorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachhospital'
+            $ref: '#/definitions/BillCompanyorder'
       deprecated: false
     patch:
       tags:
-        - HosEachhospital
+        - BillCompanyorder
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: HosEachhospital.patchOrCreate
+      operationId: BillCompanyorder.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -23260,20 +25190,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachhospital'
+            $ref: '#/definitions/BillCompanyorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachhospital'
+            $ref: '#/definitions/BillCompanyorder'
       deprecated: false
     put:
       tags:
-        - HosEachhospital
+        - BillCompanyorder
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: HosEachhospital.replaceOrCreate__put_HosEachhospitals
+      operationId: BillCompanyorder.replaceOrCreate__put_BillCompanyorders
       parameters:
         - name: data
           in: body
@@ -23281,18 +25211,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachhospital'
+            $ref: '#/definitions/BillCompanyorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachhospital'
+            $ref: '#/definitions/BillCompanyorder'
       deprecated: false
     get:
       tags:
-        - HosEachhospital
+        - BillCompanyorder
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: HosEachhospital.find
+      operationId: BillCompanyorder.find
       parameters:
         - name: filter
           in: query
@@ -23311,16 +25241,16 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/HosEachhospital'
+              $ref: '#/definitions/BillCompanyorder'
       deprecated: false
-  /HosEachhospitals/replaceOrCreate:
+  /BillCompanyorders/replaceOrCreate:
     post:
       tags:
-        - HosEachhospital
+        - BillCompanyorder
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: HosEachhospital.replaceOrCreate__post_HosEachhospitals_replaceOrCreate
+      operationId: BillCompanyorder.replaceOrCreate__post_BillCompanyorders_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -23328,21 +25258,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachhospital'
+            $ref: '#/definitions/BillCompanyorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachhospital'
+            $ref: '#/definitions/BillCompanyorder'
       deprecated: false
-  /HosEachhospitals/upsertWithWhere:
+  /BillCompanyorders/upsertWithWhere:
     post:
       tags:
-        - HosEachhospital
+        - BillCompanyorder
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: HosEachhospital.upsertWithWhere
+      operationId: BillCompanyorder.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -23356,19 +25286,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/HosEachhospital'
+            $ref: '#/definitions/BillCompanyorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachhospital'
+            $ref: '#/definitions/BillCompanyorder'
       deprecated: false
-  '/HosEachhospitals/{id}/exists':
+  '/BillCompanyorders/{id}/exists':
     get:
       tags:
-        - HosEachhospital
+        - BillCompanyorder
       summary: Check whether a model instance exists in the data source.
-      operationId: 'HosEachhospital.exists__get_HosEachhospitals_{id}_exists'
+      operationId: 'BillCompanyorder.exists__get_BillCompanyorders_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -23385,12 +25315,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/HosEachhospitals/{id}':
+  '/BillCompanyorders/{id}':
     head:
       tags:
-        - HosEachhospital
+        - BillCompanyorder
       summary: Check whether a model instance exists in the data source.
-      operationId: 'HosEachhospital.exists__head_HosEachhospitals_{id}'
+      operationId: 'BillCompanyorder.exists__head_BillCompanyorders_{id}'
       parameters:
         - name: id
           in: path
@@ -23409,9 +25339,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - HosEachhospital
+        - BillCompanyorder
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: HosEachhospital.findById
+      operationId: BillCompanyorder.findById
       parameters:
         - name: id
           in: path
@@ -23431,15 +25361,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachhospital'
+            $ref: '#/definitions/BillCompanyorder'
       deprecated: false
     put:
       tags:
-        - HosEachhospital
+        - BillCompanyorder
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'HosEachhospital.replaceById__put_HosEachhospitals_{id}'
+      operationId: 'BillCompanyorder.replaceById__put_BillCompanyorders_{id}'
       parameters:
         - name: id
           in: path
@@ -23453,18 +25383,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachhospital'
+            $ref: '#/definitions/BillCompanyorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachhospital'
+            $ref: '#/definitions/BillCompanyorder'
       deprecated: false
     delete:
       tags:
-        - HosEachhospital
+        - BillCompanyorder
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: HosEachhospital.deleteById
+      operationId: BillCompanyorder.deleteById
       parameters:
         - name: id
           in: path
@@ -23480,15 +25410,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - HosEachhospital
+        - BillCompanyorder
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: HosEachhospital.prototype.patchAttributes
+      operationId: BillCompanyorder.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: HosEachhospital id
+          description: BillCompanyorder id
           required: true
           type: string
           format: JSON
@@ -23498,21 +25428,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/HosEachhospital'
+            $ref: '#/definitions/BillCompanyorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachhospital'
+            $ref: '#/definitions/BillCompanyorder'
       deprecated: false
-  '/HosEachhospitals/{id}/replace':
+  '/BillCompanyorders/{id}/replace':
     post:
       tags:
-        - HosEachhospital
+        - BillCompanyorder
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'HosEachhospital.replaceById__post_HosEachhospitals_{id}_replace'
+      operationId: 'BillCompanyorder.replaceById__post_BillCompanyorders_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -23526,19 +25456,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/HosEachhospital'
+            $ref: '#/definitions/BillCompanyorder'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachhospital'
+            $ref: '#/definitions/BillCompanyorder'
       deprecated: false
-  /HosEachhospitals/findOne:
+  /BillCompanyorders/findOne:
     get:
       tags:
-        - HosEachhospital
+        - BillCompanyorder
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: HosEachhospital.findOne
+      operationId: BillCompanyorder.findOne
       parameters:
         - name: filter
           in: query
@@ -23555,14 +25485,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/HosEachhospital'
+            $ref: '#/definitions/BillCompanyorder'
       deprecated: false
-  /HosEachhospitals/update:
+  /BillCompanyorders/update:
     post:
       tags:
-        - HosEachhospital
+        - BillCompanyorder
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: HosEachhospital.updateAll
+      operationId: BillCompanyorder.updateAll
       parameters:
         - name: where
           in: query
@@ -23576,7 +25506,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/HosEachhospital'
+            $ref: '#/definitions/BillCompanyorder'
       responses:
         '200':
           description: Request was successful
@@ -23589,12 +25519,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /HosEachhospitals/count:
+  /BillCompanyorders/count:
     get:
       tags:
-        - HosEachhospital
+        - BillCompanyorder
       summary: Count instances of the model matched by where from the data source.
-      operationId: HosEachhospital.count
+      operationId: BillCompanyorder.count
       parameters:
         - name: where
           in: query
@@ -23612,12 +25542,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainBillbrands:
+  /BillCompanyrevenues:
     post:
       tags:
-        - MainBillbrand
+        - BillCompanyrevenue
       summary: Create a new instance of the model and persist it into the data source.
-      operationId: MainBillbrand.create
+      operationId: BillCompanyrevenue.create
       parameters:
         - name: data
           in: body
@@ -23625,20 +25555,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainBillbrand'
+            $ref: '#/definitions/BillCompanyrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainBillbrand'
+            $ref: '#/definitions/BillCompanyrevenue'
       deprecated: false
     patch:
       tags:
-        - MainBillbrand
+        - BillCompanyrevenue
       summary: >-
         Patch an existing model instance or insert a new one into the data
         source.
-      operationId: MainBillbrand.patchOrCreate
+      operationId: BillCompanyrevenue.patchOrCreate
       parameters:
         - name: data
           in: body
@@ -23646,20 +25576,20 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainBillbrand'
+            $ref: '#/definitions/BillCompanyrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainBillbrand'
+            $ref: '#/definitions/BillCompanyrevenue'
       deprecated: false
     put:
       tags:
-        - MainBillbrand
+        - BillCompanyrevenue
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainBillbrand.replaceOrCreate__put_MainBillbrands
+      operationId: BillCompanyrevenue.replaceOrCreate__put_BillCompanyrevenues
       parameters:
         - name: data
           in: body
@@ -23667,18 +25597,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainBillbrand'
+            $ref: '#/definitions/BillCompanyrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainBillbrand'
+            $ref: '#/definitions/BillCompanyrevenue'
       deprecated: false
     get:
       tags:
-        - MainBillbrand
+        - BillCompanyrevenue
       summary: Find all instances of the model matched by filter from the data source.
-      operationId: MainBillbrand.find
+      operationId: BillCompanyrevenue.find
       parameters:
         - name: filter
           in: query
@@ -23697,16 +25627,17 @@ paths:
           schema:
             type: array
             items:
-              $ref: '#/definitions/MainBillbrand'
+              $ref: '#/definitions/BillCompanyrevenue'
       deprecated: false
-  /MainBillbrands/replaceOrCreate:
+  /BillCompanyrevenues/replaceOrCreate:
     post:
       tags:
-        - MainBillbrand
+        - BillCompanyrevenue
       summary: >-
         Replace an existing model instance or insert a new one into the data
         source.
-      operationId: MainBillbrand.replaceOrCreate__post_MainBillbrands_replaceOrCreate
+      operationId: >-
+        BillCompanyrevenue.replaceOrCreate__post_BillCompanyrevenues_replaceOrCreate
       parameters:
         - name: data
           in: body
@@ -23714,21 +25645,21 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainBillbrand'
+            $ref: '#/definitions/BillCompanyrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainBillbrand'
+            $ref: '#/definitions/BillCompanyrevenue'
       deprecated: false
-  /MainBillbrands/upsertWithWhere:
+  /BillCompanyrevenues/upsertWithWhere:
     post:
       tags:
-        - MainBillbrand
+        - BillCompanyrevenue
       summary: >-
         Update an existing model instance or insert a new one into the data
         source based on the where criteria.
-      operationId: MainBillbrand.upsertWithWhere
+      operationId: BillCompanyrevenue.upsertWithWhere
       parameters:
         - name: where
           in: query
@@ -23742,19 +25673,19 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainBillbrand'
+            $ref: '#/definitions/BillCompanyrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainBillbrand'
+            $ref: '#/definitions/BillCompanyrevenue'
       deprecated: false
-  '/MainBillbrands/{id}/exists':
+  '/BillCompanyrevenues/{id}/exists':
     get:
       tags:
-        - MainBillbrand
+        - BillCompanyrevenue
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainBillbrand.exists__get_MainBillbrands_{id}_exists'
+      operationId: 'BillCompanyrevenue.exists__get_BillCompanyrevenues_{id}_exists'
       parameters:
         - name: id
           in: path
@@ -23771,12 +25702,12 @@ paths:
               exists:
                 type: boolean
       deprecated: false
-  '/MainBillbrands/{id}':
+  '/BillCompanyrevenues/{id}':
     head:
       tags:
-        - MainBillbrand
+        - BillCompanyrevenue
       summary: Check whether a model instance exists in the data source.
-      operationId: 'MainBillbrand.exists__head_MainBillbrands_{id}'
+      operationId: 'BillCompanyrevenue.exists__head_BillCompanyrevenues_{id}'
       parameters:
         - name: id
           in: path
@@ -23795,9 +25726,9 @@ paths:
       deprecated: false
     get:
       tags:
-        - MainBillbrand
+        - BillCompanyrevenue
       summary: 'Find a model instance by {{id}} from the data source.'
-      operationId: MainBillbrand.findById
+      operationId: BillCompanyrevenue.findById
       parameters:
         - name: id
           in: path
@@ -23817,15 +25748,15 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainBillbrand'
+            $ref: '#/definitions/BillCompanyrevenue'
       deprecated: false
     put:
       tags:
-        - MainBillbrand
+        - BillCompanyrevenue
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainBillbrand.replaceById__put_MainBillbrands_{id}'
+      operationId: 'BillCompanyrevenue.replaceById__put_BillCompanyrevenues_{id}'
       parameters:
         - name: id
           in: path
@@ -23839,18 +25770,18 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainBillbrand'
+            $ref: '#/definitions/BillCompanyrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainBillbrand'
+            $ref: '#/definitions/BillCompanyrevenue'
       deprecated: false
     delete:
       tags:
-        - MainBillbrand
+        - BillCompanyrevenue
       summary: 'Delete a model instance by {{id}} from the data source.'
-      operationId: MainBillbrand.deleteById
+      operationId: BillCompanyrevenue.deleteById
       parameters:
         - name: id
           in: path
@@ -23866,15 +25797,15 @@ paths:
       deprecated: false
     patch:
       tags:
-        - MainBillbrand
+        - BillCompanyrevenue
       summary: >-
         Patch attributes for a model instance and persist it into the data
         source.
-      operationId: MainBillbrand.prototype.patchAttributes
+      operationId: BillCompanyrevenue.prototype.patchAttributes
       parameters:
         - name: id
           in: path
-          description: MainBillbrand id
+          description: BillCompanyrevenue id
           required: true
           type: string
           format: JSON
@@ -23884,21 +25815,21 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainBillbrand'
+            $ref: '#/definitions/BillCompanyrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainBillbrand'
+            $ref: '#/definitions/BillCompanyrevenue'
       deprecated: false
-  '/MainBillbrands/{id}/replace':
+  '/BillCompanyrevenues/{id}/replace':
     post:
       tags:
-        - MainBillbrand
+        - BillCompanyrevenue
       summary: >-
         Replace attributes for a model instance and persist it into the data
         source.
-      operationId: 'MainBillbrand.replaceById__post_MainBillbrands_{id}_replace'
+      operationId: 'BillCompanyrevenue.replaceById__post_BillCompanyrevenues_{id}_replace'
       parameters:
         - name: id
           in: path
@@ -23912,19 +25843,19 @@ paths:
           required: false
           schema:
             description: Model instance data
-            $ref: '#/definitions/MainBillbrand'
+            $ref: '#/definitions/BillCompanyrevenue'
       responses:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainBillbrand'
+            $ref: '#/definitions/BillCompanyrevenue'
       deprecated: false
-  /MainBillbrands/findOne:
+  /BillCompanyrevenues/findOne:
     get:
       tags:
-        - MainBillbrand
+        - BillCompanyrevenue
       summary: Find first instance of the model matched by filter from the data source.
-      operationId: MainBillbrand.findOne
+      operationId: BillCompanyrevenue.findOne
       parameters:
         - name: filter
           in: query
@@ -23941,14 +25872,14 @@ paths:
         '200':
           description: Request was successful
           schema:
-            $ref: '#/definitions/MainBillbrand'
+            $ref: '#/definitions/BillCompanyrevenue'
       deprecated: false
-  /MainBillbrands/update:
+  /BillCompanyrevenues/update:
     post:
       tags:
-        - MainBillbrand
+        - BillCompanyrevenue
       summary: 'Update instances of the model matched by {{where}} from the data source.'
-      operationId: MainBillbrand.updateAll
+      operationId: BillCompanyrevenue.updateAll
       parameters:
         - name: where
           in: query
@@ -23962,7 +25893,7 @@ paths:
           required: false
           schema:
             description: An object of model property name/value pairs
-            $ref: '#/definitions/MainBillbrand'
+            $ref: '#/definitions/BillCompanyrevenue'
       responses:
         '200':
           description: Request was successful
@@ -23975,12 +25906,12 @@ paths:
                 type: number
                 format: double
       deprecated: false
-  /MainBillbrands/count:
+  /BillCompanyrevenues/count:
     get:
       tags:
-        - MainBillbrand
+        - BillCompanyrevenue
       summary: Count instances of the model matched by where from the data source.
-      operationId: MainBillbrand.count
+      operationId: BillCompanyrevenue.count
       parameters:
         - name: where
           in: query
@@ -24480,20 +26411,6 @@ definitions:
         type: number
         format: double
     additionalProperties: false
-  OrderYhj:
-    properties:
-      id:
-        maxLength: 36
-        type: string
-      name:
-        maxLength: 4
-        type: string
-      value:
-        type: number
-        format: double
-    required:
-      - name
-    additionalProperties: false
   MainMerchant:
     properties:
       id:
@@ -25060,6 +26977,83 @@ definitions:
     required:
       - value
     additionalProperties: false
+  InterMarket:
+    properties:
+      id:
+        maxLength: 36
+        type: string
+      name:
+        maxLength: 3
+        type: string
+      order:
+        type: number
+        format: double
+      money:
+        type: number
+        format: double
+    additionalProperties: false
+  InterClassify:
+    properties:
+      id:
+        maxLength: 36
+        type: string
+      name:
+        maxLength: 30
+        type: string
+      value:
+        type: number
+        format: double
+    additionalProperties: false
+  InterPersonas:
+    properties:
+      id:
+        maxLength: 36
+        type: string
+      name:
+        maxLength: 1
+        type: string
+      value:
+        type: number
+        format: double
+    required:
+      - name
+    additionalProperties: false
+  InterRegion:
+    properties:
+      id:
+        maxLength: 36
+        type: string
+      name:
+        maxLength: 50
+        type: string
+      value:
+        type: number
+        format: double
+    additionalProperties: false
+  BillCompanyorder:
+    properties:
+      id:
+        maxLength: 36
+        type: string
+      name:
+        maxLength: 200
+        type: string
+      value:
+        type: number
+        format: double
+    additionalProperties: false
+  BillCompanyrevenue:
+    properties:
+      id:
+        maxLength: 36
+        type: string
+      name:
+        maxLength: 200
+        type: string
+      value:
+        type: number
+        format: double
+    additionalProperties: false
 basePath: /api/ruipeng
 swagger: '2.0'
 info:
diff --git a/server/model-config.json b/server/model-config.json
index 0a6bfa5..bb274a6 100644
--- a/server/model-config.json
+++ b/server/model-config.json
@@ -89,10 +89,6 @@
     "dataSource": "ruipeng",
     "public": true
   },
-  "OrderYhj": {
-    "dataSource": "ruipeng",
-    "public": true
-  },
   "MainMerchant": {
     "dataSource": "ruipeng",
     "public": true
@@ -260,5 +256,29 @@
   "MainBillbrand": {
     "dataSource": "ruipeng",
     "public": true
+  },
+  "InterMarket": {
+    "dataSource": "ruipeng",
+    "public": true
+  },
+  "InterClassify": {
+    "dataSource": "ruipeng",
+    "public": true
+  },
+  "InterPersonas": {
+    "dataSource": "ruipeng",
+    "public": true
+  },
+  "InterRegion": {
+    "dataSource": "ruipeng",
+    "public": true
+  },
+  "BillCompanyorder": {
+    "dataSource": "ruipeng",
+    "public": true
+  },
+  "BillCompanyrevenue": {
+    "dataSource": "ruipeng",
+    "public": true
   }
 }
-- 
2.21.0