diff --git a/docs/model.ndm2 b/docs/model.ndm2 index 54c1f49..6b71ecc 100644 --- a/docs/model.ndm2 +++ b/docs/model.ndm2 @@ -7914,354 +7914,6 @@ "dataCompressions": [] } }, - { - "objectType": "Table_MSSQL", - "name": "UserOrderService", - "comment": "سرویس های سفارش کاربر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "UserOrderService", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 9042, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "CreateNewUserOrder", - "type": "CreateCommand", - "size": 0, - "isNullable": "Default", - "scale": 0, - "comment": "ایجاد سفارش کاربر جدید", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "CreateNewUserOrder", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UpdateUserOrder", - "type": "UpdateCommand", - "size": 0, - "isNullable": "Default", - "scale": 0, - "comment": "ویرایش سفارش کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UpdateUserOrder", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "DeleteUserOrder", - "type": "DeleteCommand", - "size": 0, - "isNullable": "Default", - "scale": 0, - "comment": "حذف سفارش کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "DeleteUserOrder", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "GetUserOrder", - "type": "GetOneQuery", - "size": 0, - "isNullable": "Default", - "scale": 0, - "comment": "واکشی یک سفارش کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "GetUserOrder", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "GetAllUserOrderByFilter", - "type": "GetAllByFilterQuery", - "size": 0, - "isNullable": "Default", - "scale": 0, - "comment": "واکشی سفارش کاربر ها بر مبنای فیلتر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "GetAllUserOrderByFilter", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "foreignKeys": [ - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserOrderService_CreateNewUserOrderRequest_1", - "fields": [ - "CreateNewUserOrder" - ], - "referencedSchema": "CMS", - "referencedTable": "CreateNewUserOrderRequest", - "referencedFields": [ - "Price" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserOrderService_CreateNewUserOrderResponse_1", - "fields": [ - "CreateNewUserOrder" - ], - "referencedSchema": "CMS", - "referencedTable": "CreateNewUserOrderResponse", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserOrderService_UpdateUserOrderRequest_1", - "fields": [ - "UpdateUserOrder" - ], - "referencedSchema": "CMS", - "referencedTable": "UpdateUserOrderRequest", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserOrderService_DeleteUserOrderRequest_1", - "fields": [ - "DeleteUserOrder" - ], - "referencedSchema": "CMS", - "referencedTable": "DeleteUserOrderRequest", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserOrderService_GetUserOrderRequest_1", - "fields": [ - "GetUserOrder" - ], - "referencedSchema": "CMS", - "referencedTable": "GetUserOrderRequest", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserOrderService_GetUserOrderResponse_1", - "fields": [ - "GetUserOrder" - ], - "referencedSchema": "CMS", - "referencedTable": "GetUserOrderResponse", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserOrderService_GetAllUserOrderByFilterRequest_1", - "fields": [ - "GetAllUserOrderByFilter" - ], - "referencedSchema": "CMS", - "referencedTable": "GetAllUserOrderByFilterRequest", - "referencedFields": [ - "PaginationState" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserOrderService_GetAllUserOrderByFilterResponse_1", - "fields": [ - "GetAllUserOrderByFilter" - ], - "referencedSchema": "CMS", - "referencedTable": "GetAllUserOrderByFilterResponse", - "referencedFields": [ - "MetaData" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - } - ], - "uniques": [], - "checks": [], - "triggers": [], - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, { "objectType": "Table_MSSQL", "name": "CreateNewUserOrderResponse", @@ -13880,863 +13532,6 @@ "dataCompressions": [] } }, - { - "objectType": "Table_MSSQL", - "name": "GetUserOrderResponse", - "comment": "خروجی واکشی یک سفارش کاربر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "GetUserOrderResponse", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 2961, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "Id", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Id", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": true, - "isExistingField": false, - "identitySeed": -2147483648, - "identityIncrement": -2147483648, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Price", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "قیمت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Price", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PackageId", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه پکیج", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PackageId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "TransactionId", - "type": "bigint", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "شناسه تراکنش", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "TransactionId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PaymentStatus", - "type": "bit", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "وضعیت پرداخت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PaymentStatus", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PaymentDate", - "type": "datetime", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "تاریخ پرداخت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PaymentDate", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UserId", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UserId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UserAddressId", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه آدرس کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UserAddressId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "primaryKey": { - "objectType": "PrimaryKey_MSSQL", - "name": "_copy_23", - "fields": [ - "Id" - ], - "fillFactor": 0, - "oldName": "", - "isClustered": false, - "isPadded": false, - "noRecomputeStatistics": false, - "ignoreDuplicatedKeyValues": false, - "allowRowLocks": false, - "allowPageLocks": false, - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, - "foreignKeys": [], - "uniques": [], - "checks": [], - "triggers": [], - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, - { - "objectType": "Table_MSSQL", - "name": "UpdateUserOrderRequest", - "comment": "ورودی ویرایش سفارش کاربر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "UpdateUserOrderRequest", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 4722, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "Id", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Id", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": true, - "isExistingField": false, - "identitySeed": -2147483648, - "identityIncrement": -2147483648, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Price", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "قیمت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Price", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PackageId", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه پکیج", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PackageId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "TransactionId", - "type": "bigint", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "شناسه تراکنش", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "TransactionId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PaymentStatus", - "type": "bit", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "وضعیت پرداخت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PaymentStatus", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PaymentDate", - "type": "datetime", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "تاریخ پرداخت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PaymentDate", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UserId", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UserId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UserAddressId", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه آدرس کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UserAddressId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "primaryKey": { - "objectType": "PrimaryKey_MSSQL", - "name": "_copy_26", - "fields": [ - "Id" - ], - "fillFactor": 0, - "oldName": "", - "isClustered": false, - "isPadded": false, - "noRecomputeStatistics": false, - "ignoreDuplicatedKeyValues": false, - "allowRowLocks": false, - "allowPageLocks": false, - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, - "foreignKeys": [], - "uniques": [], - "checks": [], - "triggers": [], - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, - { - "objectType": "Table_MSSQL", - "name": "CreateNewUserOrderRequest", - "comment": "ورودی ایجاد سفارش کاربر جدید", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "CreateNewUserOrderRequest", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 7068, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "Price", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "قیمت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Price", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PackageId", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه پکیج", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PackageId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "TransactionId", - "type": "bigint", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "شناسه تراکنش", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "TransactionId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PaymentStatus", - "type": "bit", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "وضعیت پرداخت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PaymentStatus", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PaymentDate", - "type": "datetime", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "تاریخ پرداخت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PaymentDate", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UserId", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UserId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UserAddressId", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه آدرس کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UserAddressId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "foreignKeys": [], - "uniques": [], - "checks": [], - "triggers": [], - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, { "objectType": "Table_MSSQL", "name": "CreateNewUserRequest", @@ -18434,392 +17229,6 @@ "dataCompressions": [] } }, - { - "objectType": "Table_MSSQL", - "name": "UserOrder", - "comment": "سفارش کاربر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 0, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "Id", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Id", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": true, - "isExistingField": false, - "identitySeed": -2147483648, - "identityIncrement": -2147483648, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Price", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "قیمت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Price", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PackageId", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه پکیج", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PackageId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "TransactionId", - "type": "bigint", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "شناسه تراکنش", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "TransactionId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PaymentStatus", - "type": "enum", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "وضعیت پرداخت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PaymentStatus", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PaymentDate", - "type": "datetime2", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "تاریخ پرداخت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PaymentDate", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UserId", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UserId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UserAddressId", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه آدرس کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UserAddressId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "primaryKey": { - "objectType": "PrimaryKey_MSSQL", - "name": "_copy_1_copy_1_copy_1", - "fields": [ - "Id" - ], - "fillFactor": 0, - "oldName": "", - "isClustered": true, - "isPadded": false, - "noRecomputeStatistics": false, - "ignoreDuplicatedKeyValues": false, - "allowRowLocks": true, - "allowPageLocks": true, - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, - "foreignKeys": [ - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserOrder_Package_1", - "fields": [ - "PackageId" - ], - "referencedSchema": "CMS", - "referencedTable": "Package", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": true, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserOrder_User_1", - "fields": [ - "UserId" - ], - "referencedSchema": "CMS", - "referencedTable": "User", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": true, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserOrder_UserAddress_1", - "fields": [ - "UserAddressId" - ], - "referencedSchema": "CMS", - "referencedTable": "UserAddress", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": true, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserOrder_PaymentStatus_1", - "fields": [ - "PaymentStatus" - ], - "referencedSchema": "CMS", - "referencedTable": "PaymentStatus", - "referencedFields": [ - "Success" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": true, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - } - ], - "uniques": [], - "checks": [], - "triggers": [], - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, { "objectType": "Table_MSSQL", "name": "TransactionType", @@ -37741,616 +36150,6 @@ "dataCompressions": [] } }, - { - "objectType": "Table_MSSQL", - "name": "GetAllUserOrderByFilterResponseModel", - "comment": "مدل خروجی سفارش کاربر بر مبنای فیلتر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "GetAllUserOrderByFilterResponseModel", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 2138, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "Id", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Id", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": true, - "isExistingField": false, - "identitySeed": -2147483648, - "identityIncrement": -2147483648, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Price", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "قیمت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Price", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PackageId", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه پکیج", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PackageId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "TransactionId", - "type": "bigint", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "شناسه تراکنش", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "TransactionId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PaymentStatus", - "type": "int", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "وضعیت پرداخت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PaymentStatus", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PaymentDate", - "type": "datetime", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "تاریخ پرداخت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PaymentDate", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UserId", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UserId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UserAddressId", - "type": "bigint", - "size": -2147483648, - "isNullable": "No", - "scale": -2147483648, - "comment": "شناسه آدرس کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UserAddressId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "primaryKey": { - "objectType": "PrimaryKey_MSSQL", - "name": "_copy_21", - "fields": [ - "Id" - ], - "fillFactor": 0, - "oldName": "", - "isClustered": false, - "isPadded": false, - "noRecomputeStatistics": false, - "ignoreDuplicatedKeyValues": false, - "allowRowLocks": false, - "allowPageLocks": false, - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, - "foreignKeys": [], - "uniques": [], - "checks": [], - "triggers": [], - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, - { - "objectType": "Table_MSSQL", - "name": "GetAllUserOrderByFilterFilter", - "comment": "فیلترهای سفارش کاربر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "GetAllUserOrderByFilterFilter", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 1841, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "Id", - "type": "bigint", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "شناسه", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Id", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": true, - "isExistingField": false, - "identitySeed": -2147483648, - "identityIncrement": -2147483648, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Price", - "type": "bigint", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "قیمت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Price", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PackageId", - "type": "bigint", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "شناسه پکیج", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PackageId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "TransactionId", - "type": "bigint", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "شناسه تراکنش", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "TransactionId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PaymentStatus", - "type": "int", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "وضعیت پرداخت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "None", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PaymentStatus", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PaymentDate", - "type": "datetime", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "تاریخ پرداخت", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PaymentDate", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UserId", - "type": "bigint", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "شناسه کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UserId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UserAddressId", - "type": "bigint", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "شناسه آدرس کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UserAddressId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "primaryKey": { - "objectType": "PrimaryKey_MSSQL", - "name": "_copy_22", - "fields": [ - "Id" - ], - "fillFactor": 0, - "oldName": "", - "isClustered": false, - "isPadded": false, - "noRecomputeStatistics": false, - "ignoreDuplicatedKeyValues": false, - "allowRowLocks": false, - "allowPageLocks": false, - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, - "foreignKeys": [], - "uniques": [], - "checks": [], - "triggers": [], - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, { "objectType": "Table_MSSQL", "name": "Transactions", @@ -47060,7 +44859,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_135", "fields": [ "Id" ], @@ -47155,7 +44954,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_134", "fields": [ "Id" ], @@ -47250,7 +45049,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_133", "fields": [ "Id" ], @@ -48428,7 +46227,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_132", "fields": [ "Id" ], @@ -48553,7 +46352,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_131", "fields": [], "fillFactor": 0, "oldName": "", @@ -48706,7 +46505,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_130", "fields": [ "Id" ], @@ -48861,7 +46660,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_129", "fields": [ "Id" ], @@ -49016,7 +46815,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_128", "fields": [ "Id" ], @@ -49556,7 +47355,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_127", "fields": [ "Id" ], @@ -49711,7 +47510,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_126", "fields": [ "Id" ], @@ -49806,7 +47605,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_125", "fields": [ "Id" ], @@ -49901,7 +47700,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_124", "fields": [ "Id" ], @@ -50056,7 +47855,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_123", "fields": [ "Id" ], @@ -50359,7 +48158,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_122", "fields": [ "Id" ], @@ -50632,7 +48431,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_121", "fields": [ "Id" ], @@ -50895,6 +48694,3679 @@ "filestreamPartitionScheme": "", "dataCompressions": [] } + }, + { + "objectType": "Table_MSSQL", + "name": "UserOrderService", + "comment": "سرویس های سفارش کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UserOrderService", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 9042, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "CreateNewUserOrder", + "type": "CreateCommand", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "ایجاد سفارش کاربر جدید", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CreateNewUserOrder", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UpdateUserOrder", + "type": "UpdateCommand", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "ویرایش سفارش کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UpdateUserOrder", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "DeleteUserOrder", + "type": "DeleteCommand", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "حذف سفارش کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "DeleteUserOrder", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetUserOrder", + "type": "GetOneQuery", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "واکشی یک سفارش کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetUserOrder", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetAllUserOrderByFilter", + "type": "GetAllByFilterQuery", + "size": 0, + "isNullable": "Yes", + "scale": 0, + "comment": "واکشی سفارش کاربر ها بر مبنای فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetAllUserOrderByFilter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "SubmitShopBuyOrder", + "type": "Command", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "SubmitShopBuyOrder", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_120", + "fields": [], + "fillFactor": 0, + "oldName": "", + "isClustered": true, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": true, + "allowPageLocks": true, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserOrderService_CreateNewUserOrderRequest_1", + "fields": [ + "CreateNewUserOrder" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewUserOrderRequest", + "referencedFields": [ + "Price" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserOrderService_CreateNewUserOrderResponse_1", + "fields": [ + "CreateNewUserOrder" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewUserOrderResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserOrderService_UpdateUserOrderRequest_1", + "fields": [ + "UpdateUserOrder" + ], + "referencedSchema": "CMS", + "referencedTable": "UpdateUserOrderRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserOrderService_DeleteUserOrderRequest_1", + "fields": [ + "DeleteUserOrder" + ], + "referencedSchema": "CMS", + "referencedTable": "DeleteUserOrderRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserOrderService_GetUserOrderRequest_1", + "fields": [ + "GetUserOrder" + ], + "referencedSchema": "CMS", + "referencedTable": "GetUserOrderRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserOrderService_GetUserOrderResponse_1", + "fields": [ + "GetUserOrder" + ], + "referencedSchema": "CMS", + "referencedTable": "GetUserOrderResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserOrderService_GetAllUserOrderByFilterRequest_1", + "fields": [ + "GetAllUserOrderByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllUserOrderByFilterRequest", + "referencedFields": [ + "PaginationState" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserOrderService_GetAllUserOrderByFilterResponse_1", + "fields": [ + "GetAllUserOrderByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllUserOrderByFilterResponse", + "referencedFields": [ + "MetaData" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserOrderService_SubmitShopBuyOrderRequest_1", + "fields": [ + "SubmitShopBuyOrder" + ], + "referencedSchema": "CMS", + "referencedTable": "SubmitShopBuyOrderRequest", + "referencedFields": [ + "TotalAmount" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserOrderService_SubmitShopBuyOrderResponse_1", + "fields": [ + "SubmitShopBuyOrder" + ], + "referencedSchema": "CMS", + "referencedTable": "SubmitShopBuyOrderResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "SubmitShopBuyOrderRequest", + "comment": "ورودی واکشی یک سفارش کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 3325, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "TotalAmount", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "کل مبلغ ورودی", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "TotalAmount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_24_copy_1", + "fields": [], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "SubmitShopBuyOrderFactorDetail", + "comment": "خروجی ایجاد سفارش کاربر جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2992, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "ProductId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductTitle", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductTitle", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ProductThumbnailPath", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "ProductThumbnailPath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UnitPrice", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UnitPrice", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Count", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Count", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UnitDiscountPrice", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UnitDiscountPrice", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_27_copy_1_copy_1", + "fields": [ + "ProductId" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "PaymentMethod", + "comment": "", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "IPG", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "IPG", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Wallet", + "type": "int", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Wallet", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_137", + "fields": [], + "fillFactor": 0, + "oldName": "", + "isClustered": true, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": true, + "allowPageLocks": true, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "SubmitShopBuyOrderResponse", + "comment": "خروجی ایجاد سفارش کاربر جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2992, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentStatus", + "type": "enum", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentStatus", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Created", + "type": "datetime2", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Created", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentMethod", + "type": "enum", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentMethod", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserAddressText", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserAddressText", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "TotalAmount", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "TotalAmount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "FactorDetail", + "type": "Collection", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "FactorDetail", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_27_copy_1", + "fields": [], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_SubmitShopBuyOrderResponse_SubmitShopBuyOrderFactorDetail_1", + "fields": [ + "FactorDetail" + ], + "referencedSchema": "CMS", + "referencedTable": "SubmitShopBuyOrderFactorDetail", + "referencedFields": [ + "ProductId" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_SubmitShopBuyOrderResponse_PaymentMethod_1", + "fields": [ + "PaymentMethod" + ], + "referencedSchema": "CMS", + "referencedTable": "PaymentMethod", + "referencedFields": [ + "IPG" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_SubmitShopBuyOrderResponse_PaymentStatus_1", + "fields": [ + "PaymentStatus" + ], + "referencedSchema": "CMS", + "referencedTable": "PaymentStatus", + "referencedFields": [ + "Success" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllUserOrderByFilterFilter", + "comment": "فیلترهای سفارش کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllUserOrderByFilterFilter", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 1841, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Price", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "قیمت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Price", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PackageId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه پکیج", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PackageId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "TransactionId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه تراکنش", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "TransactionId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentStatus", + "type": "enum", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "وضعیت پرداخت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentStatus", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentDate", + "type": "datetime", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "تاریخ پرداخت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentDate", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserAddressId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserAddressId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentMethod", + "type": "enum", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentMethod", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_22", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllUserOrderByFilterFilter_PaymentMethod_1", + "fields": [ + "PaymentMethod" + ], + "referencedSchema": "CMS", + "referencedTable": "PaymentMethod", + "referencedFields": [ + "IPG" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllUserOrderByFilterFilter_PaymentStatus_1", + "fields": [ + "PaymentStatus" + ], + "referencedSchema": "CMS", + "referencedTable": "PaymentStatus", + "referencedFields": [ + "Success" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "UpdateUserOrderRequest", + "comment": "ورودی ویرایش سفارش کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UpdateUserOrderRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 4722, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Price", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "قیمت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Price", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PackageId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه پکیج", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PackageId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "TransactionId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه تراکنش", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "TransactionId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentStatus", + "type": "enum", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "وضعیت پرداخت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentStatus", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentDate", + "type": "datetime", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "تاریخ پرداخت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentDate", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserAddressId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserAddressId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentMethod", + "type": "enum", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentMethod", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_26", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UpdateUserOrderRequest_PaymentMethod_1", + "fields": [ + "PaymentMethod" + ], + "referencedSchema": "CMS", + "referencedTable": "PaymentMethod", + "referencedFields": [ + "IPG" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UpdateUserOrderRequest_PaymentStatus_1", + "fields": [ + "PaymentStatus" + ], + "referencedSchema": "CMS", + "referencedTable": "PaymentStatus", + "referencedFields": [ + "Success" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewUserOrderRequest", + "comment": "ورودی ایجاد سفارش کاربر جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "CreateNewUserOrderRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 7068, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Price", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "قیمت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Price", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PackageId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه پکیج", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PackageId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "TransactionId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه تراکنش", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "TransactionId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentStatus", + "type": "enum", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "وضعیت پرداخت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentStatus", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentDate", + "type": "datetime", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "تاریخ پرداخت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentDate", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserAddressId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserAddressId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentMethod", + "type": "enum", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentMethod", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_136", + "fields": [], + "fillFactor": 0, + "oldName": "", + "isClustered": true, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": true, + "allowPageLocks": true, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_CreateNewUserOrderRequest_PaymentMethod_1", + "fields": [ + "PaymentMethod" + ], + "referencedSchema": "CMS", + "referencedTable": "PaymentMethod", + "referencedFields": [ + "IPG" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_CreateNewUserOrderRequest_PaymentStatus_1", + "fields": [ + "PaymentStatus" + ], + "referencedSchema": "CMS", + "referencedTable": "PaymentStatus", + "referencedFields": [ + "Success" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetAllUserOrderByFilterResponseModel", + "comment": "مدل خروجی سفارش کاربر بر مبنای فیلتر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetAllUserOrderByFilterResponseModel", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2138, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Price", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "قیمت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Price", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PackageId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه پکیج", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PackageId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "TransactionId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه تراکنش", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "TransactionId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentStatus", + "type": "enum", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "وضعیت پرداخت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentStatus", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentDate", + "type": "datetime", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "تاریخ پرداخت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentDate", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserAddressId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserAddressId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentMethod", + "type": "enum", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentMethod", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserAddressText", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserAddressText", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "TotalAmount", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "TotalAmount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_21", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllUserOrderByFilterResponseModel_PaymentMethod_1", + "fields": [ + "PaymentMethod" + ], + "referencedSchema": "CMS", + "referencedTable": "PaymentMethod", + "referencedFields": [ + "IPG" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetAllUserOrderByFilterResponseModel_PaymentStatus_1", + "fields": [ + "PaymentStatus" + ], + "referencedSchema": "CMS", + "referencedTable": "PaymentStatus", + "referencedFields": [ + "Success" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetUserOrderResponse", + "comment": "خروجی واکشی یک سفارش کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "GetUserOrderResponse", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2961, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Price", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "قیمت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Price", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PackageId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه پکیج", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PackageId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "TransactionId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه تراکنش", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "TransactionId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentStatus", + "type": "enum", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "وضعیت پرداخت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentStatus", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentDate", + "type": "datetime", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "تاریخ پرداخت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentDate", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserAddressId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserAddressId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentMethod", + "type": "enum", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentMethod", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "TotalAmount", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "TotalAmount", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserAddressText", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserAddressText", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_23", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetUserOrderResponse_PaymentMethod_1", + "fields": [ + "PaymentMethod" + ], + "referencedSchema": "CMS", + "referencedTable": "PaymentMethod", + "referencedFields": [ + "IPG" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_GetUserOrderResponse_PaymentStatus_1", + "fields": [ + "PaymentStatus" + ], + "referencedSchema": "CMS", + "referencedTable": "PaymentStatus", + "referencedFields": [ + "Success" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "UserOrder", + "comment": "سفارش کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 0, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Price", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "قیمت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Price", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PackageId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه پکیج", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PackageId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "TransactionId", + "type": "bigint", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "شناسه تراکنش", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "TransactionId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentStatus", + "type": "enum", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "وضعیت پرداخت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentStatus", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentDate", + "type": "datetime2", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "تاریخ پرداخت", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentDate", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UserAddressId", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه آدرس کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UserAddressId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PaymentMethod", + "type": "enum", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "None", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "PaymentMethod", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_1_copy_1_copy_1", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": true, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": true, + "allowPageLocks": true, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserOrder_Package_1", + "fields": [ + "PackageId" + ], + "referencedSchema": "CMS", + "referencedTable": "Package", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserOrder_User_1", + "fields": [ + "UserId" + ], + "referencedSchema": "CMS", + "referencedTable": "User", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserOrder_UserAddress_1", + "fields": [ + "UserAddressId" + ], + "referencedSchema": "CMS", + "referencedTable": "UserAddress", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserOrder_PaymentStatus_1", + "fields": [ + "PaymentStatus" + ], + "referencedSchema": "CMS", + "referencedTable": "PaymentStatus", + "referencedFields": [ + "Success" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserOrder_PaymentMethod_1", + "fields": [ + "PaymentMethod" + ], + "referencedSchema": "CMS", + "referencedTable": "PaymentMethod", + "referencedFields": [ + "IPG" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } } ], "views": [] @@ -50906,7 +52378,7 @@ "diagrams": [ { "name": "CMS", - "paperWidth": 6, + "paperWidth": 5, "paperHeight": 3, "tableFont": "Arial Unicode MS", "tableFontSize": 14, @@ -50921,8 +52393,8 @@ "type": "table", "schemaName": "CMS", "tableName": "User", - "x": 21150, - "y": 4460, + "x": 6480, + "y": 9380, "width": 370, "height": 435, "isBold": false, @@ -50937,8 +52409,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserAddress", - "x": 22880, - "y": 4730, + "x": 6720, + "y": 7930, "width": 310, "height": 220, "isBold": false, @@ -50953,8 +52425,8 @@ "type": "table", "schemaName": "CMS", "tableName": "Package", - "x": 22460, - "y": 2810, + "x": 6170, + "y": 7640, "width": 310, "height": 170, "isBold": false, @@ -50969,8 +52441,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserOrder", - "x": 22100, - "y": 2810, + "x": 6940, + "y": 7540, "width": 310, "height": 285, "isBold": false, @@ -50985,8 +52457,8 @@ "type": "table", "schemaName": "CMS", "tableName": "Role", - "x": 20360, - "y": 4620, + "x": 5770, + "y": 9540, "width": 310, "height": 130, "isBold": false, @@ -51001,8 +52473,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserRole", - "x": 20730, - "y": 4620, + "x": 6130, + "y": 9540, "width": 310, "height": 130, "isBold": false, @@ -51017,8 +52489,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserService", - "x": 8220, - "y": 11770, + "x": 10280, + "y": 13050, "width": 400, "height": 284, "isBold": false, @@ -51033,8 +52505,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserRequest", - "x": 8440, - "y": 11120, + "x": 10450, + "y": 11900, "width": 400, "height": 270, "isBold": false, @@ -51049,8 +52521,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserResponse", - "x": 8080, - "y": 10970, + "x": 10120, + "y": 11740, "width": 400, "height": 106, "isBold": false, @@ -51065,8 +52537,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserRequest", - "x": 7710, - "y": 11580, + "x": 9770, + "y": 13040, "width": 400, "height": 300, "isBold": false, @@ -51081,8 +52553,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserRequest", - "x": 7710, - "y": 11940, + "x": 10280, + "y": 13380, "width": 400, "height": 106, "isBold": false, @@ -51097,8 +52569,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserRequest", - "x": 8220, - "y": 12100, + "x": 10730, + "y": 13260, "width": 400, "height": 106, "isBold": false, @@ -51113,8 +52585,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserResponse", - "x": 10840, - "y": 11960, + "x": 11870, + "y": 13160, "width": 400, "height": 350, "isBold": false, @@ -51129,8 +52601,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserByFilterRequest", - "x": 10840, - "y": 11780, + "x": 11870, + "y": 12980, "width": 400, "height": 137, "isBold": false, @@ -51145,8 +52617,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserByFilterFilter", - "x": 11350, - "y": 11780, + "x": 12320, + "y": 12970, "width": 400, "height": 350, "isBold": false, @@ -51161,8 +52633,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserByFilterResponse", - "x": 10780, - "y": 11610, + "x": 11810, + "y": 12810, "width": 400, "height": 118, "isBold": false, @@ -51177,8 +52649,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserByFilterResponseModel", - "x": 11230, - "y": 11380, + "x": 12260, + "y": 12580, "width": 400, "height": 350, "isBold": false, @@ -51193,8 +52665,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserAddressService", - "x": 10870, - "y": 10860, + "x": 12110, + "y": 12070, "width": 400, "height": 200, "isBold": false, @@ -51209,8 +52681,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserAddressRequest", - "x": 8950, - "y": 11150, + "x": 10960, + "y": 11930, "width": 400, "height": 213, "isBold": false, @@ -51225,8 +52697,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserAddressResponse", - "x": 9210, - "y": 10990, + "x": 10960, + "y": 12200, "width": 400, "height": 106, "isBold": false, @@ -51241,8 +52713,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserAddressRequest", - "x": 10870, - "y": 11110, + "x": 11910, + "y": 12320, "width": 400, "height": 213, "isBold": false, @@ -51257,8 +52729,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserAddressRequest", - "x": 11380, - "y": 10910, + "x": 12360, + "y": 12320, "width": 400, "height": 106, "isBold": false, @@ -51273,8 +52745,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserAddressRequest", - "x": 10870, - "y": 10700, + "x": 12620, + "y": 12060, "width": 400, "height": 106, "isBold": false, @@ -51289,8 +52761,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserAddressResponse", - "x": 10360, - "y": 10640, + "x": 12110, + "y": 11800, "width": 400, "height": 213, "isBold": false, @@ -51305,8 +52777,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserAddressByFilterRequest", - "x": 9780, - "y": 10400, + "x": 11590, + "y": 11470, "width": 400, "height": 137, "isBold": false, @@ -51321,8 +52793,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserAddressByFilterFilter", - "x": 9330, - "y": 10320, + "x": 11140, + "y": 11350, "width": 400, "height": 213, "isBold": false, @@ -51337,8 +52809,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserAddressByFilterResponse", - "x": 9780, - "y": 10670, + "x": 11530, + "y": 11730, "width": 400, "height": 118, "isBold": false, @@ -51353,8 +52825,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserAddressByFilterResponseModel", - "x": 9330, - "y": 10580, + "x": 11080, + "y": 11610, "width": 400, "height": 213, "isBold": false, @@ -51369,8 +52841,8 @@ "type": "table", "schemaName": "CMS", "tableName": "PackageService", - "x": 8500, - "y": 9150, + "x": 10510, + "y": 10510, "width": 400, "height": 175, "isBold": false, @@ -51385,8 +52857,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewPackageRequest", - "x": 8530, - "y": 10820, + "x": 10570, + "y": 11600, "width": 400, "height": 175, "isBold": false, @@ -51401,8 +52873,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewPackageResponse", - "x": 8790, - "y": 10670, + "x": 10830, + "y": 10730, "width": 400, "height": 106, "isBold": false, @@ -51417,8 +52889,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdatePackageRequest", - "x": 8950, - "y": 9150, + "x": 10970, + "y": 10510, "width": 400, "height": 175, "isBold": false, @@ -51433,8 +52905,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeletePackageRequest", - "x": 8500, - "y": 8930, + "x": 10510, + "y": 10350, "width": 400, "height": 106, "isBold": false, @@ -51449,8 +52921,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetPackageRequest", - "x": 8050, - "y": 9180, + "x": 9510, + "y": 10510, "width": 400, "height": 106, "isBold": false, @@ -51465,8 +52937,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetPackageResponse", - "x": 8180, - "y": 9440, + "x": 9770, + "y": 10690, "width": 400, "height": 175, "isBold": false, @@ -51481,8 +52953,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllPackageByFilterRequest", - "x": 8250, - "y": 9730, + "x": 10210, + "y": 10790, "width": 400, "height": 137, "isBold": false, @@ -51497,8 +52969,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllPackageByFilterFilter", - "x": 8250, - "y": 9920, + "x": 10210, + "y": 10980, "width": 400, "height": 175, "isBold": false, @@ -51513,8 +52985,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllPackageByFilterResponse", - "x": 8320, - "y": 10210, + "x": 10320, + "y": 11210, "width": 400, "height": 118, "isBold": false, @@ -51529,8 +53001,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllPackageByFilterResponseModel", - "x": 8320, - "y": 10380, + "x": 10320, + "y": 11380, "width": 400, "height": 175, "isBold": false, @@ -51545,10 +53017,10 @@ "type": "table", "schemaName": "CMS", "tableName": "UserOrderService", - "x": 6030, - "y": 11860, + "x": 6970, + "y": 13330, "width": 400, - "height": 175, + "height": 218, "isBold": false, "titleColor": { "r": 0, @@ -51561,10 +53033,10 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserOrderRequest", - "x": 7450, - "y": 11310, + "x": 5600, + "y": 12370, "width": 400, - "height": 220, + "height": 267, "isBold": false, "titleColor": { "r": 255, @@ -51577,8 +53049,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserOrderResponse", - "x": 6250, - "y": 11260, + "x": 9670, + "y": 13390, "width": 400, "height": 106, "isBold": false, @@ -51593,10 +53065,10 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserOrderRequest", - "x": 5890, - "y": 10980, + "x": 5280, + "y": 4160, "width": 400, - "height": 230, + "height": 312, "isBold": false, "titleColor": { "r": 255, @@ -51609,8 +53081,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserOrderRequest", - "x": 5520, - "y": 11900, + "x": 6520, + "y": 13340, "width": 400, "height": 106, "isBold": false, @@ -51625,8 +53097,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserOrderRequest", - "x": 6030, - "y": 12090, + "x": 6520, + "y": 13560, "width": 400, "height": 106, "isBold": false, @@ -51641,10 +53113,10 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserOrderResponse", - "x": 6610, - "y": 11950, + "x": 4990, + "y": 7400, "width": 400, - "height": 240, + "height": 326, "isBold": false, "titleColor": { "r": 200, @@ -51657,8 +53129,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserOrderByFilterRequest", - "x": 6610, - "y": 11770, + "x": 5460, + "y": 12900, "width": 400, "height": 137, "isBold": false, @@ -51673,10 +53145,10 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserOrderByFilterFilter", - "x": 7120, - "y": 11770, + "x": 5150, + "y": 12540, "width": 400, - "height": 240, + "height": 307, "isBold": false, "titleColor": { "r": 255, @@ -51689,8 +53161,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserOrderByFilterResponse", - "x": 6540, - "y": 11600, + "x": 4670, + "y": 3840, "width": 400, "height": 118, "isBold": false, @@ -51705,10 +53177,10 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserOrderByFilterResponseModel", - "x": 7000, - "y": 11480, + "x": 5540, + "y": 3750, "width": 400, - "height": 240, + "height": 308, "isBold": false, "titleColor": { "r": 200, @@ -51721,8 +53193,8 @@ "type": "table", "schemaName": "CMS", "tableName": "RoleService", - "x": 7290, - "y": 13720, + "x": 15800, + "y": 14010, "width": 400, "height": 175, "isBold": false, @@ -51737,8 +53209,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewRoleRequest", - "x": 7450, - "y": 12310, + "x": 9980, + "y": 13550, "width": 400, "height": 137, "isBold": false, @@ -51753,8 +53225,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewRoleResponse", - "x": 7000, - "y": 12400, + "x": 15460, + "y": 13790, "width": 400, "height": 106, "isBold": false, @@ -51769,8 +53241,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateRoleRequest", - "x": 6830, - "y": 13740, + "x": 15350, + "y": 14030, "width": 400, "height": 137, "isBold": false, @@ -51785,8 +53257,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteRoleRequest", - "x": 7290, - "y": 13950, + "x": 15800, + "y": 14240, "width": 400, "height": 106, "isBold": false, @@ -51801,8 +53273,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetRoleRequest", - "x": 7740, - "y": 13750, + "x": 16250, + "y": 14040, "width": 400, "height": 106, "isBold": false, @@ -51817,8 +53289,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetRoleResponse", - "x": 7620, - "y": 13470, + "x": 15950, + "y": 12750, "width": 400, "height": 137, "isBold": false, @@ -51833,8 +53305,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllRoleByFilterRequest", - "x": 7550, - "y": 13220, + "x": 15700, + "y": 13130, "width": 400, "height": 137, "isBold": false, @@ -51849,8 +53321,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllRoleByFilterFilter", - "x": 7550, - "y": 13030, + "x": 15700, + "y": 12940, "width": 400, "height": 137, "isBold": false, @@ -51865,8 +53337,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllRoleByFilterResponse", - "x": 7460, - "y": 12800, + "x": 15630, + "y": 13570, "width": 400, "height": 118, "isBold": false, @@ -51881,8 +53353,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllRoleByFilterResponseModel", - "x": 7460, - "y": 12610, + "x": 15630, + "y": 13380, "width": 400, "height": 137, "isBold": false, @@ -51897,8 +53369,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserRoleService", - "x": 13430, - "y": 12200, + "x": 14670, + "y": 13320, "width": 400, "height": 175, "isBold": false, @@ -51913,8 +53385,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserRoleRequest", - "x": 11770, - "y": 12310, + "x": 12940, + "y": 13550, "width": 400, "height": 137, "isBold": false, @@ -51929,8 +53401,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserRoleResponse", - "x": 12290, - "y": 12310, + "x": 13520, + "y": 13430, "width": 400, "height": 106, "isBold": false, @@ -51945,8 +53417,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserRoleRequest", - "x": 13430, - "y": 12430, + "x": 14670, + "y": 13550, "width": 400, "height": 137, "isBold": false, @@ -51961,8 +53433,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserRoleRequest", - "x": 13950, - "y": 12240, + "x": 15180, + "y": 13350, "width": 400, "height": 106, "isBold": false, @@ -51977,8 +53449,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserRoleRequest", - "x": 13430, - "y": 12040, + "x": 14670, + "y": 13160, "width": 400, "height": 106, "isBold": false, @@ -51993,8 +53465,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserRoleResponse", - "x": 12920, - "y": 12060, + "x": 14150, + "y": 13180, "width": 400, "height": 137, "isBold": false, @@ -52009,8 +53481,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserRoleByFilterRequest", - "x": 12350, - "y": 11880, + "x": 13580, + "y": 13010, "width": 400, "height": 137, "isBold": false, @@ -52025,8 +53497,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserRoleByFilterFilter", - "x": 11890, - "y": 11870, + "x": 13130, + "y": 12990, "width": 400, "height": 137, "isBold": false, @@ -52041,8 +53513,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserRoleByFilterResponse", - "x": 12350, - "y": 12070, + "x": 13580, + "y": 13200, "width": 400, "height": 118, "isBold": false, @@ -52057,8 +53529,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserRoleByFilterResponseModel", - "x": 11890, - "y": 12060, + "x": 13130, + "y": 13180, "width": 400, "height": 137, "isBold": false, @@ -52073,8 +53545,8 @@ "type": "table", "schemaName": "CMS", "tableName": "OtpToken", - "x": 21410, - "y": 2100, + "x": 6140, + "y": 10410, "width": 310, "height": 258, "isBold": false, @@ -52089,8 +53561,8 @@ "type": "table", "schemaName": "CMS", "tableName": "OtpTokenService", - "x": 5700, - "y": 8310, + "x": 12670, + "y": 3120, "width": 400, "height": 150, "isBold": false, @@ -52105,8 +53577,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewOtpTokenRequest", - "x": 5710, - "y": 8810, + "x": 12620, + "y": 3610, "width": 400, "height": 154, "isBold": false, @@ -52121,8 +53593,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewOtpTokenResponse", - "x": 5970, - "y": 8580, + "x": 12870, + "y": 3320, "width": 400, "height": 180, "isBold": false, @@ -52137,8 +53609,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllOtpTokenByFilterRequest", - "x": 6150, - "y": 8320, + "x": 13120, + "y": 3130, "width": 400, "height": 137, "isBold": false, @@ -52153,8 +53625,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllOtpTokenByFilterFilter", - "x": 6600, - "y": 8280, + "x": 13570, + "y": 3090, "width": 400, "height": 213, "isBold": false, @@ -52169,8 +53641,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllOtpTokenByFilterResponse", - "x": 5700, - "y": 8150, + "x": 12670, + "y": 2950, "width": 400, "height": 118, "isBold": false, @@ -52185,8 +53657,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllOtpTokenByFilterResponseModel", - "x": 5700, - "y": 7880, + "x": 12670, + "y": 2690, "width": 400, "height": 213, "isBold": false, @@ -52201,8 +53673,8 @@ "type": "table", "schemaName": "CMS", "tableName": "VerifyOtpTokenRequest", - "x": 5250, - "y": 8310, + "x": 12220, + "y": 3120, "width": 400, "height": 160, "isBold": false, @@ -52217,8 +53689,8 @@ "type": "table", "schemaName": "CMS", "tableName": "VerifyOtpTokenResponse", - "x": 5460, - "y": 8520, + "x": 12360, + "y": 3380, "width": 400, "height": 180, "isBold": false, @@ -52233,8 +53705,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetJwtTokenRequest", - "x": 10270, - "y": 11740, + "x": 11300, + "y": 12950, "width": 400, "height": 106, "isBold": false, @@ -52249,8 +53721,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetJwtTokenResponse", - "x": 9750, - "y": 11710, + "x": 10790, + "y": 12930, "width": 400, "height": 106, "isBold": false, @@ -52265,8 +53737,8 @@ "type": "table", "schemaName": "CMS", "tableName": "SetAddressAsDefaultRequest", - "x": 9720, - "y": 10840, + "x": 11470, + "y": 12040, "width": 400, "height": 106, "isBold": false, @@ -52281,8 +53753,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserWallet", - "x": 21180, - "y": 4950, + "x": 6330, + "y": 9870, "width": 310, "height": 220, "isBold": false, @@ -52297,8 +53769,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserWalletChangeLog", - "x": 21180, - "y": 5220, + "x": 6330, + "y": 10140, "width": 310, "height": 220, "isBold": false, @@ -52313,8 +53785,8 @@ "type": "table", "schemaName": "CMS", "tableName": "Transactions", - "x": 22320, - "y": 2180, + "x": 6940, + "y": 6910, "width": 310, "height": 574, "isBold": false, @@ -52329,8 +53801,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserCarts", - "x": 21470, - "y": 3670, + "x": 7790, + "y": 8260, "width": 310, "height": 220, "isBold": false, @@ -52345,8 +53817,8 @@ "type": "table", "schemaName": "CMS", "tableName": "FactorDetails", - "x": 21920, - "y": 3150, + "x": 7150, + "y": 7920, "width": 310, "height": 290, "isBold": false, @@ -52361,8 +53833,8 @@ "type": "table", "schemaName": "CMS", "tableName": "Products", - "x": 21840, - "y": 3610, + "x": 7370, + "y": 8260, "width": 310, "height": 358, "isBold": false, @@ -52377,8 +53849,8 @@ "type": "table", "schemaName": "CMS", "tableName": "ProductImages", - "x": 21840, - "y": 4420, + "x": 6650, + "y": 8260, "width": 310, "height": 358, "isBold": false, @@ -52393,8 +53865,8 @@ "type": "table", "schemaName": "CMS", "tableName": "ProductGallerys", - "x": 21840, - "y": 4010, + "x": 7010, + "y": 8260, "width": 310, "height": 358, "isBold": false, @@ -52409,8 +53881,8 @@ "type": "table", "schemaName": "CMS", "tableName": "PaymentStatus", - "x": 22140, - "y": 1820, + "x": 8900, + "y": 7460, "width": 310, "height": 170, "isBold": false, @@ -52425,8 +53897,8 @@ "type": "table", "schemaName": "CMS", "tableName": "TransactionType", - "x": 23180, - "y": 5460, + "x": 6940, + "y": 6690, "width": 310, "height": 170, "isBold": false, @@ -52441,8 +53913,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserWalletService", - "x": 3850, - "y": 9350, + "x": 3950, + "y": 14980, "width": 400, "height": 175, "isBold": false, @@ -52457,8 +53929,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserWalletRequest", - "x": 5260, - "y": 8940, + "x": 4570, + "y": 14170, "width": 400, "height": 137, "isBold": false, @@ -52473,8 +53945,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserWalletResponse", - "x": 4070, - "y": 8850, + "x": 4120, + "y": 14070, "width": 400, "height": 106, "isBold": false, @@ -52489,8 +53961,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserWalletRequest", - "x": 3710, - "y": 8660, + "x": 3790, + "y": 13880, "width": 400, "height": 137, "isBold": false, @@ -52505,8 +53977,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserWalletRequest", - "x": 3330, - "y": 9380, + "x": 3440, + "y": 15010, "width": 400, "height": 106, "isBold": false, @@ -52521,8 +53993,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserWalletRequest", - "x": 3850, - "y": 9580, + "x": 3950, + "y": 15210, "width": 400, "height": 106, "isBold": false, @@ -52537,8 +54009,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserWalletResponse", - "x": 4420, - "y": 9440, + "x": 4400, + "y": 14980, "width": 400, "height": 137, "isBold": false, @@ -52553,8 +54025,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserWalletByFilterRequest", - "x": 4420, - "y": 9250, + "x": 4330, + "y": 14790, "width": 400, "height": 137, "isBold": false, @@ -52569,8 +54041,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserWalletByFilterFilter", - "x": 4930, - "y": 9250, + "x": 4840, + "y": 14790, "width": 400, "height": 137, "isBold": false, @@ -52585,8 +54057,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserWalletByFilterResponse", - "x": 4360, - "y": 9080, + "x": 4260, + "y": 14610, "width": 400, "height": 118, "isBold": false, @@ -52601,8 +54073,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserWalletByFilterResponseModel", - "x": 4810, - "y": 9060, + "x": 4710, + "y": 14600, "width": 400, "height": 137, "isBold": false, @@ -52617,8 +54089,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserWalletChangeLogService", - "x": 5100, - "y": 15650, + "x": 5470, + "y": 16020, "width": 400, "height": 175, "isBold": false, @@ -52633,8 +54105,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserWalletChangeLogRequest", - "x": 5260, - "y": 14010, + "x": 4570, + "y": 14360, "width": 400, "height": 194, "isBold": false, @@ -52649,8 +54121,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserWalletChangeLogResponse", - "x": 4810, - "y": 14160, + "x": 5160, + "y": 14520, "width": 400, "height": 106, "isBold": false, @@ -52665,8 +54137,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserWalletChangeLogRequest", - "x": 4650, - "y": 15640, + "x": 5020, + "y": 16010, "width": 400, "height": 194, "isBold": false, @@ -52681,8 +54153,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserWalletChangeLogRequest", - "x": 5100, - "y": 15880, + "x": 5470, + "y": 16240, "width": 400, "height": 106, "isBold": false, @@ -52697,8 +54169,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserWalletChangeLogRequest", - "x": 5550, - "y": 15690, + "x": 5930, + "y": 16060, "width": 400, "height": 106, "isBold": false, @@ -52713,8 +54185,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserWalletChangeLogResponse", - "x": 5430, - "y": 15350, + "x": 5780, + "y": 15710, "width": 400, "height": 194, "isBold": false, @@ -52729,8 +54201,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserWalletChangeLogByFilterRequest", - "x": 5350, - "y": 15100, + "x": 5720, + "y": 15460, "width": 400, "height": 137, "isBold": false, @@ -52745,8 +54217,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserWalletChangeLogByFilterFilter", - "x": 5350, - "y": 14850, + "x": 5720, + "y": 15220, "width": 400, "height": 194, "isBold": false, @@ -52761,8 +54233,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserWalletChangeLogByFilterResponse", - "x": 5270, - "y": 14620, + "x": 5640, + "y": 14990, "width": 400, "height": 118, "isBold": false, @@ -52777,8 +54249,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserWalletChangeLogByFilterResponseModel", - "x": 5270, - "y": 14380, + "x": 5640, + "y": 14740, "width": 400, "height": 194, "isBold": false, @@ -52793,8 +54265,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserCartsService", - "x": 16000, - "y": 13930, + "x": 18300, + "y": 14210, "width": 400, "height": 175, "isBold": false, @@ -52809,8 +54281,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserCartsRequest", - "x": 14300, - "y": 14030, + "x": 16660, + "y": 14320, "width": 400, "height": 156, "isBold": false, @@ -52825,8 +54297,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserCartsResponse", - "x": 14850, - "y": 14030, + "x": 17150, + "y": 14320, "width": 400, "height": 106, "isBold": false, @@ -52841,8 +54313,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserCartsRequest", - "x": 16000, - "y": 14150, + "x": 18300, + "y": 14440, "width": 400, "height": 156, "isBold": false, @@ -52857,8 +54329,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserCartsRequest", - "x": 16510, - "y": 13960, + "x": 18810, + "y": 14250, "width": 400, "height": 106, "isBold": false, @@ -52873,8 +54345,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserCartsRequest", - "x": 16000, - "y": 13770, + "x": 18300, + "y": 14060, "width": 400, "height": 106, "isBold": false, @@ -52889,8 +54361,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserCartsResponse", - "x": 15490, - "y": 13770, + "x": 17780, + "y": 14050, "width": 400, "height": 156, "isBold": false, @@ -52905,8 +54377,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserCartsByFilterRequest", - "x": 14910, - "y": 13400, + "x": 17210, + "y": 13740, "width": 400, "height": 137, "isBold": false, @@ -52921,8 +54393,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserCartsByFilterFilter", - "x": 14460, - "y": 13380, + "x": 16760, + "y": 13670, "width": 400, "height": 156, "isBold": false, @@ -52937,8 +54409,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserCartsByFilterResponse", - "x": 14910, - "y": 13800, + "x": 17210, + "y": 14090, "width": 400, "height": 118, "isBold": false, @@ -52953,8 +54425,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserCartsByFilterResponseModel", - "x": 14460, - "y": 13580, + "x": 16760, + "y": 13880, "width": 400, "height": 334, "isBold": false, @@ -52969,8 +54441,8 @@ "type": "table", "schemaName": "CMS", "tableName": "ProductGallerysService", - "x": 3300, - "y": 6210, + "x": 13070, + "y": 1540, "width": 400, "height": 175, "isBold": false, @@ -52985,8 +54457,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewProductGallerysRequest", - "x": 3330, - "y": 7760, + "x": 13120, + "y": 2570, "width": 400, "height": 137, "isBold": false, @@ -53001,8 +54473,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewProductGallerysResponse", - "x": 3590, - "y": 7600, + "x": 13380, + "y": 1770, "width": 400, "height": 106, "isBold": false, @@ -53017,8 +54489,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateProductGallerysRequest", - "x": 3750, - "y": 6230, + "x": 13520, + "y": 1560, "width": 400, "height": 137, "isBold": false, @@ -53033,8 +54505,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteProductGallerysRequest", - "x": 3300, - "y": 5990, + "x": 13070, + "y": 1380, "width": 400, "height": 106, "isBold": false, @@ -53049,8 +54521,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetProductGallerysRequest", - "x": 2850, - "y": 6240, + "x": 12060, + "y": 1550, "width": 400, "height": 106, "isBold": false, @@ -53065,8 +54537,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetProductGallerysResponse", - "x": 2960, - "y": 6500, + "x": 12320, + "y": 1730, "width": 400, "height": 137, "isBold": false, @@ -53081,8 +54553,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductGallerysByFilterRequest", - "x": 3040, - "y": 6750, + "x": 12770, + "y": 1830, "width": 400, "height": 137, "isBold": false, @@ -53097,8 +54569,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductGallerysByFilterFilter", - "x": 3040, - "y": 6940, + "x": 12770, + "y": 2020, "width": 400, "height": 137, "isBold": false, @@ -53113,8 +54585,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductGallerysByFilterResponse", - "x": 3110, - "y": 7180, + "x": 12870, + "y": 2210, "width": 400, "height": 118, "isBold": false, @@ -53129,8 +54601,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductGallerysByFilterResponseModel", - "x": 3110, - "y": 7350, + "x": 12870, + "y": 2380, "width": 400, "height": 137, "isBold": false, @@ -53145,8 +54617,8 @@ "type": "table", "schemaName": "CMS", "tableName": "FactorDetailsService", - "x": 2600, - "y": 16740, + "x": 2710, + "y": 17380, "width": 400, "height": 175, "isBold": false, @@ -53161,8 +54633,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewFactorDetailsRequest", - "x": 3210, - "y": 15700, + "x": 3330, + "y": 16030, "width": 400, "height": 232, "isBold": false, @@ -53177,8 +54649,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewFactorDetailsResponse", - "x": 2820, - "y": 15540, + "x": 2880, + "y": 15990, "width": 400, "height": 106, "isBold": false, @@ -53193,8 +54665,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateFactorDetailsRequest", - "x": 2460, - "y": 15250, + "x": 2560, + "y": 15700, "width": 400, "height": 232, "isBold": false, @@ -53209,8 +54681,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteFactorDetailsRequest", - "x": 2080, - "y": 16780, + "x": 2200, + "y": 17410, "width": 400, "height": 106, "isBold": false, @@ -53225,8 +54697,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetFactorDetailsRequest", - "x": 2600, - "y": 16970, + "x": 2710, + "y": 17600, "width": 400, "height": 106, "isBold": false, @@ -53242,7 +54714,7 @@ "schemaName": "CMS", "tableName": "GetFactorDetailsResponse", "x": 3170, - "y": 16830, + "y": 17410, "width": 400, "height": 232, "isBold": false, @@ -53257,8 +54729,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllFactorDetailsByFilterRequest", - "x": 3170, - "y": 16650, + "x": 3100, + "y": 17180, "width": 400, "height": 137, "isBold": false, @@ -53273,8 +54745,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllFactorDetailsByFilterFilter", - "x": 3680, - "y": 16650, + "x": 3610, + "y": 17130, "width": 400, "height": 232, "isBold": false, @@ -53289,8 +54761,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllFactorDetailsByFilterResponse", - "x": 3110, - "y": 16470, + "x": 3020, + "y": 16910, "width": 400, "height": 118, "isBold": false, @@ -53305,8 +54777,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllFactorDetailsByFilterResponseModel", - "x": 3560, - "y": 16360, + "x": 3480, + "y": 16850, "width": 400, "height": 232, "isBold": false, @@ -53321,8 +54793,8 @@ "type": "table", "schemaName": "CMS", "tableName": "ProductsService", - "x": 4300, - "y": 18100, + "x": 4020, + "y": 18590, "width": 400, "height": 175, "isBold": false, @@ -53337,8 +54809,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewProductsRequest", - "x": 3210, - "y": 15980, + "x": 3330, + "y": 16310, "width": 400, "height": 327, "isBold": false, @@ -53353,8 +54825,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewProductsResponse", - "x": 4010, - "y": 16200, + "x": 3710, + "y": 16690, "width": 400, "height": 106, "isBold": false, @@ -53369,8 +54841,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateProductsRequest", - "x": 3850, - "y": 18030, + "x": 3570, + "y": 18510, "width": 400, "height": 327, "isBold": false, @@ -53385,8 +54857,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteProductsRequest", - "x": 4300, - "y": 18330, + "x": 4020, + "y": 18810, "width": 400, "height": 106, "isBold": false, @@ -53401,8 +54873,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetProductsRequest", - "x": 4750, - "y": 18140, + "x": 4470, + "y": 18620, "width": 400, "height": 106, "isBold": false, @@ -53417,8 +54889,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetProductsResponse", - "x": 4640, - "y": 17660, + "x": 4360, + "y": 18150, "width": 400, "height": 327, "isBold": false, @@ -53433,8 +54905,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductsByFilterRequest", - "x": 4570, - "y": 17410, + "x": 4290, + "y": 17900, "width": 400, "height": 137, "isBold": false, @@ -53449,8 +54921,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductsByFilterFilter", - "x": 4570, - "y": 17030, + "x": 4290, + "y": 17520, "width": 400, "height": 327, "isBold": false, @@ -53465,8 +54937,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductsByFilterResponse", - "x": 4480, - "y": 16800, + "x": 4220, + "y": 17290, "width": 400, "height": 118, "isBold": false, @@ -53481,8 +54953,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductsByFilterResponseModel", - "x": 4480, - "y": 16420, + "x": 4220, + "y": 16910, "width": 400, "height": 327, "isBold": false, @@ -53497,8 +54969,8 @@ "type": "table", "schemaName": "CMS", "tableName": "ProductImagesService", - "x": 18560, - "y": 15870, + "x": 20850, + "y": 16220, "width": 400, "height": 175, "isBold": false, @@ -53513,8 +54985,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewProductImagesRequest", - "x": 16900, - "y": 15970, + "x": 19130, + "y": 16330, "width": 400, "height": 156, "isBold": false, @@ -53529,8 +55001,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewProductImagesResponse", - "x": 17420, - "y": 15970, + "x": 19710, + "y": 16330, "width": 400, "height": 106, "isBold": false, @@ -53545,8 +55017,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateProductImagesRequest", - "x": 18560, - "y": 16090, + "x": 20850, + "y": 16450, "width": 400, "height": 156, "isBold": false, @@ -53561,8 +55033,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteProductImagesRequest", - "x": 19080, - "y": 15900, + "x": 21370, + "y": 16260, "width": 400, "height": 106, "isBold": false, @@ -53577,8 +55049,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetProductImagesRequest", - "x": 18560, - "y": 15710, + "x": 20850, + "y": 16060, "width": 400, "height": 106, "isBold": false, @@ -53593,8 +55065,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetProductImagesResponse", - "x": 18050, - "y": 15700, + "x": 20340, + "y": 16060, "width": 400, "height": 156, "isBold": false, @@ -53609,8 +55081,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductImagesByFilterRequest", - "x": 17480, - "y": 15520, + "x": 19770, + "y": 15910, "width": 400, "height": 137, "isBold": false, @@ -53625,8 +55097,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductImagesByFilterFilter", - "x": 17020, - "y": 15490, + "x": 19320, + "y": 15860, "width": 400, "height": 156, "isBold": false, @@ -53641,8 +55113,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductImagesByFilterResponse", - "x": 17480, - "y": 15730, + "x": 19770, + "y": 16100, "width": 400, "height": 118, "isBold": false, @@ -53657,8 +55129,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllProductImagesByFilterResponseModel", - "x": 17020, - "y": 15700, + "x": 19320, + "y": 16060, "width": 400, "height": 156, "isBold": false, @@ -53673,8 +55145,8 @@ "type": "table", "schemaName": "CMS", "tableName": "TransactionsService", - "x": 16770, - "y": 5650, + "x": 7440, + "y": 5370, "width": 400, "height": 175, "isBold": false, @@ -53689,8 +55161,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewTransactionsRequest", - "x": 17800, - "y": 1900, + "x": 7140, + "y": 6020, "width": 400, "height": 498, "isBold": false, @@ -53705,8 +55177,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewTransactionsResponse", - "x": 16770, - "y": 5880, + "x": 7730, + "y": 5160, "width": 400, "height": 106, "isBold": false, @@ -53721,8 +55193,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateTransactionsRequest", - "x": 23140, - "y": 5740, + "x": 6630, + "y": 5460, "width": 400, "height": 498, "isBold": false, @@ -53737,8 +55209,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteTransactionsRequest", - "x": 16630, - "y": 960, + "x": 7280, + "y": 5220, "width": 400, "height": 106, "isBold": false, @@ -53753,8 +55225,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetTransactionsRequest", - "x": 16260, - "y": 5690, + "x": 6770, + "y": 5300, "width": 400, "height": 106, "isBold": false, @@ -53769,8 +55241,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetTransactionsResponse", - "x": 17290, - "y": 1780, + "x": 7590, + "y": 5660, "width": 400, "height": 498, "isBold": false, @@ -53785,8 +55257,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllTransactionsByFilterRequest", - "x": 17090, - "y": 1390, + "x": 8240, + "y": 5420, "width": 400, "height": 137, "isBold": false, @@ -53801,8 +55273,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllTransactionsByFilterFilter", - "x": 17540, - "y": 1180, + "x": 8690, + "y": 5220, "width": 400, "height": 543, "isBold": false, @@ -53817,8 +55289,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllTransactionsByFilterResponse", - "x": 17990, - "y": 1070, + "x": 7990, + "y": 4990, "width": 400, "height": 118, "isBold": false, @@ -53833,8 +55305,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllTransactionsByFilterResponseModel", - "x": 22110, - "y": 760, + "x": 7990, + "y": 4440, "width": 400, "height": 498, "isBold": false, @@ -53849,8 +55321,8 @@ "type": "table", "schemaName": "CMS", "tableName": "AdminGetJwtTokenRequest", - "x": 9240, - "y": 11660, + "x": 10660, + "y": 12750, "width": 400, "height": 128, "isBold": false, @@ -53865,8 +55337,8 @@ "type": "table", "schemaName": "CMS", "tableName": "AdminGetJwtTokenResponse", - "x": 8730, - "y": 11650, + "x": 10590, + "y": 12590, "width": 400, "height": 106, "isBold": false, @@ -53881,8 +55353,8 @@ "type": "table", "schemaName": "CMS", "tableName": "SetPasswordForUserRequest", - "x": 8540, - "y": 11450, + "x": 10520, + "y": 12390, "width": 400, "height": 155, "isBold": false, @@ -53897,8 +55369,8 @@ "type": "table", "schemaName": "CMS", "tableName": "Contract", - "x": 21060, - "y": 2410, + "x": 6690, + "y": 10160, "width": 310, "height": 258, "isBold": false, @@ -53913,8 +55385,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserContract", - "x": 21060, - "y": 2720, + "x": 6900, + "y": 9470, "width": 310, "height": 258, "isBold": false, @@ -53929,8 +55401,8 @@ "type": "table", "schemaName": "CMS", "tableName": "ContractService", - "x": 18820, - "y": 2490, + "x": 7050, + "y": 11590, "width": 400, "height": 175, "isBold": false, @@ -53945,8 +55417,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewContractRequest", - "x": 19400, - "y": 2140, + "x": 7150, + "y": 11970, "width": 400, "height": 175, "isBold": false, @@ -53961,8 +55433,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewContractResponse", - "x": 18860, - "y": 2080, + "x": 6740, + "y": 11430, "width": 400, "height": 106, "isBold": false, @@ -53977,8 +55449,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateContractRequest", - "x": 18050, - "y": 2560, + "x": 7950, + "y": 11550, "width": 400, "height": 175, "isBold": false, @@ -53993,8 +55465,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteContractRequest", - "x": 18600, - "y": 2240, + "x": 6590, + "y": 11630, "width": 400, "height": 106, "isBold": false, @@ -54009,8 +55481,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetContractRequest", - "x": 18310, - "y": 2400, + "x": 6890, + "y": 11820, "width": 400, "height": 106, "isBold": false, @@ -54025,8 +55497,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetContractResponse", - "x": 18820, - "y": 2720, + "x": 6840, + "y": 10890, "width": 400, "height": 175, "isBold": false, @@ -54041,8 +55513,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllContractByFilterRequest", - "x": 19340, - "y": 2370, + "x": 7250, + "y": 11340, "width": 400, "height": 137, "isBold": false, @@ -54057,8 +55529,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllContractByFilterFilter", - "x": 19850, - "y": 2320, + "x": 7250, + "y": 11120, "width": 400, "height": 175, "isBold": false, @@ -54073,8 +55545,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllContractByFilterResponse", - "x": 19340, - "y": 2580, + "x": 7700, + "y": 11120, "width": 400, "height": 118, "isBold": false, @@ -54089,8 +55561,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllContractByFilterResponseModel", - "x": 19850, - "y": 2550, + "x": 7390, + "y": 10890, "width": 400, "height": 175, "isBold": false, @@ -54105,8 +55577,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserContractService", - "x": 540, - "y": 17090, + "x": 12560, + "y": 190, "width": 400, "height": 175, "isBold": false, @@ -54121,8 +55593,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserContractRequest", - "x": 1830, - "y": 16550, + "x": 12620, + "y": 1280, "width": 400, "height": 175, "isBold": false, @@ -54137,8 +55609,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserContractResponse", - "x": 770, - "y": 16470, + "x": 12870, + "y": 410, "width": 400, "height": 106, "isBold": false, @@ -54153,8 +55625,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserContractRequest", - "x": 410, - "y": 16240, + "x": 13010, + "y": 190, "width": 400, "height": 175, "isBold": false, @@ -54169,615 +55641,7 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserContractRequest", - "x": 30, - "y": 17130, - "width": 400, - "height": 106, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "GetUserContractRequest", - "x": 540, - "y": 17320, - "width": 400, - "height": 106, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "GetUserContractResponse", - "x": 1120, - "y": 17180, - "width": 400, - "height": 175, - "isBold": false, - "titleColor": { - "r": 200, - "g": 255, - "b": 160, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "GetAllUserContractByFilterRequest", - "x": 1120, - "y": 17000, - "width": 400, - "height": 137, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "GetAllUserContractByFilterFilter", - "x": 1570, - "y": 17010, - "width": 400, - "height": 175, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "GetAllUserContractByFilterResponse", - "x": 1060, - "y": 16830, - "width": 400, - "height": 118, - "isBold": false, - "titleColor": { - "r": 200, - "g": 255, - "b": 160, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "GetAllUserContractByFilterResponseModel", - "x": 1570, - "y": 16780, - "width": 400, - "height": 175, - "isBold": false, - "titleColor": { - "r": 200, - "g": 255, - "b": 160, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "ContractType", - "x": 21080, - "y": 2230, - "width": 278, - "height": 124, - "isBold": false, - "titleColor": { - "r": 190, - "g": 220, - "b": 255, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "Category", - "x": 22610, - "y": 3740, - "width": 364, - "height": 274, - "isBold": false, - "titleColor": { - "r": 55, - "g": 131, - "b": 192, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "CategoryService", - "x": 1680, - "y": 19790, - "width": 431, - "height": 200, - "isBold": false, - "titleColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "CreateNewCategoryRequest", - "x": 1850, - "y": 18380, - "width": 356, - "height": 220, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "CreateNewCategoryResponse", - "x": 1500, - "y": 18460, - "width": 300, - "height": 200, - "isBold": false, - "titleColor": { - "r": 200, - "g": 255, - "b": 160, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "GetAllCategoryByFilterFilter", - "x": 930, - "y": 19790, - "width": 349, - "height": 200, - "isBold": false, - "titleColor": { - "r": 200, - "g": 255, - "b": 160, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "GetAllCategoryByFilterRequest", - "x": 1330, - "y": 19790, - "width": 303, - "height": 200, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "GetAllCategoryByFilterResponseModel", - "x": 1710, - "y": 20290, - "width": 381, - "height": 263, - "isBold": false, - "titleColor": { - "r": 200, - "g": 255, - "b": 160, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "GetAllCategoryByFilterResponse", - "x": 1740, - "y": 20040, - "width": 325, - "height": 200, - "isBold": false, - "titleColor": { - "r": 200, - "g": 255, - "b": 160, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "GetCategoryRequest", - "x": 2160, - "y": 19790, - "width": 286, - "height": 200, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "GetCategoryResponse", - "x": 2040, - "y": 19400, - "width": 320, - "height": 276, - "isBold": false, - "titleColor": { - "r": 200, - "g": 255, - "b": 160, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "UpdateCategoryRequest", - "x": 1950, - "y": 19090, - "width": 519, - "height": 200, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "DeleteCategoryRequest", - "x": 1870, - "y": 18780, - "width": 311, - "height": 200, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "PruductCategory", - "x": 22200, - "y": 3740, - "width": 364, - "height": 274, - "isBold": false, - "titleColor": { - "r": 55, - "g": 131, - "b": 192, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "PruductCategoryService", - "x": 25330, - "y": 18320, - "width": 400, - "height": 175, - "isBold": false, - "titleColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "CreateNewPruductCategoryRequest", - "x": 23670, - "y": 18420, - "width": 400, - "height": 137, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "CreateNewPruductCategoryResponse", - "x": 24180, - "y": 18430, - "width": 400, - "height": 106, - "isBold": false, - "titleColor": { - "r": 200, - "g": 255, - "b": 160, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "UpdatePruductCategoryRequest", - "x": 25330, - "y": 18550, - "width": 400, - "height": 137, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "DeletePruductCategoryRequest", - "x": 25840, - "y": 18360, - "width": 400, - "height": 106, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "GetPruductCategoryRequest", - "x": 25330, - "y": 18160, - "width": 400, - "height": 106, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "GetPruductCategoryResponse", - "x": 24810, - "y": 18180, - "width": 400, - "height": 137, - "isBold": false, - "titleColor": { - "r": 200, - "g": 255, - "b": 160, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "GetAllPruductCategoryByFilterRequest", - "x": 24300, - "y": 18000, - "width": 400, - "height": 137, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "GetAllPruductCategoryByFilterFilter", - "x": 23850, - "y": 17990, - "width": 400, - "height": 137, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "GetAllPruductCategoryByFilterResponse", - "x": 24240, - "y": 18190, - "width": 400, - "height": 118, - "isBold": false, - "titleColor": { - "r": 200, - "g": 255, - "b": 160, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "GetAllPruductCategoryByFilterResponseModel", - "x": 23790, - "y": 18180, - "width": 400, - "height": 137, - "isBold": false, - "titleColor": { - "r": 200, - "g": 255, - "b": 160, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "PruductTag", - "x": 22200, - "y": 3490, - "width": 200, - "height": 200, - "isBold": false, - "titleColor": { - "r": 55, - "g": 131, - "b": 192, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "Tag", - "x": 22450, - "y": 3490, - "width": 200, - "height": 200, - "isBold": false, - "titleColor": { - "r": 55, - "g": 131, - "b": 192, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "PruductTagService", - "x": 16000, - "y": 160, - "width": 400, - "height": 175, - "isBold": false, - "titleColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "CreateNewPruductTagRequest", - "x": 16260, - "y": 640, - "width": 400, - "height": 137, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "CreateNewPruductTagResponse", - "x": 16340, - "y": 450, - "width": 400, - "height": 106, - "isBold": false, - "titleColor": { - "r": 200, - "g": 255, - "b": 160, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "UpdatePruductTagRequest", - "x": 16450, - "y": 180, - "width": 400, - "height": 137, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "DeletePruductTagRequest", - "x": 16000, + "x": 12560, "y": 30, "width": 400, "height": 106, @@ -54792,9 +55656,9 @@ { "type": "table", "schemaName": "CMS", - "tableName": "GetPruductTagRequest", - "x": 15550, - "y": 210, + "tableName": "GetUserContractRequest", + "x": 11550, + "y": 200, "width": 400, "height": 106, "isBold": false, @@ -54808,11 +55672,11 @@ { "type": "table", "schemaName": "CMS", - "tableName": "GetPruductTagResponse", - "x": 15850, - "y": 1680, + "tableName": "GetUserContractResponse", + "x": 11810, + "y": 370, "width": 400, - "height": 137, + "height": 175, "isBold": false, "titleColor": { "r": 200, @@ -54824,9 +55688,9 @@ { "type": "table", "schemaName": "CMS", - "tableName": "GetAllPruductTagByFilterRequest", - "x": 16100, - "y": 1310, + "tableName": "GetAllUserContractByFilterRequest", + "x": 12260, + "y": 470, "width": 400, "height": 137, "isBold": false, @@ -54840,11 +55704,11 @@ { "type": "table", "schemaName": "CMS", - "tableName": "GetAllPruductTagByFilterFilter", - "x": 16100, - "y": 1500, + "tableName": "GetAllUserContractByFilterFilter", + "x": 12260, + "y": 660, "width": 400, - "height": 137, + "height": 175, "isBold": false, "titleColor": { "r": 255, @@ -54856,8 +55720,8 @@ { "type": "table", "schemaName": "CMS", - "tableName": "GetAllPruductTagByFilterResponse", - "x": 16180, + "tableName": "GetAllUserContractByFilterResponse", + "x": 12360, "y": 890, "width": 400, "height": 118, @@ -54872,10 +55736,346 @@ { "type": "table", "schemaName": "CMS", - "tableName": "GetAllPruductTagByFilterResponseModel", - "x": 16180, + "tableName": "GetAllUserContractByFilterResponseModel", + "x": 12360, "y": 1060, "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "ContractType", + "x": 6500, + "y": 10470, + "width": 278, + "height": 124, + "isBold": false, + "titleColor": { + "r": 190, + "g": 220, + "b": 255, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "Category", + "x": 7170, + "y": 9000, + "width": 364, + "height": 274, + "isBold": false, + "titleColor": { + "r": 55, + "g": 131, + "b": 192, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CategoryService", + "x": 900, + "y": 20310, + "width": 431, + "height": 200, + "isBold": false, + "titleColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewCategoryRequest", + "x": 2100, + "y": 18540, + "width": 356, + "height": 220, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewCategoryResponse", + "x": 1070, + "y": 18390, + "width": 300, + "height": 200, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllCategoryByFilterFilter", + "x": 770, + "y": 17890, + "width": 349, + "height": 200, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllCategoryByFilterRequest", + "x": 790, + "y": 18140, + "width": 303, + "height": 200, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllCategoryByFilterResponseModel", + "x": 30, + "y": 20270, + "width": 381, + "height": 263, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllCategoryByFilterResponse", + "x": 460, + "y": 20310, + "width": 325, + "height": 200, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetCategoryRequest", + "x": 970, + "y": 20560, + "width": 286, + "height": 200, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetCategoryResponse", + "x": 1380, + "y": 20340, + "width": 320, + "height": 276, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "UpdateCategoryRequest", + "x": 1280, + "y": 20060, + "width": 519, + "height": 200, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "DeleteCategoryRequest", + "x": 1210, + "y": 19810, + "width": 311, + "height": 200, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "PruductCategory", + "x": 7170, + "y": 8670, + "width": 364, + "height": 274, + "isBold": false, + "titleColor": { + "r": 55, + "g": 131, + "b": 192, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "PruductCategoryService", + "x": 1650, + "y": 19620, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewPruductCategoryRequest", + "x": 2080, + "y": 19050, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewPruductCategoryResponse", + "x": 1820, + "y": 18890, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "UpdatePruductCategoryRequest", + "x": 1500, + "y": 18700, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "DeletePruductCategoryRequest", + "x": 1140, + "y": 19650, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetPruductCategoryRequest", + "x": 1650, + "y": 19840, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetPruductCategoryResponse", + "x": 2100, + "y": 19700, + "width": 400, "height": 137, "isBold": false, "titleColor": { @@ -54884,15 +56084,351 @@ "b": 160, "a": 1 } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllPruductCategoryByFilterRequest", + "x": 2030, + "y": 19430, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllPruductCategoryByFilterFilter", + "x": 2480, + "y": 19430, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllPruductCategoryByFilterResponse", + "x": 1960, + "y": 19250, + "width": 400, + "height": 118, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllPruductCategoryByFilterResponseModel", + "x": 2420, + "y": 19240, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "PruductTag", + "x": 7580, + "y": 8670, + "width": 200, + "height": 200, + "isBold": false, + "titleColor": { + "r": 55, + "g": 131, + "b": 192, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "Tag", + "x": 7580, + "y": 8920, + "width": 200, + "height": 200, + "isBold": false, + "titleColor": { + "r": 55, + "g": 131, + "b": 192, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "PruductTagService", + "x": 5020, + "y": 19670, + "width": 400, + "height": 175, + "isBold": false, + "titleColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewPruductTagRequest", + "x": 4750, + "y": 19200, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "CreateNewPruductTagResponse", + "x": 4680, + "y": 19450, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "UpdatePruductTagRequest", + "x": 4570, + "y": 19680, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "DeletePruductTagRequest", + "x": 5020, + "y": 19890, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetPruductTagRequest", + "x": 5470, + "y": 19700, + "width": 400, + "height": 106, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetPruductTagResponse", + "x": 5180, + "y": 18150, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllPruductTagByFilterRequest", + "x": 4920, + "y": 18530, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllPruductTagByFilterFilter", + "x": 4920, + "y": 18340, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllPruductTagByFilterResponse", + "x": 4820, + "y": 18970, + "width": 400, + "height": 118, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetAllPruductTagByFilterResponseModel", + "x": 4820, + "y": 18780, + "width": 400, + "height": 137, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "SubmitShopBuyOrderRequest", + "x": 7130, + "y": 13600, + "width": 400, + "height": 149, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "SubmitShopBuyOrderResponse", + "x": 7290, + "y": 12200, + "width": 400, + "height": 237, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "SubmitShopBuyOrderFactorDetail", + "x": 7600, + "y": 11910, + "width": 400, + "height": 237, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "PaymentMethod", + "x": 5560, + "y": 7480, + "width": 228, + "height": 200, + "isBold": false, + "titleColor": { + "r": 190, + "g": 220, + "b": 255, + "a": 1 + } } ], "layers": [ { "name": "Domain", - "x": 20310, - "y": 1390, - "width": 3240, - "height": 4295, + "x": 5440, + "y": 6570, + "width": 4009, + "height": 4259, "layerColor": { "r": 100, "g": 234, @@ -54918,29 +56454,29 @@ "visible": true, "vertices": [ { - "x": 21535, - "y": 4870 + "x": 6865, + "y": 9790 }, { - "x": 21550, - "y": 4870 + "x": 6890, + "y": 9790 }, { - "x": 21550, - "y": 4930 + "x": 6890, + "y": 9850 }, { - "x": 21490, - "y": 4930 + "x": 6830, + "y": 9850 }, { - "x": 21490, - "y": 4910 + "x": 6830, + "y": 9830 } ], "label": { - "x": 21525, - "y": 4832, + "x": 6855, + "y": 9752, "width": 104, "height": 32, "fontName": "Arial Unicode MS", @@ -54964,17 +56500,25 @@ "visible": true, "vertices": [ { - "x": 22865, - "y": 4840 + "x": 6760, + "y": 8165 }, { - "x": 21535, - "y": 4840 + "x": 6760, + "y": 8210 + }, + { + "x": 6600, + "y": 8210 + }, + { + "x": 6600, + "y": 9365 } ], "label": { - "x": 22718, - "y": 4802, + "x": 6605, + "y": 8115, "width": 157, "height": 32, "fontName": "Arial Unicode MS", @@ -54998,17 +56542,17 @@ "visible": true, "vertices": [ { - "x": 20715, - "y": 4680 + "x": 6115, + "y": 9600 }, { - "x": 20685, - "y": 4680 + "x": 6095, + "y": 9600 } ], "label": { - "x": 20731, - "y": 4682, + "x": 6131, + "y": 9602, "width": 135, "height": 32, "fontName": "Arial Unicode MS", @@ -55032,17 +56576,17 @@ "visible": true, "vertices": [ { - "x": 21055, - "y": 4680 + "x": 6455, + "y": 9600 }, { - "x": 21135, - "y": 4680 + "x": 6465, + "y": 9600 } ], "label": { - "x": 20911, - "y": 4642, + "x": 6311, + "y": 9562, "width": 134, "height": 32, "fontName": "Arial Unicode MS", @@ -55066,17 +56610,17 @@ "visible": true, "vertices": [ { - "x": 22425, - "y": 2890 + "x": 6925, + "y": 7710 }, { - "x": 22445, - "y": 2890 + "x": 6495, + "y": 7710 } ], "label": { - "x": 22247, - "y": 2852, + "x": 6767, + "y": 7672, "width": 168, "height": 32, "fontName": "Arial Unicode MS", @@ -55100,21 +56644,21 @@ "visible": true, "vertices": [ { - "x": 22085, - "y": 3030 + "x": 6925, + "y": 7780 }, { - "x": 21320, - "y": 3030 + "x": 6530, + "y": 7780 }, { - "x": 21320, - "y": 4445 + "x": 6530, + "y": 9365 } ], "label": { - "x": 21953, - "y": 2992, + "x": 6793, + "y": 7742, "width": 142, "height": 32, "fontName": "Arial Unicode MS", @@ -55138,21 +56682,21 @@ "visible": true, "vertices": [ { - "x": 8380, - "y": 11755 + "x": 10390, + "y": 13035 }, { - "x": 8380, - "y": 11260 + "x": 10390, + "y": 12040 }, { - "x": 8425, - "y": 11260 + "x": 10435, + "y": 12040 } ], "label": { - "x": 8388, - "y": 11765, + "x": 10398, + "y": 13045, "width": 278, "height": 32, "fontName": "Arial Unicode MS", @@ -55176,17 +56720,17 @@ "visible": true, "vertices": [ { - "x": 8280, - "y": 11755 + "x": 10330, + "y": 13035 }, { - "x": 8280, - "y": 11091 + "x": 10330, + "y": 11861 } ], "label": { - "x": 8288, - "y": 11735, + "x": 10338, + "y": 13015, "width": 288, "height": 32, "fontName": "Arial Unicode MS", @@ -55210,25 +56754,17 @@ "visible": true, "vertices": [ { - "x": 8205, - "y": 11830 + "x": 10265, + "y": 13190 }, { - "x": 8160, - "y": 11830 - }, - { - "x": 8160, - "y": 11820 - }, - { - "x": 8125, - "y": 11820 + "x": 10185, + "y": 13190 } ], "label": { - "x": 8221, - "y": 11832, + "x": 10281, + "y": 13192, "width": 254, "height": 32, "fontName": "Arial Unicode MS", @@ -55252,17 +56788,17 @@ "visible": true, "vertices": [ { - "x": 8205, - "y": 11980 + "x": 10480, + "y": 13349 }, { - "x": 8125, - "y": 11980 + "x": 10480, + "y": 13365 } ], "label": { - "x": 8221, - "y": 11952, + "x": 10488, + "y": 13309, "width": 249, "height": 32, "fontName": "Arial Unicode MS", @@ -55286,17 +56822,17 @@ "visible": true, "vertices": [ { - "x": 8410, - "y": 12069 + "x": 10695, + "y": 13310 }, { - "x": 8410, - "y": 12085 + "x": 10715, + "y": 13310 } ], "label": { - "x": 8418, - "y": 12029, + "x": 10691, + "y": 13282, "width": 228, "height": 32, "fontName": "Arial Unicode MS", @@ -55320,17 +56856,17 @@ "visible": true, "vertices": [ { - "x": 8635, - "y": 12030 + "x": 10695, + "y": 13210 }, { - "x": 10825, - "y": 12030 + "x": 11855, + "y": 13210 } ], "label": { - "x": 8631, - "y": 12032, + "x": 10691, + "y": 13212, "width": 238, "height": 32, "fontName": "Arial Unicode MS", @@ -55354,25 +56890,25 @@ "visible": true, "vertices": [ { - "x": 8635, - "y": 11930 + "x": 10695, + "y": 13140 }, { - "x": 10780, - "y": 11930 + "x": 11820, + "y": 13140 }, { - "x": 10780, - "y": 11850 + "x": 11820, + "y": 13070 }, { - "x": 10825, - "y": 11850 + "x": 11855, + "y": 13070 } ], "label": { - "x": 8631, - "y": 11932, + "x": 10691, + "y": 13142, "width": 295, "height": 32, "fontName": "Arial Unicode MS", @@ -55396,25 +56932,25 @@ "visible": true, "vertices": [ { - "x": 8635, - "y": 11900 + "x": 10695, + "y": 13110 }, { - "x": 10720, - "y": 11900 + "x": 11760, + "y": 13110 }, { - "x": 10720, - "y": 11670 + "x": 11760, + "y": 12880 }, { - "x": 10765, - "y": 11670 + "x": 11795, + "y": 12880 } ], "label": { - "x": 8631, - "y": 11902, + "x": 10691, + "y": 13112, "width": 305, "height": 32, "fontName": "Arial Unicode MS", @@ -55438,17 +56974,17 @@ "visible": true, "vertices": [ { - "x": 11255, - "y": 11850 + "x": 12285, + "y": 13050 }, { - "x": 11335, - "y": 11850 + "x": 12305, + "y": 13050 } ], "label": { - "x": 11251, - "y": 11852, + "x": 12281, + "y": 13052, "width": 357, "height": 32, "fontName": "Arial Unicode MS", @@ -55472,17 +57008,17 @@ "visible": true, "vertices": [ { - "x": 11195, - "y": 11660 + "x": 12225, + "y": 12850 }, { - "x": 11215, - "y": 11660 + "x": 12245, + "y": 12850 } ], "label": { - "x": 11191, - "y": 11662, + "x": 12221, + "y": 12852, "width": 442, "height": 32, "fontName": "Arial Unicode MS", @@ -55506,29 +57042,29 @@ "visible": true, "vertices": [ { - "x": 10855, - "y": 11010 + "x": 12095, + "y": 12200 }, { - "x": 9660, - "y": 11010 + "x": 11420, + "y": 12200 }, { - "x": 9660, - "y": 10930 + "x": 11420, + "y": 11880 }, { - "x": 9150, - "y": 10930 + "x": 11160, + "y": 11880 }, { - "x": 9150, - "y": 11135 + "x": 11160, + "y": 11915 } ], "label": { - "x": 10871, - "y": 11012, + "x": 12111, + "y": 12202, "width": 384, "height": 32, "fontName": "Arial Unicode MS", @@ -55552,17 +57088,17 @@ "visible": true, "vertices": [ { - "x": 10855, - "y": 11040 + "x": 12095, + "y": 12240 }, { - "x": 9625, - "y": 11040 + "x": 11375, + "y": 12240 } ], "label": { - "x": 10871, - "y": 11012, + "x": 12111, + "y": 12212, "width": 394, "height": 32, "fontName": "Arial Unicode MS", @@ -55586,17 +57122,17 @@ "visible": true, "vertices": [ { - "x": 11070, - "y": 11075 + "x": 12150, + "y": 12285 }, { - "x": 11070, - "y": 11095 + "x": 12150, + "y": 12305 } ], "label": { - "x": 11078, - "y": 11065, + "x": 12158, + "y": 12275, "width": 360, "height": 32, "fontName": "Arial Unicode MS", @@ -55620,17 +57156,21 @@ "visible": true, "vertices": [ { - "x": 11285, - "y": 10960 + "x": 12525, + "y": 12180 }, { - "x": 11365, - "y": 10960 + "x": 12560, + "y": 12180 + }, + { + "x": 12560, + "y": 12305 } ], "label": { - "x": 11281, - "y": 10932, + "x": 12521, + "y": 12152, "width": 355, "height": 32, "fontName": "Arial Unicode MS", @@ -55654,17 +57194,17 @@ "visible": true, "vertices": [ { - "x": 11070, - "y": 10845 + "x": 12525, + "y": 12110 }, { - "x": 11070, - "y": 10821 + "x": 12605, + "y": 12110 } ], "label": { - "x": 11078, - "y": 10825, + "x": 12521, + "y": 12082, "width": 334, "height": 32, "fontName": "Arial Unicode MS", @@ -55688,25 +57228,17 @@ "visible": true, "vertices": [ { - "x": 10855, - "y": 10880 + "x": 12300, + "y": 12055 }, { - "x": 10810, - "y": 10880 - }, - { - "x": 10810, - "y": 10790 - }, - { - "x": 10775, - "y": 10790 + "x": 12300, + "y": 12028 } ], "label": { - "x": 10871, - "y": 10882, + "x": 12308, + "y": 12065, "width": 344, "height": 32, "fontName": "Arial Unicode MS", @@ -55730,25 +57262,25 @@ "visible": true, "vertices": [ { - "x": 10855, - "y": 10910 + "x": 12095, + "y": 12090 }, { - "x": 10300, - "y": 10910 + "x": 12050, + "y": 12090 }, { - "x": 10300, - "y": 10470 + "x": 12050, + "y": 11560 }, { - "x": 10195, - "y": 10470 + "x": 12005, + "y": 11560 } ], "label": { - "x": 10871, - "y": 10912, + "x": 12111, + "y": 12092, "width": 401, "height": 32, "fontName": "Arial Unicode MS", @@ -55772,25 +57304,25 @@ "visible": true, "vertices": [ { - "x": 10855, - "y": 10940 + "x": 12095, + "y": 12130 }, { - "x": 10240, - "y": 10940 + "x": 11990, + "y": 12130 }, { - "x": 10240, - "y": 10730 + "x": 11990, + "y": 11800 }, { - "x": 10195, - "y": 10730 + "x": 11945, + "y": 11800 } ], "label": { - "x": 10871, - "y": 10942, + "x": 12111, + "y": 12132, "width": 411, "height": 32, "fontName": "Arial Unicode MS", @@ -55814,17 +57346,17 @@ "visible": true, "vertices": [ { - "x": 9765, - "y": 10470 + "x": 11575, + "y": 11510 }, { - "x": 9745, - "y": 10470 + "x": 11555, + "y": 11510 } ], "label": { - "x": 9781, - "y": 10472, + "x": 11591, + "y": 11512, "width": 463, "height": 32, "fontName": "Arial Unicode MS", @@ -55848,17 +57380,17 @@ "visible": true, "vertices": [ { - "x": 9765, - "y": 10730 + "x": 11515, + "y": 11780 }, { - "x": 9745, - "y": 10730 + "x": 11495, + "y": 11780 } ], "label": { - "x": 9781, - "y": 10732, + "x": 11531, + "y": 11782, "width": 548, "height": 32, "fontName": "Arial Unicode MS", @@ -55882,25 +57414,17 @@ "visible": true, "vertices": [ { - "x": 8780, - "y": 9340 + "x": 10770, + "y": 10700 }, { - "x": 8780, - "y": 10610 - }, - { - "x": 8730, - "y": 10610 - }, - { - "x": 8730, - "y": 10805 + "x": 10770, + "y": 11585 } ], "label": { - "x": 8788, - "y": 9330, + "x": 10778, + "y": 10690, "width": 330, "height": 32, "fontName": "Arial Unicode MS", @@ -55924,17 +57448,17 @@ "visible": true, "vertices": [ { - "x": 8850, - "y": 9340 + "x": 10870, + "y": 10700 }, { - "x": 8850, - "y": 10655 + "x": 10870, + "y": 10715 } ], "label": { - "x": 8858, - "y": 9300, + "x": 10878, + "y": 10660, "width": 340, "height": 32, "fontName": "Arial Unicode MS", @@ -55958,17 +57482,17 @@ "visible": true, "vertices": [ { - "x": 8915, - "y": 9240 + "x": 10925, + "y": 10590 }, { - "x": 8935, - "y": 9240 + "x": 10955, + "y": 10590 } ], "label": { - "x": 8911, - "y": 9242, + "x": 10921, + "y": 10592, "width": 306, "height": 32, "fontName": "Arial Unicode MS", @@ -55992,17 +57516,17 @@ "visible": true, "vertices": [ { - "x": 8700, - "y": 9135 + "x": 10720, + "y": 10495 }, { - "x": 8700, - "y": 9051 + "x": 10720, + "y": 10471 } ], "label": { - "x": 8708, - "y": 9115, + "x": 10728, + "y": 10475, "width": 301, "height": 32, "fontName": "Arial Unicode MS", @@ -56026,17 +57550,17 @@ "visible": true, "vertices": [ { - "x": 8485, - "y": 9240 + "x": 10495, + "y": 10560 }, { - "x": 8465, - "y": 9240 + "x": 9925, + "y": 10560 } ], "label": { - "x": 8501, - "y": 9212, + "x": 10511, + "y": 10532, "width": 280, "height": 32, "fontName": "Arial Unicode MS", @@ -56060,25 +57584,21 @@ "visible": true, "vertices": [ { - "x": 8540, - "y": 9340 + "x": 10495, + "y": 10640 }, { - "x": 8540, - "y": 9380 + "x": 9960, + "y": 10640 }, { - "x": 8510, - "y": 9380 - }, - { - "x": 8510, - "y": 9425 + "x": 9960, + "y": 10675 } ], "label": { - "x": 8548, - "y": 9330, + "x": 10511, + "y": 10642, "width": 290, "height": 32, "fontName": "Arial Unicode MS", @@ -56102,25 +57622,17 @@ "visible": true, "vertices": [ { - "x": 8630, - "y": 9340 + "x": 10560, + "y": 10700 }, { - "x": 8630, - "y": 9670 - }, - { - "x": 8590, - "y": 9670 - }, - { - "x": 8590, - "y": 9715 + "x": 10560, + "y": 10775 } ], "label": { - "x": 8638, - "y": 9330, + "x": 10568, + "y": 10690, "width": 347, "height": 32, "fontName": "Arial Unicode MS", @@ -56144,25 +57656,17 @@ "visible": true, "vertices": [ { - "x": 8700, - "y": 9340 + "x": 10670, + "y": 10700 }, { - "x": 8700, - "y": 10150 - }, - { - "x": 8660, - "y": 10150 - }, - { - "x": 8660, - "y": 10195 + "x": 10670, + "y": 11195 } ], "label": { - "x": 8708, - "y": 9330, + "x": 10678, + "y": 10690, "width": 357, "height": 32, "fontName": "Arial Unicode MS", @@ -56186,17 +57690,17 @@ "visible": true, "vertices": [ { - "x": 8450, - "y": 9882 + "x": 10410, + "y": 10942 }, { - "x": 8450, - "y": 9905 + "x": 10410, + "y": 10965 } ], "label": { - "x": 8458, - "y": 9872, + "x": 10418, + "y": 10932, "width": 409, "height": 32, "fontName": "Arial Unicode MS", @@ -56220,17 +57724,17 @@ "visible": true, "vertices": [ { - "x": 8520, - "y": 10343 + "x": 10520, + "y": 11343 }, { - "x": 8520, - "y": 10365 + "x": 10520, + "y": 11365 } ], "label": { - "x": 8528, - "y": 10333, + "x": 10528, + "y": 11333, "width": 494, "height": 32, "fontName": "Arial Unicode MS", @@ -56254,21 +57758,25 @@ "visible": true, "vertices": [ { - "x": 6300, - "y": 11845 + "x": 7260, + "y": 13315 }, { - "x": 6300, - "y": 11420 + "x": 7260, + "y": 12760 }, { - "x": 7435, - "y": 11420 + "x": 5950, + "y": 12760 + }, + { + "x": 5950, + "y": 12652 } ], "label": { - "x": 6308, - "y": 11855, + "x": 7268, + "y": 13325, "width": 354, "height": 32, "fontName": "Arial Unicode MS", @@ -56292,21 +57800,17 @@ "visible": true, "vertices": [ { - "x": 6200, - "y": 11845 + "x": 7385, + "y": 13440 }, { - "x": 6200, - "y": 11310 - }, - { - "x": 6235, - "y": 11310 + "x": 9655, + "y": 13440 } ], "label": { - "x": 6208, - "y": 11825, + "x": 7381, + "y": 13412, "width": 364, "height": 32, "fontName": "Arial Unicode MS", @@ -56330,17 +57834,29 @@ "visible": true, "vertices": [ { - "x": 6090, - "y": 11845 + "x": 7070, + "y": 13315 }, { - "x": 6090, - "y": 11225 + "x": 7070, + "y": 13220 + }, + { + "x": 4930, + "y": 13220 + }, + { + "x": 4930, + "y": 4320 + }, + { + "x": 5265, + "y": 4320 } ], "label": { - "x": 6098, - "y": 11855, + "x": 7078, + "y": 13325, "width": 330, "height": 32, "fontName": "Arial Unicode MS", @@ -56364,17 +57880,17 @@ "visible": true, "vertices": [ { - "x": 6015, - "y": 11950 + "x": 6955, + "y": 13400 }, { - "x": 5935, - "y": 11950 + "x": 6935, + "y": 13400 } ], "label": { - "x": 6031, - "y": 11922, + "x": 6971, + "y": 13372, "width": 325, "height": 32, "fontName": "Arial Unicode MS", @@ -56398,17 +57914,21 @@ "visible": true, "vertices": [ { - "x": 6230, - "y": 12050 + "x": 6955, + "y": 13510 }, { - "x": 6230, - "y": 12075 + "x": 6720, + "y": 13510 + }, + { + "x": 6720, + "y": 13545 } ], "label": { - "x": 6238, - "y": 12010, + "x": 6971, + "y": 13482, "width": 304, "height": 32, "fontName": "Arial Unicode MS", @@ -56432,17 +57952,25 @@ "visible": true, "vertices": [ { - "x": 6445, - "y": 12020 + "x": 7140, + "y": 13315 }, { - "x": 6595, - "y": 12020 + "x": 7140, + "y": 13150 + }, + { + "x": 5090, + "y": 13150 + }, + { + "x": 5090, + "y": 7741 } ], "label": { - "x": 6441, - "y": 12022, + "x": 7148, + "y": 13325, "width": 314, "height": 32, "fontName": "Arial Unicode MS", @@ -56466,25 +57994,25 @@ "visible": true, "vertices": [ { - "x": 6445, - "y": 11920 + "x": 7200, + "y": 13315 }, { - "x": 6550, - "y": 11920 + "x": 7200, + "y": 13090 }, { - "x": 6550, - "y": 11840 + "x": 5810, + "y": 13090 }, { - "x": 6595, - "y": 11840 + "x": 5810, + "y": 13052 } ], "label": { - "x": 6441, - "y": 11922, + "x": 7208, + "y": 13325, "width": 371, "height": 32, "fontName": "Arial Unicode MS", @@ -56508,25 +58036,25 @@ "visible": true, "vertices": [ { - "x": 6445, - "y": 11880 + "x": 7010, + "y": 13315 }, { - "x": 6490, - "y": 11880 + "x": 7010, + "y": 13280 }, { - "x": 6490, - "y": 11660 + "x": 4870, + "y": 13280 }, { - "x": 6525, - "y": 11660 + "x": 4870, + "y": 3973 } ], "label": { - "x": 6441, - "y": 11882, + "x": 7018, + "y": 13325, "width": 381, "height": 32, "fontName": "Arial Unicode MS", @@ -56550,17 +58078,17 @@ "visible": true, "vertices": [ { - "x": 7025, - "y": 11840 + "x": 5500, + "y": 12885 }, { - "x": 7105, - "y": 11840 + "x": 5500, + "y": 12862 } ], "label": { - "x": 7021, - "y": 11842, + "x": 5508, + "y": 12895, "width": 433, "height": 32, "fontName": "Arial Unicode MS", @@ -56584,17 +58112,17 @@ "visible": true, "vertices": [ { - "x": 6955, - "y": 11650 + "x": 5085, + "y": 3900 }, { - "x": 6985, - "y": 11650 + "x": 5525, + "y": 3900 } ], "label": { - "x": 6951, - "y": 11652, + "x": 5081, + "y": 3902, "width": 518, "height": 32, "fontName": "Arial Unicode MS", @@ -56618,25 +58146,25 @@ "visible": true, "vertices": [ { - "x": 7400, - "y": 13705 + "x": 15910, + "y": 13995 }, { - "x": 7400, - "y": 12560 + "x": 15910, + "y": 13740 }, { - "x": 7510, - "y": 12560 + "x": 10330, + "y": 13740 }, { - "x": 7510, - "y": 12462 + "x": 10330, + "y": 13702 } ], "label": { - "x": 7408, - "y": 13715, + "x": 15918, + "y": 14005, "width": 280, "height": 32, "fontName": "Arial Unicode MS", @@ -56660,17 +58188,25 @@ "visible": true, "vertices": [ { - "x": 7330, - "y": 13705 + "x": 15840, + "y": 13995 }, { - "x": 7330, - "y": 12521 + "x": 15840, + "y": 13960 + }, + { + "x": 15810, + "y": 13960 + }, + { + "x": 15810, + "y": 13911 } ], "label": { - "x": 7338, - "y": 13685, + "x": 15848, + "y": 13975, "width": 290, "height": 32, "fontName": "Arial Unicode MS", @@ -56694,17 +58230,17 @@ "visible": true, "vertices": [ { - "x": 7275, - "y": 13800 + "x": 15785, + "y": 14100 }, { - "x": 7245, - "y": 13800 + "x": 15765, + "y": 14100 } ], "label": { - "x": 7291, - "y": 13802, + "x": 15801, + "y": 14102, "width": 256, "height": 32, "fontName": "Arial Unicode MS", @@ -56728,17 +58264,17 @@ "visible": true, "vertices": [ { - "x": 7490, - "y": 13910 + "x": 16000, + "y": 14200 }, { - "x": 7490, - "y": 13935 + "x": 16000, + "y": 14225 } ], "label": { - "x": 7498, - "y": 13870, + "x": 16008, + "y": 14160, "width": 251, "height": 32, "fontName": "Arial Unicode MS", @@ -56762,17 +58298,17 @@ "visible": true, "vertices": [ { - "x": 7705, - "y": 13800 + "x": 16215, + "y": 14100 }, { - "x": 7725, - "y": 13800 + "x": 16235, + "y": 14100 } ], "label": { - "x": 7701, - "y": 13772, + "x": 16211, + "y": 14072, "width": 230, "height": 32, "fontName": "Arial Unicode MS", @@ -56796,25 +58332,17 @@ "visible": true, "vertices": [ { - "x": 7640, - "y": 13705 + "x": 16150, + "y": 13995 }, { - "x": 7640, - "y": 13660 - }, - { - "x": 7690, - "y": 13660 - }, - { - "x": 7690, - "y": 13622 + "x": 16150, + "y": 12902 } ], "label": { - "x": 7648, - "y": 13715, + "x": 16158, + "y": 14005, "width": 240, "height": 32, "fontName": "Arial Unicode MS", @@ -56838,25 +58366,25 @@ "visible": true, "vertices": [ { - "x": 7560, - "y": 13705 + "x": 16080, + "y": 13995 }, { - "x": 7560, - "y": 13410 + "x": 16080, + "y": 13320 }, { - "x": 7610, - "y": 13410 + "x": 16050, + "y": 13320 }, { - "x": 7610, - "y": 13372 + "x": 16050, + "y": 13282 } ], "label": { - "x": 7568, - "y": 13715, + "x": 16088, + "y": 14005, "width": 297, "height": 32, "fontName": "Arial Unicode MS", @@ -56880,25 +58408,17 @@ "visible": true, "vertices": [ { - "x": 7490, - "y": 13705 + "x": 15980, + "y": 13995 }, { - "x": 7490, - "y": 12980 - }, - { - "x": 7530, - "y": 12980 - }, - { - "x": 7530, - "y": 12933 + "x": 15980, + "y": 13703 } ], "label": { - "x": 7498, - "y": 13715, + "x": 15988, + "y": 14005, "width": 307, "height": 32, "fontName": "Arial Unicode MS", @@ -56922,17 +58442,17 @@ "visible": true, "vertices": [ { - "x": 7750, - "y": 13205 + "x": 15900, + "y": 13115 }, { - "x": 7750, - "y": 13182 + "x": 15900, + "y": 13092 } ], "label": { - "x": 7758, - "y": 13215, + "x": 15908, + "y": 13125, "width": 359, "height": 32, "fontName": "Arial Unicode MS", @@ -56956,17 +58476,17 @@ "visible": true, "vertices": [ { - "x": 7660, - "y": 12785 + "x": 15830, + "y": 13555 }, { - "x": 7660, - "y": 12762 + "x": 15830, + "y": 13532 } ], "label": { - "x": 7668, - "y": 12795, + "x": 15838, + "y": 13565, "width": 444, "height": 32, "fontName": "Arial Unicode MS", @@ -56990,29 +58510,29 @@ "visible": true, "vertices": [ { - "x": 13415, - "y": 12330 + "x": 14655, + "y": 13440 }, { - "x": 12740, - "y": 12330 + "x": 13980, + "y": 13440 }, { - "x": 12740, - "y": 12250 + "x": 13980, + "y": 13370 }, { - "x": 11970, - "y": 12250 + "x": 13140, + "y": 13370 }, { - "x": 11970, - "y": 12295 + "x": 13140, + "y": 13535 } ], "label": { - "x": 13431, - "y": 12332, + "x": 14671, + "y": 13442, "width": 338, "height": 32, "fontName": "Arial Unicode MS", @@ -57036,17 +58556,17 @@ "visible": true, "vertices": [ { - "x": 13415, - "y": 12360 + "x": 14655, + "y": 13470 }, { - "x": 12705, - "y": 12360 + "x": 13935, + "y": 13470 } ], "label": { - "x": 13431, - "y": 12332, + "x": 14671, + "y": 13442, "width": 348, "height": 32, "fontName": "Arial Unicode MS", @@ -57070,17 +58590,17 @@ "visible": true, "vertices": [ { - "x": 13630, - "y": 12390 + "x": 14860, + "y": 13510 }, { - "x": 13630, - "y": 12415 + "x": 14860, + "y": 13535 } ], "label": { - "x": 13638, - "y": 12380, + "x": 14868, + "y": 13500, "width": 314, "height": 32, "fontName": "Arial Unicode MS", @@ -57104,17 +58624,17 @@ "visible": true, "vertices": [ { - "x": 13845, - "y": 12290 + "x": 15085, + "y": 13400 }, { - "x": 13935, - "y": 12290 + "x": 15165, + "y": 13400 } ], "label": { - "x": 13841, - "y": 12262, + "x": 15081, + "y": 13372, "width": 309, "height": 32, "fontName": "Arial Unicode MS", @@ -57138,17 +58658,17 @@ "visible": true, "vertices": [ { - "x": 13630, - "y": 12185 + "x": 14860, + "y": 13305 }, { - "x": 13630, - "y": 12161 + "x": 14860, + "y": 13281 } ], "label": { - "x": 13638, - "y": 12165, + "x": 14868, + "y": 13285, "width": 288, "height": 32, "fontName": "Arial Unicode MS", @@ -57172,25 +58692,25 @@ "visible": true, "vertices": [ { - "x": 13415, - "y": 12220 + "x": 14655, + "y": 13340 }, { - "x": 13380, - "y": 12220 + "x": 14610, + "y": 13340 }, { - "x": 13380, - "y": 12130 + "x": 14610, + "y": 13270 }, { - "x": 13335, - "y": 12130 + "x": 14565, + "y": 13270 } ], "label": { - "x": 13431, - "y": 12222, + "x": 14671, + "y": 13342, "width": 298, "height": 32, "fontName": "Arial Unicode MS", @@ -57214,25 +58734,25 @@ "visible": true, "vertices": [ { - "x": 13415, - "y": 12250 + "x": 14655, + "y": 13370 }, { - "x": 12860, - "y": 12250 + "x": 14100, + "y": 13370 }, { - "x": 12860, - "y": 11950 + "x": 14100, + "y": 13100 }, { - "x": 12765, - "y": 11950 + "x": 13995, + "y": 13100 } ], "label": { - "x": 13431, - "y": 12252, + "x": 14671, + "y": 13372, "width": 355, "height": 32, "fontName": "Arial Unicode MS", @@ -57256,25 +58776,25 @@ "visible": true, "vertices": [ { - "x": 13415, - "y": 12280 + "x": 14655, + "y": 13400 }, { - "x": 12800, - "y": 12280 + "x": 14040, + "y": 13400 }, { - "x": 12800, - "y": 12130 + "x": 14040, + "y": 13270 }, { - "x": 12765, - "y": 12130 + "x": 13995, + "y": 13270 } ], "label": { - "x": 13431, - "y": 12282, + "x": 14671, + "y": 13402, "width": 365, "height": 32, "fontName": "Arial Unicode MS", @@ -57298,17 +58818,17 @@ "visible": true, "vertices": [ { - "x": 12335, - "y": 11940 + "x": 13565, + "y": 13080 }, { - "x": 12305, - "y": 11940 + "x": 13545, + "y": 13080 } ], "label": { - "x": 12351, - "y": 11942, + "x": 13581, + "y": 13082, "width": 417, "height": 32, "fontName": "Arial Unicode MS", @@ -57332,17 +58852,17 @@ "visible": true, "vertices": [ { - "x": 12335, - "y": 12130 + "x": 13565, + "y": 13250 }, { - "x": 12305, - "y": 12130 + "x": 13545, + "y": 13250 } ], "label": { - "x": 12351, - "y": 12132, + "x": 13581, + "y": 13252, "width": 502, "height": 32, "fontName": "Arial Unicode MS", @@ -57366,17 +58886,17 @@ "visible": true, "vertices": [ { - "x": 5910, - "y": 8475 + "x": 12820, + "y": 3285 }, { - "x": 5910, - "y": 8795 + "x": 12820, + "y": 3595 } ], "label": { - "x": 5918, - "y": 8465, + "x": 12828, + "y": 3275, "width": 352, "height": 32, "fontName": "Arial Unicode MS", @@ -57400,17 +58920,17 @@ "visible": true, "vertices": [ { - "x": 6115, - "y": 8390 + "x": 13085, + "y": 3200 }, { - "x": 6135, - "y": 8390 + "x": 13105, + "y": 3200 } ], "label": { - "x": 6111, - "y": 8392, + "x": 13081, + "y": 3202, "width": 369, "height": 32, "fontName": "Arial Unicode MS", @@ -57434,17 +58954,17 @@ "visible": true, "vertices": [ { - "x": 5900, - "y": 8295 + "x": 12870, + "y": 3105 }, { - "x": 5900, - "y": 8283 + "x": 12870, + "y": 3083 } ], "label": { - "x": 5908, - "y": 8305, + "x": 12878, + "y": 3115, "width": 379, "height": 32, "fontName": "Arial Unicode MS", @@ -57468,17 +58988,17 @@ "visible": true, "vertices": [ { - "x": 6565, - "y": 8390 + "x": 13535, + "y": 3200 }, { - "x": 6585, - "y": 8390 + "x": 13555, + "y": 3200 } ], "label": { - "x": 6561, - "y": 8392, + "x": 13531, + "y": 3202, "width": 431, "height": 32, "fontName": "Arial Unicode MS", @@ -57502,17 +59022,17 @@ "visible": true, "vertices": [ { - "x": 5900, - "y": 8135 + "x": 12870, + "y": 2935 }, { - "x": 5900, - "y": 8108 + "x": 12870, + "y": 2918 } ], "label": { - "x": 5908, - "y": 8145, + "x": 12878, + "y": 2945, "width": 516, "height": 32, "fontName": "Arial Unicode MS", @@ -57536,17 +59056,17 @@ "visible": true, "vertices": [ { - "x": 6030, - "y": 8475 + "x": 13030, + "y": 3285 }, { - "x": 6030, - "y": 8565 + "x": 13030, + "y": 3305 } ], "label": { - "x": 6032, - "y": 8425, + "x": 13032, + "y": 3235, "width": 362, "height": 32, "fontName": "Arial Unicode MS", @@ -57570,17 +59090,17 @@ "visible": true, "vertices": [ { - "x": 5685, - "y": 8390 + "x": 12655, + "y": 3200 }, { - "x": 5665, - "y": 8390 + "x": 12635, + "y": 3200 } ], "label": { - "x": 5695, - "y": 8352, + "x": 12665, + "y": 3162, "width": 317, "height": 32, "fontName": "Arial Unicode MS", @@ -57604,17 +59124,17 @@ "visible": true, "vertices": [ { - "x": 5760, - "y": 8475 + "x": 12720, + "y": 3285 }, { - "x": 5760, - "y": 8505 + "x": 12720, + "y": 3365 } ], "label": { - "x": 5762, - "y": 8425, + "x": 12722, + "y": 3235, "width": 327, "height": 32, "fontName": "Arial Unicode MS", @@ -57638,25 +59158,25 @@ "visible": true, "vertices": [ { - "x": 8635, - "y": 11870 + "x": 10695, + "y": 13090 }, { - "x": 10210, - "y": 11870 + "x": 11240, + "y": 13090 }, { - "x": 10210, - "y": 11790 + "x": 11240, + "y": 13020 }, { - "x": 10255, - "y": 11790 + "x": 11285, + "y": 13020 } ], "label": { - "x": 8625, - "y": 11832, + "x": 10685, + "y": 13052, "width": 261, "height": 32, "fontName": "Arial Unicode MS", @@ -57680,25 +59200,25 @@ "visible": true, "vertices": [ { - "x": 8635, - "y": 11850 + "x": 10695, + "y": 13060 }, { - "x": 9700, - "y": 11850 + "x": 10730, + "y": 13060 }, { - "x": 9700, - "y": 11770 + "x": 10730, + "y": 12990 }, { - "x": 9735, - "y": 11770 + "x": 10775, + "y": 12990 } ], "label": { - "x": 8625, - "y": 11812, + "x": 10685, + "y": 13022, "width": 271, "height": 32, "fontName": "Arial Unicode MS", @@ -57722,25 +59242,17 @@ "visible": true, "vertices": [ { - "x": 22350, - "y": 3110 + "x": 6980, + "y": 7840 }, { - "x": 22350, - "y": 3150 - }, - { - "x": 23030, - "y": 3150 - }, - { - "x": 23030, - "y": 4715 + "x": 6980, + "y": 7915 } ], "label": { - "x": 22352, - "y": 3060, + "x": 6982, + "y": 7790, "width": 195, "height": 32, "fontName": "Arial Unicode MS", @@ -57764,25 +59276,25 @@ "visible": true, "vertices": [ { - "x": 10855, - "y": 10970 + "x": 12095, + "y": 12160 }, { - "x": 10180, - "y": 10970 + "x": 11930, + "y": 12160 }, { - "x": 10180, - "y": 10900 + "x": 11930, + "y": 12100 }, { - "x": 10135, - "y": 10900 + "x": 11885, + "y": 12100 } ], "label": { - "x": 10865, - "y": 10932, + "x": 12105, + "y": 12122, "width": 369, "height": 32, "fontName": "Arial Unicode MS", @@ -57806,17 +59318,17 @@ "visible": true, "vertices": [ { - "x": 21330, - "y": 5205 + "x": 6480, + "y": 10125 }, { - "x": 21330, - "y": 5185 + "x": 6480, + "y": 10105 } ], "label": { - "x": 21332, - "y": 5173, + "x": 6482, + "y": 10093, "width": 268, "height": 32, "fontName": "Sans", @@ -57840,17 +59352,17 @@ "visible": true, "vertices": [ { - "x": 21330, - "y": 4935 + "x": 6590, + "y": 9855 }, { - "x": 21330, - "y": 4910 + "x": 6590, + "y": 9830 } ], "label": { - "x": 21332, - "y": 4903, + "x": 6592, + "y": 9823, "width": 150, "height": 32, "fontName": "Sans", @@ -57874,17 +59386,17 @@ "visible": true, "vertices": [ { - "x": 22160, - "y": 3135 + "x": 7200, + "y": 7905 }, { - "x": 22160, - "y": 3110 + "x": 7200, + "y": 7840 } ], "label": { - "x": 22162, - "y": 3103, + "x": 7202, + "y": 7873, "width": 204, "height": 32, "fontName": "Sans", @@ -57908,21 +59420,17 @@ "visible": true, "vertices": [ { - "x": 22305, - "y": 2470 + "x": 7090, + "y": 7499 }, { - "x": 22270, - "y": 2470 - }, - { - "x": 22270, - "y": 2795 + "x": 7090, + "y": 7525 } ], "label": { - "x": 22321, - "y": 2440, + "x": 7098, + "y": 7457, "width": 202, "height": 32, "fontName": "Sans", @@ -57946,21 +59454,25 @@ "visible": true, "vertices": [ { - "x": 21455, - "y": 3780 + "x": 7840, + "y": 8495 }, { - "x": 21420, - "y": 3780 + "x": 7840, + "y": 9330 }, { - "x": 21420, - "y": 4445 + "x": 6810, + "y": 9330 + }, + { + "x": 6810, + "y": 9365 } ], "label": { - "x": 21465, - "y": 3740, + "x": 7842, + "y": 8443, "width": 143, "height": 32, "fontName": "Sans", @@ -57984,17 +59496,17 @@ "visible": true, "vertices": [ { - "x": 21795, - "y": 3780 + "x": 7775, + "y": 8370 }, { - "x": 21825, - "y": 3780 + "x": 7695, + "y": 8370 } ], "label": { - "x": 21791, - "y": 3782, + "x": 7791, + "y": 8372, "width": 171, "height": 32, "fontName": "Sans", @@ -58018,17 +59530,17 @@ "visible": true, "vertices": [ { - "x": 21980, - "y": 3455 + "x": 7420, + "y": 8225 }, { - "x": 21980, - "y": 3595 + "x": 7420, + "y": 8245 } ], "label": { - "x": 21790, - "y": 3403, + "x": 7230, + "y": 8173, "width": 192, "height": 32, "fontName": "Sans", @@ -58052,17 +59564,17 @@ "visible": true, "vertices": [ { - "x": 21990, - "y": 3995 + "x": 7335, + "y": 8440 }, { - "x": 21990, - "y": 3983 + "x": 7355, + "y": 8440 } ], "label": { - "x": 21992, - "y": 3963, + "x": 7325, + "y": 8400, "width": 211, "height": 32, "fontName": "Sans", @@ -58086,25 +59598,17 @@ "visible": true, "vertices": [ { - "x": 22160, - "y": 2795 + "x": 7265, + "y": 7580 }, { - "x": 22160, - "y": 2050 - }, - { - "x": 22200, - "y": 2050 - }, - { - "x": 22200, - "y": 2005 + "x": 8885, + "y": 7580 } ], "label": { - "x": 21945, - "y": 2763, + "x": 7038, + "y": 7540, "width": 217, "height": 32, "fontName": "Sans", @@ -58128,17 +59632,25 @@ "visible": true, "vertices": [ { - "x": 22390, - "y": 2165 + "x": 7265, + "y": 7440 }, { - "x": 22390, - "y": 2005 + "x": 8850, + "y": 7440 + }, + { + "x": 8850, + "y": 7500 + }, + { + "x": 8885, + "y": 7500 } ], "label": { - "x": 22398, - "y": 2175, + "x": 7261, + "y": 7442, "width": 231, "height": 32, "fontName": "Sans", @@ -58162,21 +59674,17 @@ "visible": true, "vertices": [ { - "x": 22645, - "y": 2690 + "x": 7090, + "y": 6895 }, { - "x": 23250, - "y": 2690 - }, - { - "x": 23250, - "y": 5445 + "x": 7090, + "y": 6875 } ], "label": { - "x": 22641, - "y": 2692, + "x": 7098, + "y": 6905, "width": 241, "height": 32, "fontName": "Sans", @@ -58200,17 +59708,17 @@ "visible": true, "vertices": [ { - "x": 21990, - "y": 4383 + "x": 6995, + "y": 8440 }, { - "x": 21990, - "y": 4405 + "x": 6975, + "y": 8440 } ], "label": { - "x": 21992, - "y": 4331, + "x": 7005, + "y": 8400, "width": 254, "height": 32, "fontName": "Sans", @@ -58234,17 +59742,21 @@ "visible": true, "vertices": [ { - "x": 18215, - "y": 1960 + "x": 7555, + "y": 6270 }, { - "x": 22125, - "y": 1960 + "x": 8930, + "y": 6270 + }, + { + "x": 8930, + "y": 7445 } ], "label": { - "x": 18205, - "y": 1920, + "x": 7545, + "y": 6230, "width": 360, "height": 32, "fontName": "Sans", @@ -58268,29 +59780,17 @@ "visible": true, "vertices": [ { - "x": 18000, - "y": 2413 + "x": 7200, + "y": 6533 }, { - "x": 18000, - "y": 5470 - }, - { - "x": 21120, - "y": 5470 - }, - { - "x": 21120, - "y": 5500 - }, - { - "x": 23165, - "y": 5500 + "x": 7200, + "y": 6675 } ], "label": { - "x": 18002, - "y": 2361, + "x": 7202, + "y": 6481, "width": 370, "height": 32, "fontName": "Sans", @@ -58314,25 +59814,33 @@ "visible": true, "vertices": [ { - "x": 23555, - "y": 5990 + "x": 6710, + "y": 5445 }, { - "x": 23670, - "y": 5990 + "x": 6710, + "y": 4380 }, { - "x": 23670, - "y": 1910 + "x": 9270, + "y": 4380 }, { - "x": 22465, - "y": 1910 + "x": 9270, + "y": 6960 + }, + { + "x": 9140, + "y": 6960 + }, + { + "x": 9140, + "y": 7445 } ], "label": { - "x": 23545, - "y": 5950, + "x": 6712, + "y": 5413, "width": 335, "height": 32, "fontName": "Sans", @@ -58356,17 +59864,17 @@ "visible": true, "vertices": [ { - "x": 23340, - "y": 5725 + "x": 6980, + "y": 5973 }, { - "x": 23340, - "y": 5645 + "x": 6980, + "y": 6675 } ], "label": { - "x": 23342, - "y": 5693, + "x": 6982, + "y": 5921, "width": 345, "height": 32, "fontName": "Sans", @@ -58390,25 +59898,21 @@ "visible": true, "vertices": [ { - "x": 17705, - "y": 1840 + "x": 8005, + "y": 6110 }, { - "x": 22080, - "y": 1840 + "x": 8990, + "y": 6110 }, { - "x": 22080, - "y": 1860 - }, - { - "x": 22125, - "y": 1860 + "x": 8990, + "y": 7445 } ], "label": { - "x": 17695, - "y": 1800, + "x": 7995, + "y": 6070, "width": 319, "height": 32, "fontName": "Sans", @@ -58432,21 +59936,21 @@ "visible": true, "vertices": [ { - "x": 17490, - "y": 2293 + "x": 7575, + "y": 5910 }, { - "x": 17490, - "y": 5600 + "x": 7080, + "y": 5910 }, { - "x": 23165, - "y": 5600 + "x": 7080, + "y": 6675 } ], "label": { - "x": 17492, - "y": 2241, + "x": 7585, + "y": 5870, "width": 329, "height": 32, "fontName": "Sans", @@ -58470,21 +59974,29 @@ "visible": true, "vertices": [ { - "x": 17955, - "y": 1450 + "x": 9105, + "y": 5490 }, { - "x": 22200, - "y": 1450 + "x": 9150, + "y": 5490 }, { - "x": 22200, - "y": 1805 + "x": 9150, + "y": 6840 + }, + { + "x": 9060, + "y": 6840 + }, + { + "x": 9060, + "y": 7445 } ], "label": { - "x": 17945, - "y": 1410, + "x": 9095, + "y": 5450, "width": 355, "height": 32, "fontName": "Sans", @@ -58508,29 +60020,21 @@ "visible": true, "vertices": [ { - "x": 17740, - "y": 1738 + "x": 9050, + "y": 5778 }, { - "x": 17740, - "y": 5540 + "x": 9050, + "y": 6780 }, { - "x": 21060, - "y": 5540 - }, - { - "x": 21060, - "y": 5550 - }, - { - "x": 23165, - "y": 5550 + "x": 7265, + "y": 6780 } ], "label": { - "x": 17742, - "y": 1686, + "x": 9052, + "y": 5726, "width": 365, "height": 32, "fontName": "Sans", @@ -58554,17 +60058,29 @@ "visible": true, "vertices": [ { - "x": 22310, - "y": 1273 + "x": 8405, + "y": 4680 }, { - "x": 22310, - "y": 1805 + "x": 9210, + "y": 4680 + }, + { + "x": 9210, + "y": 6900 + }, + { + "x": 9100, + "y": 6900 + }, + { + "x": 9100, + "y": 7445 } ], "label": { - "x": 22312, - "y": 1221, + "x": 8395, + "y": 4640, "width": 428, "height": 32, "fontName": "Sans", @@ -58588,29 +60104,25 @@ "visible": true, "vertices": [ { - "x": 22525, - "y": 1010 + "x": 7975, + "y": 4680 }, { - "x": 23610, - "y": 1010 + "x": 6570, + "y": 4680 }, { - "x": 23610, - "y": 5410 + "x": 6570, + "y": 6780 }, { - "x": 23350, - "y": 5410 - }, - { - "x": 23350, - "y": 5445 + "x": 6925, + "y": 6780 } ], "label": { - "x": 22515, - "y": 970, + "x": 7985, + "y": 4640, "width": 438, "height": 32, "fontName": "Sans", @@ -58634,21 +60146,21 @@ "visible": true, "vertices": [ { - "x": 4110, - "y": 9335 + "x": 4130, + "y": 14965 }, { - "x": 4110, - "y": 9010 + "x": 4130, + "y": 14230 }, { - "x": 5245, - "y": 9010 + "x": 4555, + "y": 14230 } ], "label": { - "x": 4118, - "y": 9345, + "x": 4138, + "y": 14975, "width": 369, "height": 32, "fontName": "Sans", @@ -58672,21 +60184,21 @@ "visible": true, "vertices": [ { - "x": 4010, - "y": 9335 + "x": 4060, + "y": 14965 }, { - "x": 4010, - "y": 8900 + "x": 4060, + "y": 14130 }, { - "x": 4055, - "y": 8900 + "x": 4105, + "y": 14130 } ], "label": { - "x": 4018, - "y": 9313, + "x": 4068, + "y": 14943, "width": 379, "height": 32, "fontName": "Sans", @@ -58710,17 +60222,17 @@ "visible": true, "vertices": [ { - "x": 3910, - "y": 9335 + "x": 3990, + "y": 14965 }, { - "x": 3910, - "y": 8812 + "x": 3990, + "y": 14032 } ], "label": { - "x": 3918, - "y": 9345, + "x": 3998, + "y": 14975, "width": 344, "height": 32, "fontName": "Sans", @@ -58744,17 +60256,17 @@ "visible": true, "vertices": [ { - "x": 3835, - "y": 9440 + "x": 3935, + "y": 15060 }, { - "x": 3745, - "y": 9440 + "x": 3855, + "y": 15060 } ], "label": { - "x": 3851, - "y": 9410, + "x": 3951, + "y": 15030, "width": 338, "height": 32, "fontName": "Sans", @@ -58778,17 +60290,17 @@ "visible": true, "vertices": [ { - "x": 4050, - "y": 9540 + "x": 4150, + "y": 15170 }, { - "x": 4050, - "y": 9565 + "x": 4150, + "y": 15195 } ], "label": { - "x": 4058, - "y": 9498, + "x": 4158, + "y": 15128, "width": 318, "height": 32, "fontName": "Sans", @@ -58812,17 +60324,17 @@ "visible": true, "vertices": [ { - "x": 4265, - "y": 9510 + "x": 4365, + "y": 15050 }, { - "x": 4405, - "y": 9510 + "x": 4385, + "y": 15050 } ], "label": { - "x": 4261, - "y": 9512, + "x": 4361, + "y": 15052, "width": 328, "height": 32, "fontName": "Sans", @@ -58846,25 +60358,21 @@ "visible": true, "vertices": [ { - "x": 4265, - "y": 9400 + "x": 4270, + "y": 14965 }, { - "x": 4360, - "y": 9400 + "x": 4270, + "y": 14860 }, { - "x": 4360, - "y": 9330 - }, - { - "x": 4405, - "y": 9330 + "x": 4315, + "y": 14860 } ], "label": { - "x": 4261, - "y": 9402, + "x": 4278, + "y": 14975, "width": 385, "height": 32, "fontName": "Sans", @@ -58888,25 +60396,21 @@ "visible": true, "vertices": [ { - "x": 4265, - "y": 9370 + "x": 4210, + "y": 14965 }, { - "x": 4300, - "y": 9370 + "x": 4210, + "y": 14670 }, { - "x": 4300, - "y": 9140 - }, - { - "x": 4345, - "y": 9140 + "x": 4245, + "y": 14670 } ], "label": { - "x": 4261, - "y": 9372, + "x": 4218, + "y": 14975, "width": 395, "height": 32, "fontName": "Sans", @@ -58930,17 +60434,17 @@ "visible": true, "vertices": [ { - "x": 4835, - "y": 9320 + "x": 4745, + "y": 14860 }, { - "x": 4915, - "y": 9320 + "x": 4825, + "y": 14860 } ], "label": { - "x": 4831, - "y": 9322, + "x": 4741, + "y": 14862, "width": 447, "height": 32, "fontName": "Sans", @@ -58964,17 +60468,17 @@ "visible": true, "vertices": [ { - "x": 4775, - "y": 9140 + "x": 4675, + "y": 14670 }, { - "x": 4795, - "y": 9140 + "x": 4695, + "y": 14670 } ], "label": { - "x": 4771, - "y": 9142, + "x": 4671, + "y": 14672, "width": 530, "height": 32, "fontName": "Sans", @@ -58998,25 +60502,29 @@ "visible": true, "vertices": [ { - "x": 5220, - "y": 15635 + "x": 5590, + "y": 16005 }, { - "x": 5220, - "y": 14320 + "x": 5590, + "y": 14690 }, { - "x": 5320, - "y": 14320 + "x": 5620, + "y": 14690 }, { - "x": 5320, - "y": 14219 + "x": 5620, + "y": 14470 + }, + { + "x": 4985, + "y": 14470 } ], "label": { - "x": 5228, - "y": 15645, + "x": 5598, + "y": 16015, "width": 521, "height": 32, "fontName": "Sans", @@ -59040,17 +60548,17 @@ "visible": true, "vertices": [ { - "x": 5140, - "y": 15635 + "x": 5520, + "y": 16005 }, { - "x": 5140, - "y": 14281 + "x": 5520, + "y": 14641 } ], "label": { - "x": 5148, - "y": 15613, + "x": 5528, + "y": 15983, "width": 531, "height": 32, "fontName": "Sans", @@ -59074,17 +60582,17 @@ "visible": true, "vertices": [ { - "x": 5085, - "y": 15740 + "x": 5455, + "y": 16110 }, { - "x": 5065, - "y": 15740 + "x": 5435, + "y": 16110 } ], "label": { - "x": 5101, - "y": 15742, + "x": 5471, + "y": 16112, "width": 496, "height": 32, "fontName": "Sans", @@ -59108,17 +60616,17 @@ "visible": true, "vertices": [ { - "x": 5300, - "y": 15840 + "x": 5670, + "y": 16210 }, { - "x": 5300, - "y": 15865 + "x": 5670, + "y": 16225 } ], "label": { - "x": 5308, - "y": 15798, + "x": 5678, + "y": 16168, "width": 490, "height": 32, "fontName": "Sans", @@ -59142,17 +60650,17 @@ "visible": true, "vertices": [ { - "x": 5515, - "y": 15740 + "x": 5885, + "y": 16110 }, { - "x": 5535, - "y": 15740 + "x": 5915, + "y": 16110 } ], "label": { - "x": 5511, - "y": 15710, + "x": 5881, + "y": 16080, "width": 470, "height": 32, "fontName": "Sans", @@ -59176,25 +60684,17 @@ "visible": true, "vertices": [ { - "x": 5450, - "y": 15635 + "x": 5830, + "y": 16005 }, { - "x": 5450, - "y": 15600 - }, - { - "x": 5500, - "y": 15600 - }, - { - "x": 5500, - "y": 15559 + "x": 5830, + "y": 15919 } ], "label": { - "x": 5458, - "y": 15645, + "x": 5838, + "y": 16015, "width": 480, "height": 32, "fontName": "Sans", @@ -59218,25 +60718,25 @@ "visible": true, "vertices": [ { - "x": 5380, - "y": 15635 + "x": 5730, + "y": 16005 }, { - "x": 5380, - "y": 15290 + "x": 5730, + "y": 15660 }, { - "x": 5410, - "y": 15290 + "x": 5760, + "y": 15660 }, { - "x": 5410, - "y": 15252 + "x": 5760, + "y": 15612 } ], "label": { - "x": 5388, - "y": 15645, + "x": 5738, + "y": 16015, "width": 537, "height": 32, "fontName": "Sans", @@ -59260,25 +60760,25 @@ "visible": true, "vertices": [ { - "x": 5290, - "y": 15635 + "x": 5660, + "y": 16005 }, { - "x": 5290, - "y": 14800 + "x": 5660, + "y": 15160 }, { - "x": 5340, - "y": 14800 + "x": 5690, + "y": 15160 }, { - "x": 5340, - "y": 14753 + "x": 5690, + "y": 15123 } ], "label": { - "x": 5298, - "y": 15645, + "x": 5668, + "y": 16015, "width": 547, "height": 32, "fontName": "Sans", @@ -59302,17 +60802,17 @@ "visible": true, "vertices": [ { - "x": 5550, - "y": 15085 + "x": 5910, + "y": 15445 }, { - "x": 5550, - "y": 15059 + "x": 5910, + "y": 15429 } ], "label": { - "x": 5558, - "y": 15095, + "x": 5918, + "y": 15455, "width": 599, "height": 32, "fontName": "Sans", @@ -59336,17 +60836,17 @@ "visible": true, "vertices": [ { - "x": 5470, - "y": 14605 + "x": 5850, + "y": 14975 }, { - "x": 5470, - "y": 14589 + "x": 5850, + "y": 14949 } ], "label": { - "x": 5478, - "y": 14615, + "x": 5858, + "y": 14985, "width": 682, "height": 32, "fontName": "Sans", @@ -59370,29 +60870,29 @@ "visible": true, "vertices": [ { - "x": 15985, - "y": 14050 + "x": 18285, + "y": 14340 }, { - "x": 15310, - "y": 14050 + "x": 17610, + "y": 14340 }, { - "x": 15310, - "y": 13980 + "x": 17610, + "y": 14270 }, { - "x": 14500, - "y": 13980 + "x": 16860, + "y": 14270 }, { - "x": 14500, - "y": 14015 + "x": 16860, + "y": 14305 } ], "label": { - "x": 16001, - "y": 14052, + "x": 18301, + "y": 14342, "width": 355, "height": 32, "fontName": "Sans", @@ -59416,17 +60916,17 @@ "visible": true, "vertices": [ { - "x": 15985, - "y": 14080 + "x": 18285, + "y": 14370 }, { - "x": 15265, - "y": 14080 + "x": 17565, + "y": 14370 } ], "label": { - "x": 16001, - "y": 14050, + "x": 18301, + "y": 14340, "width": 365, "height": 32, "fontName": "Sans", @@ -59450,17 +60950,17 @@ "visible": true, "vertices": [ { - "x": 16200, - "y": 14120 + "x": 18500, + "y": 14400 }, { - "x": 16200, - "y": 14135 + "x": 18500, + "y": 14425 } ], "label": { - "x": 16208, - "y": 14110, + "x": 18508, + "y": 14390, "width": 330, "height": 32, "fontName": "Sans", @@ -59484,17 +60984,17 @@ "visible": true, "vertices": [ { - "x": 16415, - "y": 14020 + "x": 18715, + "y": 14300 }, { - "x": 16495, - "y": 14020 + "x": 18795, + "y": 14300 } ], "label": { - "x": 16411, - "y": 13990, + "x": 18711, + "y": 14270, "width": 324, "height": 32, "fontName": "Sans", @@ -59518,17 +61018,17 @@ "visible": true, "vertices": [ { - "x": 16200, - "y": 13915 + "x": 18500, + "y": 14195 }, { - "x": 16200, - "y": 13891 + "x": 18500, + "y": 14181 } ], "label": { - "x": 16208, - "y": 13893, + "x": 18508, + "y": 14173, "width": 304, "height": 32, "fontName": "Sans", @@ -59552,25 +61052,25 @@ "visible": true, "vertices": [ { - "x": 15985, - "y": 13950 + "x": 18285, + "y": 14230 }, { - "x": 15940, - "y": 13950 + "x": 18240, + "y": 14230 }, { - "x": 15940, - "y": 13860 + "x": 18240, + "y": 14160 }, { - "x": 15905, - "y": 13860 + "x": 18195, + "y": 14160 } ], "label": { - "x": 16001, - "y": 13952, + "x": 18301, + "y": 14232, "width": 314, "height": 32, "fontName": "Sans", @@ -59594,25 +61094,25 @@ "visible": true, "vertices": [ { - "x": 15985, - "y": 13980 + "x": 18285, + "y": 14260 }, { - "x": 15430, - "y": 13980 + "x": 17730, + "y": 14260 }, { - "x": 15430, - "y": 13470 + "x": 17730, + "y": 13830 }, { - "x": 15325, - "y": 13470 + "x": 17625, + "y": 13830 } ], "label": { - "x": 16001, - "y": 13982, + "x": 18301, + "y": 14262, "width": 371, "height": 32, "fontName": "Sans", @@ -59636,25 +61136,25 @@ "visible": true, "vertices": [ { - "x": 15985, - "y": 14010 + "x": 18285, + "y": 14300 }, { - "x": 15370, - "y": 14010 + "x": 17670, + "y": 14300 }, { - "x": 15370, - "y": 13860 + "x": 17670, + "y": 14170 }, { - "x": 15325, - "y": 13860 + "x": 17625, + "y": 14170 } ], "label": { - "x": 16001, - "y": 14012, + "x": 18301, + "y": 14302, "width": 381, "height": 32, "fontName": "Sans", @@ -59678,17 +61178,17 @@ "visible": true, "vertices": [ { - "x": 14895, - "y": 13470 + "x": 17195, + "y": 13780 }, { - "x": 14875, - "y": 13470 + "x": 17175, + "y": 13780 } ], "label": { - "x": 14911, - "y": 13472, + "x": 17211, + "y": 13782, "width": 433, "height": 32, "fontName": "Sans", @@ -59712,17 +61212,17 @@ "visible": true, "vertices": [ { - "x": 14895, - "y": 13850 + "x": 17195, + "y": 14150 }, { - "x": 14875, - "y": 13850 + "x": 17175, + "y": 14150 } ], "label": { - "x": 14911, - "y": 13852, + "x": 17211, + "y": 14152, "width": 516, "height": 32, "fontName": "Sans", @@ -59746,25 +61246,17 @@ "visible": true, "vertices": [ { - "x": 3560, - "y": 6400 + "x": 13320, + "y": 1730 }, { - "x": 3560, - "y": 7550 - }, - { - "x": 3530, - "y": 7550 - }, - { - "x": 3530, - "y": 7745 + "x": 13320, + "y": 2555 } ], "label": { - "x": 3568, - "y": 6390, + "x": 13328, + "y": 1720, "width": 435, "height": 32, "fontName": "Sans", @@ -59788,17 +61280,17 @@ "visible": true, "vertices": [ { - "x": 3650, - "y": 6400 + "x": 13420, + "y": 1730 }, { - "x": 3650, - "y": 7585 + "x": 13420, + "y": 1755 } ], "label": { - "x": 3658, - "y": 6358, + "x": 13428, + "y": 1688, "width": 445, "height": 32, "fontName": "Sans", @@ -59822,17 +61314,17 @@ "visible": true, "vertices": [ { - "x": 3715, - "y": 6300 + "x": 13485, + "y": 1630 }, { - "x": 3735, - "y": 6300 + "x": 13505, + "y": 1630 } ], "label": { - "x": 3711, - "y": 6302, + "x": 13481, + "y": 1632, "width": 410, "height": 32, "fontName": "Sans", @@ -59856,17 +61348,17 @@ "visible": true, "vertices": [ { - "x": 3500, - "y": 6195 + "x": 13270, + "y": 1525 }, { - "x": 3500, - "y": 6111 + "x": 13270, + "y": 1501 } ], "label": { - "x": 3508, - "y": 6173, + "x": 13278, + "y": 1503, "width": 404, "height": 32, "fontName": "Sans", @@ -59890,17 +61382,17 @@ "visible": true, "vertices": [ { - "x": 3285, - "y": 6300 + "x": 13055, + "y": 1600 }, { - "x": 3265, - "y": 6300 + "x": 12475, + "y": 1600 } ], "label": { - "x": 3301, - "y": 6270, + "x": 13071, + "y": 1570, "width": 384, "height": 32, "fontName": "Sans", @@ -59924,25 +61416,21 @@ "visible": true, "vertices": [ { - "x": 3350, - "y": 6400 + "x": 13055, + "y": 1670 }, { - "x": 3350, - "y": 6440 + "x": 12510, + "y": 1670 }, { - "x": 3300, - "y": 6440 - }, - { - "x": 3300, - "y": 6485 + "x": 12510, + "y": 1715 } ], "label": { - "x": 3358, - "y": 6390, + "x": 13071, + "y": 1672, "width": 394, "height": 32, "fontName": "Sans", @@ -59966,25 +61454,17 @@ "visible": true, "vertices": [ { - "x": 3420, - "y": 6400 + "x": 13110, + "y": 1730 }, { - "x": 3420, - "y": 6690 - }, - { - "x": 3370, - "y": 6690 - }, - { - "x": 3370, - "y": 6735 + "x": 13110, + "y": 1815 } ], "label": { - "x": 3428, - "y": 6390, + "x": 13118, + "y": 1720, "width": 451, "height": 32, "fontName": "Sans", @@ -60008,25 +61488,17 @@ "visible": true, "vertices": [ { - "x": 3490, - "y": 6400 + "x": 13220, + "y": 1730 }, { - "x": 3490, - "y": 7130 - }, - { - "x": 3450, - "y": 7130 - }, - { - "x": 3450, - "y": 7165 + "x": 13220, + "y": 2195 } ], "label": { - "x": 3498, - "y": 6390, + "x": 13228, + "y": 1720, "width": 461, "height": 32, "fontName": "Sans", @@ -60050,17 +61522,17 @@ "visible": true, "vertices": [ { - "x": 3240, - "y": 6902 + "x": 12970, + "y": 1982 }, { - "x": 3240, - "y": 6925 + "x": 12970, + "y": 2005 } ], "label": { - "x": 3248, - "y": 6892, + "x": 12978, + "y": 1972, "width": 513, "height": 32, "fontName": "Sans", @@ -60084,17 +61556,17 @@ "visible": true, "vertices": [ { - "x": 3310, - "y": 7313 + "x": 13070, + "y": 2343 }, { - "x": 3310, - "y": 7335 + "x": 13070, + "y": 2365 } ], "label": { - "x": 3318, - "y": 7303, + "x": 13078, + "y": 2333, "width": 596, "height": 32, "fontName": "Sans", @@ -60118,21 +61590,21 @@ "visible": true, "vertices": [ { - "x": 2860, - "y": 16725 + "x": 2900, + "y": 17365 }, { - "x": 2860, - "y": 15810 + "x": 2900, + "y": 16150 }, { - "x": 3195, - "y": 15810 + "x": 3315, + "y": 16150 } ], "label": { - "x": 2868, - "y": 16735, + "x": 2908, + "y": 17375, "width": 397, "height": 32, "fontName": "Sans", @@ -60156,21 +61628,21 @@ "visible": true, "vertices": [ { - "x": 2760, - "y": 16725 + "x": 2830, + "y": 17365 }, { - "x": 2760, - "y": 15590 + "x": 2830, + "y": 16040 }, { - "x": 2805, - "y": 15590 + "x": 2865, + "y": 16040 } ], "label": { - "x": 2768, - "y": 16703, + "x": 2838, + "y": 17343, "width": 407, "height": 32, "fontName": "Sans", @@ -60194,17 +61666,17 @@ "visible": true, "vertices": [ { - "x": 2660, - "y": 16725 + "x": 2760, + "y": 17365 }, { - "x": 2660, - "y": 15497 + "x": 2760, + "y": 15947 } ], "label": { - "x": 2668, - "y": 16735, + "x": 2768, + "y": 17375, "width": 372, "height": 32, "fontName": "Sans", @@ -60228,17 +61700,17 @@ "visible": true, "vertices": [ { - "x": 2585, - "y": 16830 + "x": 2695, + "y": 17460 }, { - "x": 2495, - "y": 16830 + "x": 2615, + "y": 17460 } ], "label": { - "x": 2601, - "y": 16800, + "x": 2711, + "y": 17430, "width": 366, "height": 32, "fontName": "Sans", @@ -60262,17 +61734,17 @@ "visible": true, "vertices": [ { - "x": 2800, - "y": 16930 + "x": 2910, + "y": 17570 }, { - "x": 2800, - "y": 16955 + "x": 2910, + "y": 17585 } ], "label": { - "x": 2808, - "y": 16888, + "x": 2918, + "y": 17528, "width": 346, "height": 32, "fontName": "Sans", @@ -60296,17 +61768,17 @@ "visible": true, "vertices": [ { - "x": 3015, - "y": 16890 + "x": 3125, + "y": 17530 }, { "x": 3155, - "y": 16890 + "y": 17530 } ], "label": { - "x": 3011, - "y": 16892, + "x": 3121, + "y": 17532, "width": 356, "height": 32, "fontName": "Sans", @@ -60330,25 +61802,21 @@ "visible": true, "vertices": [ { - "x": 3015, - "y": 16790 + "x": 3040, + "y": 17365 }, { - "x": 3110, - "y": 16790 + "x": 3040, + "y": 17250 }, { - "x": 3110, - "y": 16720 - }, - { - "x": 3155, - "y": 16720 + "x": 3085, + "y": 17250 } ], "label": { - "x": 3011, - "y": 16792, + "x": 3048, + "y": 17375, "width": 413, "height": 32, "fontName": "Sans", @@ -60372,25 +61840,21 @@ "visible": true, "vertices": [ { - "x": 3015, - "y": 16760 + "x": 2970, + "y": 17365 }, { - "x": 3050, - "y": 16760 + "x": 2970, + "y": 16970 }, { - "x": 3050, - "y": 16530 - }, - { - "x": 3095, - "y": 16530 + "x": 3005, + "y": 16970 } ], "label": { - "x": 3011, - "y": 16762, + "x": 2978, + "y": 17375, "width": 423, "height": 32, "fontName": "Sans", @@ -60414,17 +61878,17 @@ "visible": true, "vertices": [ { - "x": 3585, - "y": 16720 + "x": 3515, + "y": 17250 }, { - "x": 3665, - "y": 16720 + "x": 3595, + "y": 17250 } ], "label": { - "x": 3581, - "y": 16722, + "x": 3511, + "y": 17252, "width": 475, "height": 32, "fontName": "Sans", @@ -60448,17 +61912,17 @@ "visible": true, "vertices": [ { - "x": 3525, - "y": 16530 + "x": 3435, + "y": 16970 }, { - "x": 3545, - "y": 16530 + "x": 3465, + "y": 16970 } ], "label": { - "x": 3521, - "y": 16532, + "x": 3431, + "y": 16972, "width": 558, "height": 32, "fontName": "Sans", @@ -60482,29 +61946,29 @@ "visible": true, "vertices": [ { - "x": 4420, - "y": 18085 + "x": 4160, + "y": 18575 }, { - "x": 4420, - "y": 16370 + "x": 4160, + "y": 16850 }, { - "x": 4470, - "y": 16370 + "x": 4170, + "y": 16850 }, { - "x": 4470, - "y": 16150 + "x": 4170, + "y": 16480 }, { - "x": 3625, - "y": 16150 + "x": 3745, + "y": 16480 } ], "label": { - "x": 4428, - "y": 18095, + "x": 4168, + "y": 18585, "width": 341, "height": 32, "fontName": "Sans", @@ -60528,17 +61992,17 @@ "visible": true, "vertices": [ { - "x": 4350, - "y": 18085 + "x": 4060, + "y": 18575 }, { - "x": 4350, - "y": 16321 + "x": 4060, + "y": 16811 } ], "label": { - "x": 4358, - "y": 18063, + "x": 4068, + "y": 18553, "width": 351, "height": 32, "fontName": "Sans", @@ -60562,17 +62026,17 @@ "visible": true, "vertices": [ { - "x": 4285, - "y": 18190 + "x": 4005, + "y": 18680 }, { - "x": 4265, - "y": 18190 + "x": 3985, + "y": 18680 } ], "label": { - "x": 4301, - "y": 18192, + "x": 4021, + "y": 18682, "width": 316, "height": 32, "fontName": "Sans", @@ -60596,17 +62060,17 @@ "visible": true, "vertices": [ { - "x": 4500, - "y": 18290 + "x": 4220, + "y": 18780 }, { - "x": 4500, - "y": 18315 + "x": 4220, + "y": 18795 } ], "label": { - "x": 4508, - "y": 18248, + "x": 4228, + "y": 18738, "width": 310, "height": 32, "fontName": "Sans", @@ -60630,17 +62094,17 @@ "visible": true, "vertices": [ { - "x": 4715, - "y": 18190 + "x": 4435, + "y": 18680 }, { - "x": 4735, - "y": 18190 + "x": 4455, + "y": 18680 } ], "label": { - "x": 4711, - "y": 18160, + "x": 4431, + "y": 18650, "width": 290, "height": 32, "fontName": "Sans", @@ -60664,25 +62128,25 @@ "visible": true, "vertices": [ { - "x": 4660, - "y": 18085 + "x": 4370, + "y": 18575 }, { - "x": 4660, - "y": 18040 + "x": 4370, + "y": 18530 }, { - "x": 4700, - "y": 18040 + "x": 4400, + "y": 18530 }, { - "x": 4700, - "y": 18002 + "x": 4400, + "y": 18492 } ], "label": { - "x": 4668, - "y": 18095, + "x": 4378, + "y": 18585, "width": 300, "height": 32, "fontName": "Sans", @@ -60706,25 +62170,25 @@ "visible": true, "vertices": [ { - "x": 4580, - "y": 18085 + "x": 4300, + "y": 18575 }, { - "x": 4580, - "y": 17600 + "x": 4300, + "y": 18090 }, { - "x": 4630, - "y": 17600 + "x": 4330, + "y": 18090 }, { - "x": 4630, - "y": 17562 + "x": 4330, + "y": 18052 } ], "label": { - "x": 4588, - "y": 18095, + "x": 4308, + "y": 18585, "width": 357, "height": 32, "fontName": "Sans", @@ -60748,25 +62212,25 @@ "visible": true, "vertices": [ { - "x": 4510, - "y": 18085 + "x": 4230, + "y": 18575 }, { - "x": 4510, - "y": 16980 + "x": 4230, + "y": 17460 }, { - "x": 4540, - "y": 16980 + "x": 4260, + "y": 17460 }, { - "x": 4540, - "y": 16933 + "x": 4260, + "y": 17423 } ], "label": { - "x": 4518, - "y": 18095, + "x": 4238, + "y": 18585, "width": 367, "height": 32, "fontName": "Sans", @@ -60790,17 +62254,17 @@ "visible": true, "vertices": [ { - "x": 4770, - "y": 17395 + "x": 4490, + "y": 17885 }, { - "x": 4770, - "y": 17372 + "x": 4490, + "y": 17862 } ], "label": { - "x": 4778, - "y": 17405, + "x": 4498, + "y": 17895, "width": 419, "height": 32, "fontName": "Sans", @@ -60824,17 +62288,17 @@ "visible": true, "vertices": [ { - "x": 4680, - "y": 16785 + "x": 4420, + "y": 17275 }, { - "x": 4680, - "y": 16762 + "x": 4420, + "y": 17252 } ], "label": { - "x": 4688, - "y": 16795, + "x": 4428, + "y": 17285, "width": 502, "height": 32, "fontName": "Sans", @@ -60858,29 +62322,29 @@ "visible": true, "vertices": [ { - "x": 18545, - "y": 15990 + "x": 20835, + "y": 16350 }, { - "x": 17870, - "y": 15990 + "x": 20170, + "y": 16350 }, { - "x": 17870, - "y": 15910 + "x": 20170, + "y": 16270 }, { - "x": 17100, - "y": 15910 + "x": 19340, + "y": 16270 }, { - "x": 17100, - "y": 15955 + "x": 19340, + "y": 16315 } ], "label": { - "x": 18561, - "y": 15992, + "x": 20851, + "y": 16352, "width": 427, "height": 32, "fontName": "Sans", @@ -60904,17 +62368,17 @@ "visible": true, "vertices": [ { - "x": 18545, - "y": 16020 + "x": 20835, + "y": 16370 }, { - "x": 17835, - "y": 16020 + "x": 20125, + "y": 16370 } ], "label": { - "x": 18561, - "y": 15990, + "x": 20851, + "y": 16340, "width": 437, "height": 32, "fontName": "Sans", @@ -60938,17 +62402,17 @@ "visible": true, "vertices": [ { - "x": 18760, - "y": 16060 + "x": 21060, + "y": 16410 }, { - "x": 18760, - "y": 16075 + "x": 21060, + "y": 16435 } ], "label": { - "x": 18768, - "y": 16050, + "x": 21068, + "y": 16400, "width": 402, "height": 32, "fontName": "Sans", @@ -60972,17 +62436,17 @@ "visible": true, "vertices": [ { - "x": 18975, - "y": 15950 + "x": 21265, + "y": 16310 }, { - "x": 19065, - "y": 15950 + "x": 21355, + "y": 16310 } ], "label": { - "x": 18971, - "y": 15920, + "x": 21261, + "y": 16280, "width": 396, "height": 32, "fontName": "Sans", @@ -61006,17 +62470,17 @@ "visible": true, "vertices": [ { - "x": 18760, - "y": 15855 + "x": 21060, + "y": 16205 }, { - "x": 18760, - "y": 15831 + "x": 21060, + "y": 16181 } ], "label": { - "x": 18768, - "y": 15833, + "x": 21068, + "y": 16183, "width": 376, "height": 32, "fontName": "Sans", @@ -61040,25 +62504,25 @@ "visible": true, "vertices": [ { - "x": 18545, - "y": 15890 + "x": 20835, + "y": 16240 }, { - "x": 18510, - "y": 15890 + "x": 20800, + "y": 16240 }, { - "x": 18510, - "y": 15800 + "x": 20800, + "y": 16170 }, { - "x": 18465, - "y": 15800 + "x": 20755, + "y": 16170 } ], "label": { - "x": 18561, - "y": 15892, + "x": 20851, + "y": 16242, "width": 386, "height": 32, "fontName": "Sans", @@ -61082,25 +62546,25 @@ "visible": true, "vertices": [ { - "x": 18545, - "y": 15910 + "x": 20835, + "y": 16270 }, { - "x": 17990, - "y": 15910 + "x": 20290, + "y": 16270 }, { - "x": 17990, - "y": 15590 + "x": 20290, + "y": 16000 }, { - "x": 17895, - "y": 15590 + "x": 20185, + "y": 16000 } ], "label": { - "x": 18561, - "y": 15912, + "x": 20851, + "y": 16272, "width": 443, "height": 32, "fontName": "Sans", @@ -61124,25 +62588,25 @@ "visible": true, "vertices": [ { - "x": 18545, - "y": 15950 + "x": 20835, + "y": 16300 }, { - "x": 17930, - "y": 15950 + "x": 20230, + "y": 16300 }, { - "x": 17930, - "y": 15800 + "x": 20230, + "y": 16170 }, { - "x": 17895, - "y": 15800 + "x": 20185, + "y": 16170 } ], "label": { - "x": 18561, - "y": 15952, + "x": 20851, + "y": 16302, "width": 453, "height": 32, "fontName": "Sans", @@ -61166,17 +62630,17 @@ "visible": true, "vertices": [ { - "x": 17465, - "y": 15580 + "x": 19755, + "y": 15970 }, { - "x": 17435, - "y": 15580 + "x": 19735, + "y": 15970 } ], "label": { - "x": 17481, - "y": 15582, + "x": 19771, + "y": 15972, "width": 505, "height": 32, "fontName": "Sans", @@ -61200,17 +62664,17 @@ "visible": true, "vertices": [ { - "x": 17465, - "y": 15790 + "x": 19755, + "y": 16140 }, { - "x": 17435, - "y": 15790 + "x": 19735, + "y": 16140 } ], "label": { - "x": 17481, - "y": 15792, + "x": 19771, + "y": 16142, "width": 588, "height": 32, "fontName": "Sans", @@ -61234,25 +62698,17 @@ "visible": true, "vertices": [ { - "x": 17185, - "y": 5700 + "x": 7480, + "y": 5560 }, { - "x": 17290, - "y": 5700 - }, - { - "x": 17290, - "y": 2330 - }, - { - "x": 17785, - "y": 2330 + "x": 7480, + "y": 6005 } ], "label": { - "x": 17181, - "y": 5702, + "x": 7488, + "y": 5550, "width": 393, "height": 32, "fontName": "Sans", @@ -61276,17 +62732,17 @@ "visible": true, "vertices": [ { - "x": 16970, - "y": 5840 + "x": 7790, + "y": 5355 }, { - "x": 16970, - "y": 5865 + "x": 7790, + "y": 5281 } ], "label": { - "x": 16978, - "y": 5798, + "x": 7798, + "y": 5333, "width": 403, "height": 32, "fontName": "Sans", @@ -61310,17 +62766,17 @@ "visible": true, "vertices": [ { - "x": 17185, - "y": 5810 + "x": 7425, + "y": 5500 }, { - "x": 23125, - "y": 5810 + "x": 7045, + "y": 5500 } ], "label": { - "x": 17181, - "y": 5812, + "x": 7441, + "y": 5502, "width": 368, "height": 32, "fontName": "Sans", @@ -61344,17 +62800,17 @@ "visible": true, "vertices": [ { - "x": 16830, - "y": 5635 + "x": 7480, + "y": 5355 }, { - "x": 16830, - "y": 1081 + "x": 7480, + "y": 5341 } ], "label": { - "x": 16838, - "y": 5613, + "x": 7488, + "y": 5333, "width": 362, "height": 32, "fontName": "Sans", @@ -61378,17 +62834,25 @@ "visible": true, "vertices": [ { - "x": 16755, - "y": 5740 + "x": 7425, + "y": 5420 }, { - "x": 16675, - "y": 5740 + "x": 7220, + "y": 5420 + }, + { + "x": 7220, + "y": 5360 + }, + { + "x": 7185, + "y": 5360 } ], "label": { - "x": 16771, - "y": 5710, + "x": 7441, + "y": 5390, "width": 342, "height": 32, "fontName": "Sans", @@ -61412,25 +62876,17 @@ "visible": true, "vertices": [ { - "x": 17185, - "y": 5670 + "x": 7790, + "y": 5560 }, { - "x": 17230, - "y": 5670 - }, - { - "x": 17230, - "y": 2210 - }, - { - "x": 17275, - "y": 2210 + "x": 7790, + "y": 5645 } ], "label": { - "x": 17181, - "y": 5672, + "x": 7798, + "y": 5550, "width": 352, "height": 32, "fontName": "Sans", @@ -61454,21 +62910,17 @@ "visible": true, "vertices": [ { - "x": 17030, - "y": 5635 + "x": 7855, + "y": 5490 }, { - "x": 17030, - "y": 1450 - }, - { - "x": 17075, - "y": 1450 + "x": 8225, + "y": 5490 } ], "label": { - "x": 17038, - "y": 5645, + "x": 7851, + "y": 5492, "width": 409, "height": 32, "fontName": "Sans", @@ -61492,21 +62944,21 @@ "visible": true, "vertices": [ { - "x": 16930, - "y": 5635 + "x": 7855, + "y": 5420 }, { - "x": 16930, - "y": 1130 + "x": 8190, + "y": 5420 }, { - "x": 17975, - "y": 1130 + "x": 8190, + "y": 5123 } ], "label": { - "x": 16938, - "y": 5645, + "x": 7851, + "y": 5422, "width": 419, "height": 32, "fontName": "Sans", @@ -61530,17 +62982,17 @@ "visible": true, "vertices": [ { - "x": 17505, - "y": 1450 + "x": 8655, + "y": 5490 }, { - "x": 17525, - "y": 1450 + "x": 8675, + "y": 5490 } ], "label": { - "x": 17501, - "y": 1452, + "x": 8651, + "y": 5492, "width": 471, "height": 32, "fontName": "Sans", @@ -61564,21 +63016,17 @@ "visible": true, "vertices": [ { - "x": 18330, - "y": 1055 + "x": 8190, + "y": 4975 }, { - "x": 18330, - "y": 1010 - }, - { - "x": 22095, - "y": 1010 + "x": 8190, + "y": 4953 } ], "label": { - "x": 18338, - "y": 1065, + "x": 8198, + "y": 4985, "width": 554, "height": 32, "fontName": "Sans", @@ -61602,25 +63050,21 @@ "visible": true, "vertices": [ { - "x": 8635, - "y": 11820 + "x": 10600, + "y": 13035 }, { - "x": 9180, - "y": 11820 + "x": 10600, + "y": 12820 }, { - "x": 9180, - "y": 11730 - }, - { - "x": 9225, - "y": 11730 + "x": 10645, + "y": 12820 } ], "label": { - "x": 8625, - "y": 11780, + "x": 10602, + "y": 13003, "width": 306, "height": 32, "fontName": "Sans", @@ -61644,25 +63088,21 @@ "visible": true, "vertices": [ { - "x": 8635, - "y": 11790 + "x": 10540, + "y": 13035 }, { - "x": 8670, - "y": 11790 + "x": 10540, + "y": 12650 }, { - "x": 8670, - "y": 11710 - }, - { - "x": 8715, - "y": 11710 + "x": 10575, + "y": 12650 } ], "label": { - "x": 8631, - "y": 11792, + "x": 10548, + "y": 13045, "width": 316, "height": 32, "fontName": "Sans", @@ -61686,21 +63126,21 @@ "visible": true, "vertices": [ { - "x": 8480, - "y": 11755 + "x": 10460, + "y": 13035 }, { - "x": 8480, - "y": 11520 + "x": 10460, + "y": 12470 }, { - "x": 8525, - "y": 11520 + "x": 10505, + "y": 12470 } ], "label": { - "x": 8165, - "y": 11723, + "x": 10145, + "y": 13003, "width": 317, "height": 32, "fontName": "Sans", @@ -61724,17 +63164,17 @@ "visible": true, "vertices": [ { - "x": 21210, - "y": 2993 + "x": 6885, + "y": 9600 }, { - "x": 21210, - "y": 4445 + "x": 6865, + "y": 9600 } ], "label": { - "x": 21047, - "y": 2941, + "x": 6730, + "y": 9560, "width": 165, "height": 32, "fontName": "Sans", @@ -61758,17 +63198,17 @@ "visible": true, "vertices": [ { - "x": 21210, - "y": 2705 + "x": 6950, + "y": 9743 }, { - "x": 21210, - "y": 2683 + "x": 6950, + "y": 10145 } ], "label": { - "x": 21212, - "y": 2673, + "x": 6952, + "y": 9691, "width": 191, "height": 32, "fontName": "Sans", @@ -61792,21 +63232,21 @@ "visible": true, "vertices": [ { - "x": 19160, - "y": 2475 + "x": 7465, + "y": 11710 }, { - "x": 19160, - "y": 2240 + "x": 7500, + "y": 11710 }, { - "x": 19385, - "y": 2240 + "x": 7500, + "y": 11955 } ], "label": { - "x": 19168, - "y": 2485, + "x": 7461, + "y": 11712, "width": 337, "height": 32, "fontName": "Sans", @@ -61830,17 +63270,17 @@ "visible": true, "vertices": [ { - "x": 19060, - "y": 2475 + "x": 7090, + "y": 11575 }, { - "x": 19060, - "y": 2201 + "x": 7090, + "y": 11551 } ], "label": { - "x": 19068, - "y": 2453, + "x": 7098, + "y": 11553, "width": 347, "height": 32, "fontName": "Sans", @@ -61864,17 +63304,17 @@ "visible": true, "vertices": [ { - "x": 18805, - "y": 2620 + "x": 7465, + "y": 11640 }, { - "x": 18465, - "y": 2620 + "x": 7935, + "y": 11640 } ], "label": { - "x": 18821, - "y": 2622, + "x": 7461, + "y": 11642, "width": 312, "height": 32, "fontName": "Sans", @@ -61898,17 +63338,17 @@ "visible": true, "vertices": [ { - "x": 18890, - "y": 2475 + "x": 7035, + "y": 11680 }, { - "x": 18890, - "y": 2361 + "x": 7005, + "y": 11680 } ], "label": { - "x": 18898, - "y": 2453, + "x": 7051, + "y": 11650, "width": 306, "height": 32, "fontName": "Sans", @@ -61932,25 +63372,17 @@ "visible": true, "vertices": [ { - "x": 18805, - "y": 2540 + "x": 7090, + "y": 11780 }, { - "x": 18770, - "y": 2540 - }, - { - "x": 18770, - "y": 2450 - }, - { - "x": 18725, - "y": 2450 + "x": 7090, + "y": 11805 } ], "label": { - "x": 18821, - "y": 2510, + "x": 7098, + "y": 11738, "width": 286, "height": 32, "fontName": "Sans", @@ -61974,17 +63406,17 @@ "visible": true, "vertices": [ { - "x": 19020, - "y": 2680 + "x": 7190, + "y": 11575 }, { - "x": 19020, - "y": 2705 + "x": 7190, + "y": 11080 } ], "label": { - "x": 19028, - "y": 2670, + "x": 7198, + "y": 11585, "width": 296, "height": 32, "fontName": "Sans", @@ -62008,25 +63440,17 @@ "visible": true, "vertices": [ { - "x": 19235, - "y": 2520 + "x": 7330, + "y": 11575 }, { - "x": 19280, - "y": 2520 - }, - { - "x": 19280, - "y": 2440 - }, - { - "x": 19325, - "y": 2440 + "x": 7330, + "y": 11492 } ], "label": { - "x": 19231, - "y": 2522, + "x": 7338, + "y": 11585, "width": 353, "height": 32, "fontName": "Sans", @@ -62050,17 +63474,25 @@ "visible": true, "vertices": [ { - "x": 19235, - "y": 2630 + "x": 7400, + "y": 11575 }, { - "x": 19325, - "y": 2630 + "x": 7400, + "y": 11530 + }, + { + "x": 7740, + "y": 11530 + }, + { + "x": 7740, + "y": 11253 } ], "label": { - "x": 19231, - "y": 2632, + "x": 7408, + "y": 11585, "width": 363, "height": 32, "fontName": "Sans", @@ -62084,17 +63516,17 @@ "visible": true, "vertices": [ { - "x": 19755, - "y": 2430 + "x": 7450, + "y": 11325 }, { - "x": 19835, - "y": 2430 + "x": 7450, + "y": 11310 } ], "label": { - "x": 19751, - "y": 2432, + "x": 7458, + "y": 11335, "width": 415, "height": 32, "fontName": "Sans", @@ -62118,17 +63550,17 @@ "visible": true, "vertices": [ { - "x": 19755, - "y": 2630 + "x": 7740, + "y": 11105 }, { - "x": 19835, - "y": 2630 + "x": 7740, + "y": 11080 } ], "label": { - "x": 19751, - "y": 2632, + "x": 7748, + "y": 11115, "width": 498, "height": 32, "fontName": "Sans", @@ -62152,21 +63584,17 @@ "visible": true, "vertices": [ { - "x": 810, - "y": 17075 + "x": 12820, + "y": 380 }, { - "x": 810, - "y": 16630 - }, - { - "x": 1815, - "y": 16630 + "x": 12820, + "y": 1265 } ], "label": { - "x": 818, - "y": 17085, + "x": 12828, + "y": 370, "width": 399, "height": 32, "fontName": "Sans", @@ -62190,21 +63618,17 @@ "visible": true, "vertices": [ { - "x": 710, - "y": 17075 + "x": 12920, + "y": 380 }, { - "x": 710, - "y": 16520 - }, - { - "x": 755, - "y": 16520 + "x": 12920, + "y": 395 } ], "label": { - "x": 718, - "y": 17053, + "x": 12928, + "y": 338, "width": 409, "height": 32, "fontName": "Sans", @@ -62228,17 +63652,17 @@ "visible": true, "vertices": [ { - "x": 610, - "y": 17075 + "x": 12975, + "y": 280 }, { - "x": 610, - "y": 16430 + "x": 12995, + "y": 280 } ], "label": { - "x": 618, - "y": 17085, + "x": 12971, + "y": 282, "width": 374, "height": 32, "fontName": "Sans", @@ -62262,17 +63686,17 @@ "visible": true, "vertices": [ { - "x": 525, - "y": 17180 + "x": 12760, + "y": 175 }, { - "x": 445, - "y": 17180 + "x": 12760, + "y": 151 } ], "label": { - "x": 541, - "y": 17150, + "x": 12768, + "y": 153, "width": 368, "height": 32, "fontName": "Sans", @@ -62296,17 +63720,17 @@ "visible": true, "vertices": [ { - "x": 740, - "y": 17280 + "x": 12545, + "y": 250 }, { - "x": 740, - "y": 17305 + "x": 11965, + "y": 250 } ], "label": { - "x": 748, - "y": 17238, + "x": 12561, + "y": 220, "width": 348, "height": 32, "fontName": "Sans", @@ -62330,17 +63754,21 @@ "visible": true, "vertices": [ { - "x": 955, - "y": 17240 + "x": 12545, + "y": 320 }, { - "x": 1105, - "y": 17240 + "x": 12010, + "y": 320 + }, + { + "x": 12010, + "y": 355 } ], "label": { - "x": 951, - "y": 17242, + "x": 12561, + "y": 322, "width": 358, "height": 32, "fontName": "Sans", @@ -62364,25 +63792,17 @@ "visible": true, "vertices": [ { - "x": 955, - "y": 17140 + "x": 12610, + "y": 380 }, { - "x": 1060, - "y": 17140 - }, - { - "x": 1060, - "y": 17070 - }, - { - "x": 1105, - "y": 17070 + "x": 12610, + "y": 455 } ], "label": { - "x": 951, - "y": 17142, + "x": 12618, + "y": 370, "width": 415, "height": 32, "fontName": "Sans", @@ -62406,25 +63826,17 @@ "visible": true, "vertices": [ { - "x": 955, - "y": 17110 + "x": 12720, + "y": 380 }, { - "x": 1000, - "y": 17110 - }, - { - "x": 1000, - "y": 16890 - }, - { - "x": 1045, - "y": 16890 + "x": 12720, + "y": 875 } ], "label": { - "x": 951, - "y": 17112, + "x": 12728, + "y": 370, "width": 425, "height": 32, "fontName": "Sans", @@ -62448,17 +63860,17 @@ "visible": true, "vertices": [ { - "x": 1535, - "y": 17070 + "x": 12460, + "y": 622 }, { - "x": 1555, - "y": 17070 + "x": 12460, + "y": 645 } ], "label": { - "x": 1531, - "y": 17072, + "x": 12468, + "y": 612, "width": 477, "height": 32, "fontName": "Sans", @@ -62482,17 +63894,17 @@ "visible": true, "vertices": [ { - "x": 1475, - "y": 16880 + "x": 12560, + "y": 1023 }, { - "x": 1555, - "y": 16880 + "x": 12560, + "y": 1045 } ], "label": { - "x": 1471, - "y": 16882, + "x": 12568, + "y": 1013, "width": 560, "height": 32, "fontName": "Sans", @@ -62516,17 +63928,17 @@ "visible": true, "vertices": [ { - "x": 21210, - "y": 2395 + "x": 6730, + "y": 10433 }, { - "x": 21210, - "y": 2369 + "x": 6730, + "y": 10455 } ], "label": { - "x": 21020, - "y": 2363, + "x": 6540, + "y": 10381, "width": 192, "height": 32, "fontName": "Sans", @@ -62550,25 +63962,21 @@ "visible": true, "vertices": [ { - "x": 18250, - "y": 2545 + "x": 8150, + "y": 11535 }, { - "x": 18250, - "y": 2020 + "x": 8150, + "y": 10540 }, { - "x": 21210, - "y": 2020 - }, - { - "x": 21210, - "y": 2215 + "x": 6793, + "y": 10540 } ], "label": { - "x": 18252, - "y": 2513, + "x": 8152, + "y": 11503, "width": 296, "height": 32, "fontName": "Sans", @@ -62592,17 +64000,21 @@ "visible": true, "vertices": [ { - "x": 19815, - "y": 2250 + "x": 7135, + "y": 12060 }, { - "x": 21065, - "y": 2250 + "x": 6540, + "y": 12060 + }, + { + "x": 6540, + "y": 10609 } ], "label": { - "x": 19484, - "y": 2210, + "x": 6824, + "y": 12020, "width": 321, "height": 32, "fontName": "Sans", @@ -62626,25 +64038,25 @@ "visible": true, "vertices": [ { - "x": 20265, - "y": 2610 + "x": 7430, + "y": 10875 }, { - "x": 20940, - "y": 2610 + "x": 7430, + "y": 10650 }, { - "x": 20940, - "y": 2310 + "x": 6740, + "y": 10650 }, { - "x": 21065, - "y": 2310 + "x": 6740, + "y": 10609 } ], "label": { - "x": 19866, - "y": 2570, + "x": 7043, + "y": 10843, "width": 389, "height": 32, "fontName": "Sans", @@ -62668,25 +64080,25 @@ "visible": true, "vertices": [ { - "x": 20265, - "y": 2380 + "x": 7290, + "y": 11105 }, { - "x": 20880, - "y": 2380 + "x": 7290, + "y": 10710 }, { - "x": 20880, - "y": 2280 + "x": 6670, + "y": 10710 }, { - "x": 21065, - "y": 2280 + "x": 6670, + "y": 10609 } ], "label": { - "x": 19939, - "y": 2340, + "x": 6976, + "y": 11073, "width": 316, "height": 32, "fontName": "Sans", @@ -62710,25 +64122,25 @@ "visible": true, "vertices": [ { - "x": 19235, - "y": 2780 + "x": 6880, + "y": 10875 }, { - "x": 21000, - "y": 2780 + "x": 6880, + "y": 10770 }, { - "x": 21000, - "y": 2340 + "x": 6610, + "y": 10770 }, { - "x": 21065, - "y": 2340 + "x": 6610, + "y": 10609 } ], "label": { - "x": 19231, - "y": 2750, + "x": 6888, + "y": 10853, "width": 280, "height": 32, "fontName": "Sans", @@ -62752,29 +64164,29 @@ "visible": true, "vertices": [ { - "x": 22989, - "y": 3990 + "x": 7549, + "y": 9250 }, { - "x": 23010, - "y": 3990 + "x": 7570, + "y": 9250 }, { - "x": 23010, - "y": 4050 + "x": 7570, + "y": 9310 }, { - "x": 22950, - "y": 4050 + "x": 7510, + "y": 9310 }, { - "x": 22950, - "y": 4029 + "x": 7510, + "y": 9289 } ], "label": { - "x": 22979, - "y": 3950, + "x": 7539, + "y": 9210, "width": 166, "height": 32, "fontName": "Sans", @@ -62798,25 +64210,21 @@ "visible": true, "vertices": [ { - "x": 1810, - "y": 19775 + "x": 1080, + "y": 20295 }, { - "x": 1810, - "y": 18720 + "x": 1080, + "y": 18650 }, { - "x": 1910, - "y": 18720 - }, - { - "x": 1910, - "y": 18615 + "x": 2085, + "y": 18650 } ], "label": { - "x": 1818, - "y": 19785, + "x": 1088, + "y": 20305, "width": 343, "height": 32, "fontName": "Sans", @@ -62840,17 +64248,21 @@ "visible": true, "vertices": [ { - "x": 1730, - "y": 19775 + "x": 1010, + "y": 20295 }, { - "x": 1730, - "y": 18675 + "x": 1010, + "y": 18490 + }, + { + "x": 1055, + "y": 18490 } ], "label": { - "x": 1738, - "y": 19785, + "x": 1018, + "y": 20305, "width": 353, "height": 32, "fontName": "Sans", @@ -62874,17 +64286,17 @@ "visible": true, "vertices": [ { - "x": 1665, - "y": 19890 + "x": 940, + "y": 20295 }, { - "x": 1648, - "y": 19890 + "x": 940, + "y": 18355 } ], "label": { - "x": 1681, - "y": 19892, + "x": 948, + "y": 20305, "width": 359, "height": 32, "fontName": "Sans", @@ -62908,17 +64320,17 @@ "visible": true, "vertices": [ { - "x": 1315, - "y": 19890 + "x": 940, + "y": 18125 }, { - "x": 1294, - "y": 19890 + "x": 940, + "y": 18105 } ], "label": { - "x": 1331, - "y": 19892, + "x": 948, + "y": 18135, "width": 421, "height": 32, "fontName": "Sans", @@ -62942,17 +64354,17 @@ "visible": true, "vertices": [ { - "x": 1900, - "y": 20005 + "x": 885, + "y": 20410 }, { - "x": 1900, - "y": 20025 + "x": 800, + "y": 20410 } ], "label": { - "x": 1908, - "y": 19995, + "x": 901, + "y": 20412, "width": 369, "height": 32, "fontName": "Sans", @@ -62976,17 +64388,17 @@ "visible": true, "vertices": [ { - "x": 1900, - "y": 20255 + "x": 445, + "y": 20410 }, { - "x": 1900, - "y": 20275 + "x": 426, + "y": 20410 } ], "label": { - "x": 1908, - "y": 20245, + "x": 461, + "y": 20412, "width": 504, "height": 32, "fontName": "Sans", @@ -63010,17 +64422,17 @@ "visible": true, "vertices": [ { - "x": 2126, - "y": 19890 + "x": 1110, + "y": 20525 }, { - "x": 2145, - "y": 19890 + "x": 1110, + "y": 20545 } ], "label": { - "x": 2122, - "y": 19892, + "x": 1118, + "y": 20515, "width": 292, "height": 32, "fontName": "Sans", @@ -63044,25 +64456,17 @@ "visible": true, "vertices": [ { - "x": 2060, - "y": 19775 + "x": 1346, + "y": 20480 }, { - "x": 2060, - "y": 19730 - }, - { - "x": 2100, - "y": 19730 - }, - { - "x": 2100, - "y": 19691 + "x": 1365, + "y": 20480 } ], "label": { - "x": 2068, - "y": 19785, + "x": 1342, + "y": 20482, "width": 302, "height": 32, "fontName": "Sans", @@ -63086,25 +64490,21 @@ "visible": true, "vertices": [ { - "x": 1980, - "y": 19775 + "x": 1220, + "y": 20295 }, { - "x": 1980, - "y": 19350 + "x": 1220, + "y": 20160 }, { - "x": 2010, - "y": 19350 - }, - { - "x": 2010, - "y": 19305 + "x": 1265, + "y": 20160 } ], "label": { - "x": 1988, - "y": 19785, + "x": 1228, + "y": 20305, "width": 318, "height": 32, "fontName": "Sans", @@ -63128,25 +64528,21 @@ "visible": true, "vertices": [ { - "x": 1890, - "y": 19775 + "x": 1160, + "y": 20295 }, { - "x": 1890, - "y": 19030 + "x": 1160, + "y": 19910 }, { - "x": 1930, - "y": 19030 - }, - { - "x": 1930, - "y": 18995 + "x": 1195, + "y": 19910 } ], "label": { - "x": 1898, - "y": 19785, + "x": 1168, + "y": 20305, "width": 312, "height": 32, "fontName": "Sans", @@ -63170,17 +64566,17 @@ "visible": true, "vertices": [ { - "x": 22579, - "y": 3880 + "x": 7350, + "y": 8959 }, { - "x": 22595, - "y": 3880 + "x": 7350, + "y": 8985 } ], "label": { - "x": 22569, - "y": 3840, + "x": 7352, + "y": 8907, "width": 219, "height": 32, "fontName": "Sans", @@ -63204,17 +64600,17 @@ "visible": true, "vertices": [ { - "x": 22185, - "y": 3880 + "x": 7420, + "y": 8655 }, { - "x": 22165, - "y": 3880 + "x": 7420, + "y": 8633 } ], "label": { - "x": 22195, - "y": 3840, + "x": 7422, + "y": 8623, "width": 218, "height": 32, "fontName": "Sans", @@ -63238,29 +64634,21 @@ "visible": true, "vertices": [ { - "x": 25315, - "y": 18450 + "x": 1840, + "y": 19605 }, { - "x": 24630, - "y": 18450 + "x": 1840, + "y": 19120 }, { - "x": 24630, - "y": 18370 - }, - { - "x": 23870, - "y": 18370 - }, - { - "x": 23870, - "y": 18405 + "x": 2065, + "y": 19120 } ], "label": { - "x": 25331, - "y": 18452, + "x": 1848, + "y": 19615, "width": 449, "height": 32, "fontName": "Sans", @@ -63284,17 +64672,21 @@ "visible": true, "vertices": [ { - "x": 25315, - "y": 18470 + "x": 1770, + "y": 19605 }, { - "x": 24595, - "y": 18470 + "x": 1770, + "y": 18950 + }, + { + "x": 1805, + "y": 18950 } ], "label": { - "x": 25331, - "y": 18440, + "x": 1778, + "y": 19583, "width": 459, "height": 32, "fontName": "Sans", @@ -63318,17 +64710,17 @@ "visible": true, "vertices": [ { - "x": 25530, - "y": 18510 + "x": 1700, + "y": 19605 }, { - "x": 25530, - "y": 18535 + "x": 1700, + "y": 18852 } ], "label": { - "x": 25538, - "y": 18500, + "x": 1708, + "y": 19615, "width": 424, "height": 32, "fontName": "Sans", @@ -63352,17 +64744,17 @@ "visible": true, "vertices": [ { - "x": 25745, - "y": 18410 + "x": 1635, + "y": 19700 }, { - "x": 25825, - "y": 18410 + "x": 1555, + "y": 19700 } ], "label": { - "x": 25741, - "y": 18380, + "x": 1651, + "y": 19670, "width": 418, "height": 32, "fontName": "Sans", @@ -63386,17 +64778,17 @@ "visible": true, "vertices": [ { - "x": 25530, - "y": 18305 + "x": 1850, + "y": 19810 }, { - "x": 25530, - "y": 18281 + "x": 1850, + "y": 19825 } ], "label": { - "x": 25538, - "y": 18283, + "x": 1858, + "y": 19768, "width": 398, "height": 32, "fontName": "Sans", @@ -63420,25 +64812,17 @@ "visible": true, "vertices": [ { - "x": 25315, - "y": 18340 + "x": 2065, + "y": 19770 }, { - "x": 25270, - "y": 18340 - }, - { - "x": 25270, - "y": 18250 - }, - { - "x": 25225, - "y": 18250 + "x": 2085, + "y": 19770 } ], "label": { - "x": 25331, - "y": 18342, + "x": 2061, + "y": 19772, "width": 408, "height": 32, "fontName": "Sans", @@ -63462,25 +64846,21 @@ "visible": true, "vertices": [ { - "x": 25315, - "y": 18370 + "x": 1980, + "y": 19605 }, { - "x": 24760, - "y": 18370 + "x": 1980, + "y": 19500 }, { - "x": 24760, - "y": 18070 - }, - { - "x": 24715, - "y": 18070 + "x": 2015, + "y": 19500 } ], "label": { - "x": 25331, - "y": 18372, + "x": 1988, + "y": 19615, "width": 465, "height": 32, "fontName": "Sans", @@ -63504,25 +64884,21 @@ "visible": true, "vertices": [ { - "x": 25315, - "y": 18400 + "x": 1910, + "y": 19605 }, { - "x": 24700, - "y": 18400 + "x": 1910, + "y": 19310 }, { - "x": 24700, - "y": 18250 - }, - { - "x": 24655, - "y": 18250 + "x": 1945, + "y": 19310 } ], "label": { - "x": 25331, - "y": 18402, + "x": 1918, + "y": 19615, "width": 475, "height": 32, "fontName": "Sans", @@ -63546,17 +64922,17 @@ "visible": true, "vertices": [ { - "x": 24285, - "y": 18060 + "x": 2445, + "y": 19500 }, { - "x": 24265, - "y": 18060 + "x": 2465, + "y": 19500 } ], "label": { - "x": 24301, - "y": 18062, + "x": 2441, + "y": 19502, "width": 527, "height": 32, "fontName": "Sans", @@ -63580,17 +64956,17 @@ "visible": true, "vertices": [ { - "x": 24225, - "y": 18250 + "x": 2375, + "y": 19310 }, { - "x": 24205, - "y": 18250 + "x": 2405, + "y": 19310 } ], "label": { - "x": 24241, - "y": 18252, + "x": 2371, + "y": 19312, "width": 610, "height": 32, "fontName": "Sans", @@ -63614,21 +64990,21 @@ "visible": true, "vertices": [ { - "x": 22185, - "y": 3550 + "x": 7740, + "y": 8655 }, { - "x": 22080, - "y": 3550 + "x": 7740, + "y": 8440 }, { - "x": 22080, - "y": 3595 + "x": 7695, + "y": 8440 } ], "label": { - "x": 22195, - "y": 3510, + "x": 7742, + "y": 8623, "width": 182, "height": 32, "fontName": "Sans", @@ -63652,17 +65028,17 @@ "visible": true, "vertices": [ { - "x": 22415, - "y": 3590 + "x": 7680, + "y": 8885 }, { - "x": 22435, - "y": 3590 + "x": 7680, + "y": 8905 } ], "label": { - "x": 22411, - "y": 3592, + "x": 7688, + "y": 8875, "width": 147, "height": 32, "fontName": "Sans", @@ -63686,25 +65062,25 @@ "visible": true, "vertices": [ { - "x": 16280, - "y": 350 + "x": 5140, + "y": 19655 }, { - "x": 16280, - "y": 580 + "x": 5140, + "y": 19390 }, { - "x": 16330, - "y": 580 + "x": 5110, + "y": 19390 }, { - "x": 16330, - "y": 625 + "x": 5110, + "y": 19352 } ], "label": { - "x": 16288, - "y": 340, + "x": 5148, + "y": 19665, "width": 377, "height": 32, "fontName": "Sans", @@ -63728,25 +65104,25 @@ "visible": true, "vertices": [ { - "x": 16350, - "y": 350 + "x": 5070, + "y": 19655 }, { - "x": 16350, - "y": 390 + "x": 5070, + "y": 19610 }, { - "x": 16400, - "y": 390 + "x": 5040, + "y": 19610 }, { - "x": 16400, - "y": 435 + "x": 5040, + "y": 19571 } ], "label": { - "x": 16358, - "y": 308, + "x": 5078, + "y": 19633, "width": 387, "height": 32, "fontName": "Sans", @@ -63770,17 +65146,17 @@ "visible": true, "vertices": [ { - "x": 16415, - "y": 250 + "x": 5005, + "y": 19750 }, { - "x": 16435, - "y": 250 + "x": 4985, + "y": 19750 } ], "label": { - "x": 16411, - "y": 252, + "x": 5021, + "y": 19752, "width": 352, "height": 32, "fontName": "Sans", @@ -63804,17 +65180,17 @@ "visible": true, "vertices": [ { - "x": 16200, - "y": 145 + "x": 5220, + "y": 19860 }, { - "x": 16200, - "y": 151 + "x": 5220, + "y": 19875 } ], "label": { - "x": 16208, - "y": 123, + "x": 5228, + "y": 19818, "width": 346, "height": 32, "fontName": "Sans", @@ -63838,17 +65214,17 @@ "visible": true, "vertices": [ { - "x": 15985, - "y": 250 + "x": 5435, + "y": 19750 }, { - "x": 15965, - "y": 250 + "x": 5455, + "y": 19750 } ], "label": { - "x": 16001, - "y": 220, + "x": 5431, + "y": 19720, "width": 326, "height": 32, "fontName": "Sans", @@ -63872,17 +65248,17 @@ "visible": true, "vertices": [ { - "x": 16050, - "y": 350 + "x": 5380, + "y": 19655 }, { - "x": 16050, - "y": 1665 + "x": 5380, + "y": 18302 } ], "label": { - "x": 16058, - "y": 340, + "x": 5388, + "y": 19665, "width": 336, "height": 32, "fontName": "Sans", @@ -63906,25 +65282,17 @@ "visible": true, "vertices": [ { - "x": 16120, - "y": 350 + "x": 5280, + "y": 19655 }, { - "x": 16120, - "y": 1250 - }, - { - "x": 16170, - "y": 1250 - }, - { - "x": 16170, - "y": 1295 + "x": 5280, + "y": 18682 } ], "label": { - "x": 16128, - "y": 340, + "x": 5288, + "y": 19665, "width": 393, "height": 32, "fontName": "Sans", @@ -63948,25 +65316,25 @@ "visible": true, "vertices": [ { - "x": 16210, - "y": 350 + "x": 5210, + "y": 19655 }, { - "x": 16210, - "y": 830 + "x": 5210, + "y": 19140 }, { - "x": 16240, - "y": 830 + "x": 5180, + "y": 19140 }, { - "x": 16240, - "y": 875 + "x": 5180, + "y": 19103 } ], "label": { - "x": 16218, - "y": 340, + "x": 5218, + "y": 19665, "width": 403, "height": 32, "fontName": "Sans", @@ -63990,17 +65358,17 @@ "visible": true, "vertices": [ { - "x": 16300, - "y": 1462 + "x": 5120, + "y": 18515 }, { - "x": 16300, - "y": 1485 + "x": 5120, + "y": 18492 } ], "label": { - "x": 16308, - "y": 1452, + "x": 5128, + "y": 18525, "width": 455, "height": 32, "fontName": "Sans", @@ -64024,17 +65392,17 @@ "visible": true, "vertices": [ { - "x": 16380, - "y": 1023 + "x": 5020, + "y": 18955 }, { - "x": 16380, - "y": 1045 + "x": 5020, + "y": 18932 } ], "label": { - "x": 16388, - "y": 1013, + "x": 5028, + "y": 18965, "width": 538, "height": 32, "fontName": "Sans", @@ -64049,6 +65417,602 @@ "isFontItalic": false, "isVisible": false } + }, + { + "name": "fk_UserOrderService_SubmitShopBuyOrderRequest_1", + "sourceTableName": "UserOrderService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 7330, + "y": 13563 + }, + { + "x": 7330, + "y": 13585 + } + ], + "label": { + "x": 6965, + "y": 13511, + "width": 367, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserOrderService_SubmitShopBuyOrderResponse_1", + "sourceTableName": "UserOrderService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 7330, + "y": 13315 + }, + { + "x": 7330, + "y": 12452 + } + ], + "label": { + "x": 6955, + "y": 13283, + "width": 377, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_SubmitShopBuyOrderResponse_SubmitShopBuyOrderFactorDetail_1", + "sourceTableName": "SubmitShopBuyOrderResponse", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 7640, + "y": 12185 + }, + { + "x": 7640, + "y": 12162 + } + ], + "label": { + "x": 7648, + "y": 12163, + "width": 485, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_SubmitShopBuyOrderResponse_PaymentMethod_1", + "sourceTableName": "SubmitShopBuyOrderResponse", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 7275, + "y": 12320 + }, + { + "x": 5710, + "y": 12320 + }, + { + "x": 5710, + "y": 7695 + } + ], + "label": { + "x": 7285, + "y": 12280, + "width": 368, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllUserOrderByFilterResponseModel_PaymentMethod_1", + "sourceTableName": "GetAllUserOrderByFilterResponseModel", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 5740, + "y": 4073 + }, + { + "x": 5740, + "y": 7465 + } + ], + "label": { + "x": 5318, + "y": 4021, + "width": 424, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllUserOrderByFilterFilter_PaymentMethod_1", + "sourceTableName": "GetAllUserOrderByFilterFilter", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 5500, + "y": 12525 + }, + { + "x": 5500, + "y": 7640 + }, + { + "x": 5545, + "y": 7640 + } + ], + "label": { + "x": 5151, + "y": 12493, + "width": 351, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetUserOrderResponse_PaymentMethod_1", + "sourceTableName": "GetUserOrderResponse", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 5405, + "y": 7570 + }, + { + "x": 5545, + "y": 7570 + } + ], + "label": { + "x": 5080, + "y": 7530, + "width": 315, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_CreateNewUserOrderRequest_PaymentMethod_1", + "sourceTableName": "CreateNewUserOrderRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 5640, + "y": 12355 + }, + { + "x": 5640, + "y": 7695 + } + ], + "label": { + "x": 5286, + "y": 12323, + "width": 356, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UpdateUserOrderRequest_PaymentMethod_1", + "sourceTableName": "UpdateUserOrderRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 5600, + "y": 4487 + }, + { + "x": 5600, + "y": 7465 + } + ], + "label": { + "x": 5602, + "y": 4435, + "width": 331, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllUserOrderByFilterResponseModel_PaymentStatus_1", + "sourceTableName": "GetAllUserOrderByFilterResponseModel", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 5955, + "y": 3900 + }, + { + "x": 9510, + "y": 3900 + }, + { + "x": 9510, + "y": 7570 + }, + { + "x": 9225, + "y": 7570 + } + ], + "label": { + "x": 5531, + "y": 3860, + "width": 414, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_SubmitShopBuyOrderResponse_PaymentStatus_1", + "sourceTableName": "SubmitShopBuyOrderResponse", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 7705, + "y": 12320 + }, + { + "x": 8950, + "y": 12320 + }, + { + "x": 8950, + "y": 7645 + } + ], + "label": { + "x": 7695, + "y": 12280, + "width": 358, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetAllUserOrderByFilterFilter_PaymentStatus_1", + "sourceTableName": "GetAllUserOrderByFilterFilter", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 5565, + "y": 12700 + }, + { + "x": 9090, + "y": 12700 + }, + { + "x": 9090, + "y": 7645 + } + ], + "label": { + "x": 5214, + "y": 12660, + "width": 341, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_GetUserOrderResponse_PaymentStatus_1", + "sourceTableName": "GetUserOrderResponse", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 5190, + "y": 7385 + }, + { + "x": 5190, + "y": 4110 + }, + { + "x": 9390, + "y": 4110 + }, + { + "x": 9390, + "y": 7500 + }, + { + "x": 9225, + "y": 7500 + } + ], + "label": { + "x": 5198, + "y": 7363, + "width": 305, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UpdateUserOrderRequest_PaymentStatus_1", + "sourceTableName": "UpdateUserOrderRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 5695, + "y": 4320 + }, + { + "x": 9330, + "y": 4320 + }, + { + "x": 9330, + "y": 7020 + }, + { + "x": 9180, + "y": 7020 + }, + { + "x": 9180, + "y": 7445 + } + ], + "label": { + "x": 5685, + "y": 4280, + "width": 321, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_CreateNewUserOrderRequest_PaymentStatus_1", + "sourceTableName": "CreateNewUserOrderRequest", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 6015, + "y": 12510 + }, + { + "x": 9020, + "y": 12510 + }, + { + "x": 9020, + "y": 7645 + } + ], + "label": { + "x": 5659, + "y": 12470, + "width": 346, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserOrder_PaymentMethod_1", + "sourceTableName": "UserOrder", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 6925, + "y": 7580 + }, + { + "x": 5803, + "y": 7580 + } + ], + "label": { + "x": 6935, + "y": 7540, + "width": 227, + "height": 32, + "fontName": "Sans", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } } ], "viewRelations": []