From 9238987c17d7198e33ca686371922f922d6f1004 Mon Sep 17 00:00:00 2001 From: MeysamMoghaddam <65253484+MeysamMoghaddam@users.noreply.github.com> Date: Mon, 13 Oct 2025 07:47:07 +0330 Subject: [PATCH] Update model.ndm2 --- docs/model.ndm2 | 2236 +++++++++++++++++++++++------------------------ 1 file changed, 1084 insertions(+), 1152 deletions(-) diff --git a/docs/model.ndm2 b/docs/model.ndm2 index a9bac42..eebadef 100644 --- a/docs/model.ndm2 +++ b/docs/model.ndm2 @@ -386,571 +386,6 @@ "dataCompressions": [] } }, - { - "objectType": "Table_MSSQL", - "name": "UserAddressService", - "comment": "سرویس های آدرس کاربر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "UserAddressService", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 3851, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "CreateNewUserAddress", - "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": "CreateNewUserAddress", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UpdateUserAddress", - "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": "UpdateUserAddress", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "DeleteUserAddress", - "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": "DeleteUserAddress", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "GetUserAddress", - "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": "GetUserAddress", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "GetAllUserAddressByFilter", - "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": "GetAllUserAddressByFilter", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "foreignKeys": [ - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserAddressService_CreateNewUserAddressRequest_1", - "fields": [ - "CreateNewUserAddress" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "CreateNewUserAddressRequest", - "referencedFields": [ - "UserId" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserAddressService_CreateNewUserAddressResponse_1", - "fields": [ - "CreateNewUserAddress" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "CreateNewUserAddressResponse", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserAddressService_UpdateUserAddressRequest_1", - "fields": [ - "UpdateUserAddress" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "UpdateUserAddressRequest", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserAddressService_DeleteUserAddressRequest_1", - "fields": [ - "DeleteUserAddress" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "DeleteUserAddressRequest", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserAddressService_GetUserAddressRequest_1", - "fields": [ - "GetUserAddress" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "GetUserAddressRequest", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserAddressService_GetUserAddressResponse_1", - "fields": [ - "GetUserAddress" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "GetUserAddressResponse", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserAddressService_GetAllUserAddressByFilterRequest_1", - "fields": [ - "GetAllUserAddressByFilter" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "GetAllUserAddressByFilterRequest", - "referencedFields": [ - "PaginationState" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserAddressService_GetAllUserAddressByFilterResponse_1", - "fields": [ - "GetAllUserAddressByFilter" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "GetAllUserAddressByFilterResponse", - "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": "CreateNewUserAddressRequest", - "comment": "ورودی ایجاد آدرس کاربر جدید", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "CreateNewUserAddressRequest", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 6922, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "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": "Title", - "type": "nvarchar", - "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": "Title", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Address", - "type": "nvarchar", - "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": "Address", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PostalCode", - "type": "nvarchar", - "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": "PostalCode", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "IsDefault", - "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": "IsDefault", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "CityId", - "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": "CityId", - "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": "CreateNewUserAddressResponse", @@ -1046,281 +481,6 @@ "dataCompressions": [] } }, - { - "objectType": "Table_MSSQL", - "name": "UpdateUserAddressRequest", - "comment": "ورودی ویرایش آدرس کاربر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "UpdateUserAddressRequest", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 9213, - "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": "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": "Title", - "type": "nvarchar", - "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": "Title", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Address", - "type": "nvarchar", - "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": "Address", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "PostalCode", - "type": "nvarchar", - "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": "PostalCode", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "IsDefault", - "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": "IsDefault", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "CityId", - "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": "CityId", - "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": "DeleteUserAddressRequest", @@ -8563,6 +7723,786 @@ "filestreamPartitionScheme": "", "dataCompressions": [] } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewUserAddressRequest", + "comment": "ورودی ایجاد آدرس کاربر جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "CreateNewUserAddressRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 6922, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Title", + "type": "nvarchar", + "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": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Address", + "type": "nvarchar", + "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": "Address", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PostalCode", + "type": "nvarchar", + "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": "PostalCode", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "IsDefault", + "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": "IsDefault", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CityId", + "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": "CityId", + "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": "UserAddressService", + "comment": "سرویس های آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UserAddressService", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 3851, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "CreateNewUserAddress", + "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": "CreateNewUserAddress", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UpdateUserAddress", + "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": "UpdateUserAddress", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "DeleteUserAddress", + "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": "DeleteUserAddress", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetUserAddress", + "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": "GetUserAddress", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetAllUserAddressByFilter", + "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": "GetAllUserAddressByFilter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserAddressService_CreateNewUserAddressResponse_1", + "fields": [ + "CreateNewUserAddress" + ], + "referencedSchema": "FrontOffice", + "referencedTable": "CreateNewUserAddressResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserAddressService_UpdateUserAddressRequest_1", + "fields": [ + "UpdateUserAddress" + ], + "referencedSchema": "FrontOffice", + "referencedTable": "UpdateUserAddressRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserAddressService_DeleteUserAddressRequest_1", + "fields": [ + "DeleteUserAddress" + ], + "referencedSchema": "FrontOffice", + "referencedTable": "DeleteUserAddressRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserAddressService_GetUserAddressRequest_1", + "fields": [ + "GetUserAddress" + ], + "referencedSchema": "FrontOffice", + "referencedTable": "GetUserAddressRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserAddressService_GetUserAddressResponse_1", + "fields": [ + "GetUserAddress" + ], + "referencedSchema": "FrontOffice", + "referencedTable": "GetUserAddressResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserAddressService_GetAllUserAddressByFilterRequest_1", + "fields": [ + "GetAllUserAddressByFilter" + ], + "referencedSchema": "FrontOffice", + "referencedTable": "GetAllUserAddressByFilterRequest", + "referencedFields": [ + "PaginationState" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserAddressService_GetAllUserAddressByFilterResponse_1", + "fields": [ + "GetAllUserAddressByFilter" + ], + "referencedSchema": "FrontOffice", + "referencedTable": "GetAllUserAddressByFilterResponse", + "referencedFields": [ + "MetaData" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserAddressService_CreateNewUserAddressRequest_1", + "fields": [ + "CreateNewUserAddress" + ], + "referencedSchema": "FrontOffice", + "referencedTable": "CreateNewUserAddressRequest", + "referencedFields": [ + "Title" + ], + "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": "UpdateUserAddressRequest", + "comment": "ورودی ویرایش آدرس کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UpdateUserAddressRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 9213, + "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": "Title", + "type": "nvarchar", + "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": "Title", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Address", + "type": "nvarchar", + "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": "Address", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "PostalCode", + "type": "nvarchar", + "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": "PostalCode", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "IsDefault", + "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": "IsDefault", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CityId", + "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": "CityId", + "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": [] + } } ], "views": [] @@ -8589,8 +8529,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "UserService", - "x": 530, - "y": 690, + "x": 990, + "y": 890, "width": 400, "height": 200, "isBold": false, @@ -8605,8 +8545,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "UpdateUserRequest", - "x": 880, - "y": 380, + "x": 1370, + "y": 590, "width": 400, "height": 200, "isBold": false, @@ -8621,8 +8561,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "DeleteUserRequest", - "x": 1040, - "y": 630, + "x": 1510, + "y": 840, "width": 400, "height": 100, "isBold": false, @@ -8637,8 +8577,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetUserResponse", - "x": 30, - "y": 640, + "x": 860, + "y": 30, "width": 400, "height": 300, "isBold": false, @@ -8653,8 +8593,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllUserByFilterRequest", - "x": 530, - "y": 940, + "x": 480, + "y": 920, "width": 400, "height": 137, "isBold": false, @@ -8669,8 +8609,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllUserByFilterFilter", - "x": 530, - "y": 1130, + "x": 30, + "y": 870, "width": 400, "height": 250, "isBold": false, @@ -8685,8 +8625,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllUserByFilterResponse", - "x": 2570, - "y": 840, + "x": 990, + "y": 1150, "width": 400, "height": 118, "isBold": false, @@ -8701,8 +8641,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllUserByFilterResponseModel", - "x": 3010, - "y": 760, + "x": 990, + "y": 1320, "width": 400, "height": 280, "isBold": false, @@ -8718,7 +8658,7 @@ "schemaName": "FrontOffice", "tableName": "UserAddressService", "x": 530, - "y": 2110, + "y": 3200, "width": 400, "height": 175, "isBold": false, @@ -8733,8 +8673,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "CreateNewUserAddressRequest", - "x": 1030, - "y": 1930, + "x": 790, + "y": 2870, "width": 400, "height": 213, "isBold": false, @@ -8749,8 +8689,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "CreateNewUserAddressResponse", - "x": 1530, - "y": 2070, + "x": 1030, + "y": 3140, "width": 400, "height": 100, "isBold": false, @@ -8765,8 +8705,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "UpdateUserAddressRequest", - "x": 400, - "y": 1450, + "x": 1530, + "y": 3060, "width": 400, "height": 213, "isBold": false, @@ -8781,8 +8721,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "DeleteUserAddressRequest", - "x": 30, - "y": 2140, + "x": 400, + "y": 2720, "width": 400, "height": 100, "isBold": false, @@ -8797,8 +8737,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetUserAddressRequest", - "x": 530, - "y": 2330, + "x": 30, + "y": 3230, "width": 400, "height": 100, "isBold": false, @@ -8813,8 +8753,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetUserAddressResponse", - "x": 2030, - "y": 2190, + "x": 530, + "y": 3430, "width": 400, "height": 213, "isBold": false, @@ -8830,7 +8770,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllUserAddressByFilterRequest", "x": 2030, - "y": 2010, + "y": 3320, "width": 400, "height": 137, "isBold": false, @@ -8846,7 +8786,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllUserAddressByFilterFilter", "x": 2480, - "y": 1970, + "y": 3320, "width": 400, "height": 213, "isBold": false, @@ -8861,8 +8801,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllUserAddressByFilterResponse", - "x": 790, - "y": 1710, + "x": 2030, + "y": 3140, "width": 400, "height": 118, "isBold": false, @@ -8877,8 +8817,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllUserAddressByFilterResponseModel", - "x": 1230, - "y": 1660, + "x": 2480, + "y": 3060, "width": 400, "height": 213, "isBold": false, @@ -8894,7 +8834,7 @@ "schemaName": "FrontOffice", "tableName": "PackageService", "x": 920, - "y": 3960, + "y": 4120, "width": 400, "height": 120, "isBold": false, @@ -8910,7 +8850,7 @@ "schemaName": "FrontOffice", "tableName": "GetPackageRequest", "x": 1350, - "y": 3960, + "y": 4120, "width": 400, "height": 100, "isBold": false, @@ -8926,7 +8866,7 @@ "schemaName": "FrontOffice", "tableName": "GetPackageResponse", "x": 920, - "y": 4140, + "y": 4290, "width": 400, "height": 175, "isBold": false, @@ -8942,7 +8882,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllPackageByFilterRequest", "x": 480, - "y": 3950, + "y": 4110, "width": 400, "height": 137, "isBold": false, @@ -8958,7 +8898,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllPackageByFilterFilter", "x": 30, - "y": 3930, + "y": 4090, "width": 400, "height": 175, "isBold": false, @@ -8974,7 +8914,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllPackageByFilterResponse", "x": 920, - "y": 3780, + "y": 3940, "width": 400, "height": 118, "isBold": false, @@ -8990,7 +8930,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllPackageByFilterResponseModel", "x": 920, - "y": 3550, + "y": 3710, "width": 400, "height": 175, "isBold": false, @@ -9006,7 +8946,7 @@ "schemaName": "FrontOffice", "tableName": "UserOrderService", "x": 530, - "y": 3160, + "y": 2330, "width": 400, "height": 175, "isBold": false, @@ -9022,7 +8962,7 @@ "schemaName": "FrontOffice", "tableName": "CreateNewUserOrderRequest", "x": 1030, - "y": 2980, + "y": 2150, "width": 400, "height": 213, "isBold": false, @@ -9038,7 +8978,7 @@ "schemaName": "FrontOffice", "tableName": "CreateNewUserOrderResponse", "x": 1530, - "y": 3130, + "y": 2300, "width": 400, "height": 100, "isBold": false, @@ -9054,7 +8994,7 @@ "schemaName": "FrontOffice", "tableName": "UpdateUserOrderRequest", "x": 400, - "y": 2500, + "y": 1670, "width": 400, "height": 213, "isBold": false, @@ -9070,7 +9010,7 @@ "schemaName": "FrontOffice", "tableName": "DeleteUserOrderRequest", "x": 30, - "y": 3190, + "y": 2360, "width": 400, "height": 100, "isBold": false, @@ -9086,7 +9026,7 @@ "schemaName": "FrontOffice", "tableName": "GetUserOrderRequest", "x": 530, - "y": 3380, + "y": 2550, "width": 400, "height": 100, "isBold": false, @@ -9102,7 +9042,7 @@ "schemaName": "FrontOffice", "tableName": "GetUserOrderResponse", "x": 2030, - "y": 3240, + "y": 2410, "width": 400, "height": 213, "isBold": false, @@ -9118,7 +9058,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllUserOrderByFilterRequest", "x": 2030, - "y": 3060, + "y": 2230, "width": 400, "height": 137, "isBold": false, @@ -9134,7 +9074,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllUserOrderByFilterFilter", "x": 2480, - "y": 3020, + "y": 2190, "width": 400, "height": 213, "isBold": false, @@ -9150,7 +9090,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllUserOrderByFilterResponse", "x": 790, - "y": 2760, + "y": 1930, "width": 400, "height": 118, "isBold": false, @@ -9166,7 +9106,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllUserOrderByFilterResponseModel", "x": 1230, - "y": 2720, + "y": 1890, "width": 400, "height": 213, "isBold": false, @@ -9181,8 +9121,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "CreateNewOtpTokenRequest", - "x": 2570, - "y": 680, + "x": 2540, + "y": 1040, "width": 400, "height": 110, "isBold": false, @@ -9197,8 +9137,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "CreateNewOtpTokenResponse", - "x": 2060, - "y": 650, + "x": 2540, + "y": 840, "width": 400, "height": 150, "isBold": false, @@ -9213,8 +9153,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "VerifyOtpTokenRequest", - "x": 770, - "y": 180, + "x": 1250, + "y": 390, "width": 400, "height": 150, "isBold": false, @@ -9229,8 +9169,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "VerifyOtpTokenResponse", - "x": 1550, - "y": 630, + "x": 2020, + "y": 810, "width": 400, "height": 170, "isBold": false, @@ -9245,8 +9185,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "UserAvatarFileModel", - "x": 1330, - "y": 420, + "x": 1830, + "y": 620, "width": 280, "height": 140, "isBold": false, @@ -9268,21 +9208,21 @@ "visible": true, "vertices": [ { - "x": 830, - "y": 675 + "x": 1320, + "y": 875 }, { - "x": 830, - "y": 480 + "x": 1320, + "y": 690 }, { - "x": 865, - "y": 480 + "x": 1355, + "y": 690 } ], "label": { - "x": 838, - "y": 685, + "x": 1328, + "y": 885, "width": 254, "height": 30, "fontName": "Arial Unicode MS", @@ -9306,17 +9246,17 @@ "visible": true, "vertices": [ { - "x": 945, - "y": 710 + "x": 1405, + "y": 910 }, { - "x": 1025, - "y": 710 + "x": 1495, + "y": 910 } ], "label": { - "x": 941, - "y": 682, + "x": 1401, + "y": 882, "width": 249, "height": 30, "fontName": "Arial Unicode MS", @@ -9340,17 +9280,17 @@ "visible": true, "vertices": [ { - "x": 515, - "y": 790 + "x": 1060, + "y": 875 }, { - "x": 445, - "y": 790 + "x": 1060, + "y": 345 } ], "label": { - "x": 531, - "y": 792, + "x": 1068, + "y": 885, "width": 238, "height": 30, "fontName": "Arial Unicode MS", @@ -9374,17 +9314,17 @@ "visible": true, "vertices": [ { - "x": 730, - "y": 905 + "x": 975, + "y": 990 }, { - "x": 730, - "y": 925 + "x": 895, + "y": 990 } ], "label": { - "x": 738, - "y": 895, + "x": 991, + "y": 992, "width": 295, "height": 30, "fontName": "Arial Unicode MS", @@ -9408,17 +9348,17 @@ "visible": true, "vertices": [ { - "x": 945, - "y": 870 + "x": 1190, + "y": 1105 }, { - "x": 2555, - "y": 870 + "x": 1190, + "y": 1135 } ], "label": { - "x": 941, - "y": 872, + "x": 1198, + "y": 1095, "width": 305, "height": 30, "fontName": "Arial Unicode MS", @@ -9442,17 +9382,17 @@ "visible": true, "vertices": [ { - "x": 730, - "y": 1092 + "x": 465, + "y": 990 }, { - "x": 730, - "y": 1115 + "x": 445, + "y": 990 } ], "label": { - "x": 738, - "y": 1082, + "x": 481, + "y": 992, "width": 357, "height": 30, "fontName": "Arial Unicode MS", @@ -9476,17 +9416,17 @@ "visible": true, "vertices": [ { - "x": 2985, - "y": 900 + "x": 1190, + "y": 1283 }, { - "x": 2995, - "y": 900 + "x": 1190, + "y": 1305 } ], "label": { - "x": 2981, - "y": 902, + "x": 1198, + "y": 1273, "width": 442, "height": 30, "fontName": "Arial Unicode MS", @@ -9502,48 +9442,6 @@ "isVisible": false } }, - { - "name": "fk_UserAddressService_CreateNewUserAddressRequest_1", - "sourceTableName": "UserAddressService", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 945, - "y": 2130 - }, - { - "x": 980, - "y": 2130 - }, - { - "x": 980, - "y": 2070 - }, - { - "x": 1015, - "y": 2070 - } - ], - "label": { - "x": 941, - "y": 2132, - "width": 384, - "height": 30, - "fontName": "Arial Unicode MS", - "fontSize": 14, - "fontColor": { - "r": 51, - "g": 51, - "b": 51, - "a": 1 - }, - "isFontBold": false, - "isFontItalic": false, - "isVisible": false - } - }, { "name": "fk_UserAddressService_CreateNewUserAddressResponse_1", "sourceTableName": "UserAddressService", @@ -9553,24 +9451,24 @@ "vertices": [ { "x": 945, - "y": 2190 + "y": 3220 }, { - "x": 1480, - "y": 2190 + "x": 980, + "y": 3220 }, { - "x": 1480, - "y": 2140 + "x": 980, + "y": 3210 }, { - "x": 1515, - "y": 2140 + "x": 1015, + "y": 3210 } ], "label": { "x": 941, - "y": 2162, + "y": 3192, "width": 394, "height": 30, "fontName": "Arial Unicode MS", @@ -9594,17 +9492,25 @@ "visible": true, "vertices": [ { - "x": 600, - "y": 2095 + "x": 945, + "y": 3290 }, { - "x": 600, - "y": 1678 + "x": 1480, + "y": 3290 + }, + { + "x": 1480, + "y": 3200 + }, + { + "x": 1515, + "y": 3200 } ], "label": { - "x": 608, - "y": 2105, + "x": 941, + "y": 3292, "width": 360, "height": 30, "fontName": "Arial Unicode MS", @@ -9628,17 +9534,17 @@ "visible": true, "vertices": [ { - "x": 515, - "y": 2190 + "x": 600, + "y": 3185 }, { - "x": 445, - "y": 2190 + "x": 600, + "y": 2835 } ], "label": { - "x": 531, - "y": 2162, + "x": 608, + "y": 3165, "width": 355, "height": 30, "fontName": "Arial Unicode MS", @@ -9662,17 +9568,17 @@ "visible": true, "vertices": [ { - "x": 730, - "y": 2300 + "x": 515, + "y": 3290 }, { - "x": 730, - "y": 2315 + "x": 445, + "y": 3290 } ], "label": { - "x": 738, - "y": 2260, + "x": 531, + "y": 3262, "width": 334, "height": 30, "fontName": "Arial Unicode MS", @@ -9696,17 +9602,17 @@ "visible": true, "vertices": [ { - "x": 945, - "y": 2260 + "x": 730, + "y": 3390 }, { - "x": 2015, - "y": 2260 + "x": 730, + "y": 3415 } ], "label": { - "x": 941, - "y": 2262, + "x": 738, + "y": 3380, "width": 344, "height": 30, "fontName": "Arial Unicode MS", @@ -9731,24 +9637,16 @@ "vertices": [ { "x": 945, - "y": 2230 - }, - { - "x": 1980, - "y": 2230 - }, - { - "x": 1980, - "y": 2110 + "y": 3360 }, { "x": 2015, - "y": 2110 + "y": 3360 } ], "label": { "x": 941, - "y": 2232, + "y": 3362, "width": 401, "height": 30, "fontName": "Arial Unicode MS", @@ -9772,21 +9670,25 @@ "visible": true, "vertices": [ { - "x": 740, - "y": 2095 + "x": 945, + "y": 3320 }, { - "x": 740, - "y": 1770 + "x": 1980, + "y": 3320 }, { - "x": 775, - "y": 1770 + "x": 1980, + "y": 3220 + }, + { + "x": 2015, + "y": 3220 } ], "label": { - "x": 748, - "y": 2105, + "x": 941, + "y": 3322, "width": 411, "height": 30, "fontName": "Arial Unicode MS", @@ -9811,16 +9713,16 @@ "vertices": [ { "x": 2445, - "y": 2080 + "y": 3390 }, { "x": 2465, - "y": 2080 + "y": 3390 } ], "label": { "x": 2441, - "y": 2082, + "y": 3392, "width": 463, "height": 30, "fontName": "Arial Unicode MS", @@ -9844,17 +9746,17 @@ "visible": true, "vertices": [ { - "x": 1205, - "y": 1770 + "x": 2445, + "y": 3200 }, { - "x": 1215, - "y": 1770 + "x": 2465, + "y": 3200 } ], "label": { - "x": 1201, - "y": 1772, + "x": 2441, + "y": 3202, "width": 548, "height": 30, "fontName": "Arial Unicode MS", @@ -9879,16 +9781,16 @@ "vertices": [ { "x": 1335, - "y": 4010 + "y": 4170 }, { "x": 1335, - "y": 4010 + "y": 4170 } ], "label": { "x": 1331, - "y": 3982, + "y": 4142, "width": 280, "height": 30, "fontName": "Arial Unicode MS", @@ -9913,16 +9815,16 @@ "vertices": [ { "x": 1120, - "y": 4095 + "y": 4255 }, { "x": 1120, - "y": 4125 + "y": 4275 } ], "label": { "x": 1128, - "y": 4085, + "y": 4245, "width": 290, "height": 30, "fontName": "Arial Unicode MS", @@ -9947,16 +9849,16 @@ "vertices": [ { "x": 905, - "y": 4010 + "y": 4170 }, { "x": 895, - "y": 4010 + "y": 4170 } ], "label": { "x": 921, - "y": 4012, + "y": 4172, "width": 347, "height": 30, "fontName": "Arial Unicode MS", @@ -9981,16 +9883,16 @@ "vertices": [ { "x": 1120, - "y": 3945 + "y": 4105 }, { "x": 1120, - "y": 3913 + "y": 4073 } ], "label": { "x": 1128, - "y": 3955, + "y": 4115, "width": 357, "height": 30, "fontName": "Arial Unicode MS", @@ -10015,16 +9917,16 @@ "vertices": [ { "x": 465, - "y": 4010 + "y": 4170 }, { "x": 445, - "y": 4010 + "y": 4170 } ], "label": { "x": 481, - "y": 4012, + "y": 4172, "width": 409, "height": 30, "fontName": "Arial Unicode MS", @@ -10049,16 +9951,16 @@ "vertices": [ { "x": 1120, - "y": 3765 + "y": 3925 }, { "x": 1120, - "y": 3740 + "y": 3900 } ], "label": { "x": 1128, - "y": 3775, + "y": 3935, "width": 494, "height": 30, "fontName": "Arial Unicode MS", @@ -10083,24 +9985,24 @@ "vertices": [ { "x": 945, - "y": 3180 + "y": 2350 }, { "x": 980, - "y": 3180 + "y": 2350 }, { "x": 980, - "y": 3120 + "y": 2290 }, { "x": 1015, - "y": 3120 + "y": 2290 } ], "label": { "x": 941, - "y": 3182, + "y": 2352, "width": 354, "height": 30, "fontName": "Arial Unicode MS", @@ -10125,24 +10027,24 @@ "vertices": [ { "x": 945, - "y": 3250 + "y": 2420 }, { "x": 1480, - "y": 3250 + "y": 2420 }, { "x": 1480, - "y": 3200 + "y": 2370 }, { "x": 1515, - "y": 3200 + "y": 2370 } ], "label": { "x": 941, - "y": 3222, + "y": 2392, "width": 364, "height": 30, "fontName": "Arial Unicode MS", @@ -10167,16 +10069,16 @@ "vertices": [ { "x": 600, - "y": 3145 + "y": 2315 }, { "x": 600, - "y": 2728 + "y": 1898 } ], "label": { "x": 608, - "y": 3155, + "y": 2325, "width": 330, "height": 30, "fontName": "Arial Unicode MS", @@ -10201,16 +10103,16 @@ "vertices": [ { "x": 515, - "y": 3250 + "y": 2420 }, { "x": 445, - "y": 3250 + "y": 2420 } ], "label": { "x": 531, - "y": 3222, + "y": 2392, "width": 325, "height": 30, "fontName": "Arial Unicode MS", @@ -10235,16 +10137,16 @@ "vertices": [ { "x": 730, - "y": 3350 + "y": 2520 }, { "x": 730, - "y": 3365 + "y": 2535 } ], "label": { "x": 738, - "y": 3310, + "y": 2480, "width": 304, "height": 30, "fontName": "Arial Unicode MS", @@ -10269,16 +10171,16 @@ "vertices": [ { "x": 945, - "y": 3310 + "y": 2480 }, { "x": 2015, - "y": 3310 + "y": 2480 } ], "label": { "x": 941, - "y": 3312, + "y": 2482, "width": 314, "height": 30, "fontName": "Arial Unicode MS", @@ -10303,24 +10205,24 @@ "vertices": [ { "x": 945, - "y": 3280 + "y": 2450 }, { "x": 1980, - "y": 3280 + "y": 2450 }, { "x": 1980, - "y": 3170 + "y": 2330 }, { "x": 2015, - "y": 3170 + "y": 2330 } ], "label": { "x": 941, - "y": 3282, + "y": 2452, "width": 371, "height": 30, "fontName": "Arial Unicode MS", @@ -10345,20 +10247,20 @@ "vertices": [ { "x": 740, - "y": 3145 + "y": 2315 }, { "x": 740, - "y": 2830 + "y": 2000 }, { "x": 775, - "y": 2830 + "y": 2000 } ], "label": { "x": 748, - "y": 3155, + "y": 2325, "width": 381, "height": 30, "fontName": "Arial Unicode MS", @@ -10383,16 +10285,16 @@ "vertices": [ { "x": 2445, - "y": 3130 + "y": 2300 }, { "x": 2465, - "y": 3130 + "y": 2300 } ], "label": { "x": 2441, - "y": 3132, + "y": 2302, "width": 433, "height": 30, "fontName": "Arial Unicode MS", @@ -10417,16 +10319,16 @@ "vertices": [ { "x": 1205, - "y": 2830 + "y": 2000 }, { "x": 1215, - "y": 2830 + "y": 2000 } ], "label": { "x": 1201, - "y": 2832, + "y": 2002, "width": 518, "height": 30, "fontName": "Arial Unicode MS", @@ -10450,25 +10352,17 @@ "visible": true, "vertices": [ { - "x": 945, - "y": 840 + "x": 1405, + "y": 1070 }, { - "x": 2510, - "y": 840 - }, - { - "x": 2510, - "y": 750 - }, - { - "x": 2555, - "y": 750 + "x": 2525, + "y": 1070 } ], "label": { - "x": 935, - "y": 802, + "x": 1395, + "y": 1032, "width": 315, "height": 30, "fontName": "Arial Unicode MS", @@ -10492,25 +10386,25 @@ "visible": true, "vertices": [ { - "x": 945, - "y": 820 + "x": 1405, + "y": 1040 }, { - "x": 2000, - "y": 820 + "x": 2480, + "y": 1040 }, { - "x": 2000, - "y": 720 + "x": 2480, + "y": 920 }, { - "x": 2045, - "y": 720 + "x": 2525, + "y": 920 } ], "label": { - "x": 935, - "y": 782, + "x": 1395, + "y": 1002, "width": 325, "height": 30, "fontName": "Arial Unicode MS", @@ -10534,25 +10428,25 @@ "visible": true, "vertices": [ { - "x": 945, - "y": 790 + "x": 1405, + "y": 990 }, { - "x": 1490, - "y": 790 + "x": 1970, + "y": 990 }, { - "x": 1490, - "y": 690 + "x": 1970, + "y": 910 }, { - "x": 1535, - "y": 690 + "x": 2005, + "y": 910 } ], "label": { - "x": 935, - "y": 752, + "x": 1395, + "y": 952, "width": 290, "height": 30, "fontName": "Arial Unicode MS", @@ -10576,21 +10470,21 @@ "visible": true, "vertices": [ { - "x": 710, - "y": 675 + "x": 1190, + "y": 875 }, { - "x": 710, - "y": 260 + "x": 1190, + "y": 460 }, { - "x": 755, - "y": 260 + "x": 1235, + "y": 460 } ], "label": { - "x": 712, - "y": 645, + "x": 1192, + "y": 845, "width": 280, "height": 30, "fontName": "Arial Unicode MS", @@ -10614,17 +10508,17 @@ "visible": true, "vertices": [ { - "x": 1295, - "y": 480 + "x": 1785, + "y": 690 }, { - "x": 1315, - "y": 480 + "x": 1815, + "y": 690 } ], "label": { - "x": 1285, - "y": 442, + "x": 1775, + "y": 652, "width": 317, "height": 30, "fontName": "Arial Unicode MS", @@ -10639,6 +10533,44 @@ "isFontItalic": false, "isVisible": false } + }, + { + "name": "fk_UserAddressService_CreateNewUserAddressRequest_1", + "sourceTableName": "UserAddressService", + "sourceSchemaName": "FrontOffice", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 740, + "y": 3185 + }, + { + "x": 740, + "y": 2980 + }, + { + "x": 775, + "y": 2980 + } + ], + "label": { + "x": 742, + "y": 3155, + "width": 384, + "height": 30, + "fontName": "Arial Unicode MS", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } } ], "viewRelations": []