From 7cfca14bce893da698ec44929a2e427739d0fa84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=B8=A4=E6=97=AD=5BIrelia=5D?= <366601522@qq.com> Date: Sat, 11 Nov 2023 00:03:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E5=AE=9E=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AbpAuditLogAction/AbpAuditLogAction.cs | 27 ---- .../AbpBackgroundJob/AbpBackgroundJob.cs | 29 ----- .../Z_Business/AbpBlob/AbpBlob.cs | 23 ---- .../AbpBlobContainer/AbpBlobContainer.cs | 19 --- .../Z_Business/AbpClaimType/AbpClaimType.cs | 27 ---- .../AbpEntityChange/AbpEntityChange.cs | 29 ----- .../AbpEntityPropertyChange.cs | 23 ---- .../AbpFeatureValue/AbpFeatureValue.cs | 17 --- .../Z_Business/AbpLinkUser/AbpLinkUser.cs | 17 --- .../AbpOrganizationUnit.cs | 43 ------ .../AbpOrganizationUnitRole.cs | 21 --- .../AbpPermissionGrant/AbpPermissionGrant.cs | 17 --- .../Z_Business/AbpRole/AbpRole.cs | 33 ----- .../Z_Business/AbpRoleClaim/AbpRoleClaim.cs | 19 --- .../AbpSecurityLog/AbpSecurityLog.cs | 37 ------ .../Z_Business/AbpSetting/AbpSetting.cs | 17 --- .../Z_Business/AbpTenant/AbpTenant.cs | 31 ----- .../AbpTenantConnectionString.cs | 15 --- .../Z_Business/AbpUser/AbpUser.cs | 75 ----------- .../Z_Business/AbpUserClaim/AbpUserClaim.cs | 19 --- .../Z_Business/AbpUserLogin/AbpUserLogin.cs | 19 --- .../AbpUserOrganizationUnit.cs | 21 --- .../Z_Business/AbpUserRole/AbpUserRole.cs | 17 --- .../Z_Business/AbpUserToken/AbpUserToken.cs | 19 --- .../IdentityServerApiResource.cs | 47 ------- .../IdentityServerApiResourceClaim.cs | 13 -- .../IdentityServerApiResourceProperty.cs | 15 --- .../IdentityServerApiResourceScope.cs | 13 -- .../IdentityServerApiResourceSecret.cs | 19 --- .../IdentityServerApiScope.cs | 45 ------- .../IdentityServerApiScopeClaim.cs | 13 -- .../IdentityServerApiScopeProperty.cs | 15 --- .../IdentityServerClient.cs | 123 ------------------ .../IdentityServerClientClaim.cs | 15 --- .../IdentityServerClientCorsOrigin.cs | 13 -- .../IdentityServerClientGrantType.cs | 13 -- .../IdentityServerClientIdPrestriction.cs | 13 -- ...entityServerClientPostLogoutRedirectUri.cs | 13 -- .../IdentityServerClientProperty.cs | 15 --- .../IdentityServerClientRedirectUri.cs | 13 -- .../IdentityServerClientScope.cs | 13 -- .../IdentityServerClientSecret.cs | 19 --- .../IdentityServerDeviceFlowCode.cs | 33 ----- .../IdentityServerIdentityResource.cs | 45 ------- .../IdentityServerIdentityResourceClaim.cs | 13 -- .../IdentityServerIdentityResourceProperty.cs | 15 --- .../IdentityServerPersistedGrant.cs | 33 ----- 47 files changed, 1183 deletions(-) delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpAuditLogAction/AbpAuditLogAction.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpBackgroundJob/AbpBackgroundJob.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpBlob/AbpBlob.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpBlobContainer/AbpBlobContainer.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpClaimType/AbpClaimType.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpEntityChange/AbpEntityChange.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpEntityPropertyChange/AbpEntityPropertyChange.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpFeatureValue/AbpFeatureValue.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpLinkUser/AbpLinkUser.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpOrganizationUnit/AbpOrganizationUnit.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpOrganizationUnitRole/AbpOrganizationUnitRole.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpPermissionGrant/AbpPermissionGrant.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpRole/AbpRole.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpRoleClaim/AbpRoleClaim.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpSecurityLog/AbpSecurityLog.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpSetting/AbpSetting.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpTenant/AbpTenant.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpTenantConnectionString/AbpTenantConnectionString.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUser/AbpUser.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUserClaim/AbpUserClaim.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUserLogin/AbpUserLogin.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUserOrganizationUnit/AbpUserOrganizationUnit.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUserRole/AbpUserRole.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUserToken/AbpUserToken.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiResource/IdentityServerApiResource.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiResourceClaim/IdentityServerApiResourceClaim.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiResourceProperty/IdentityServerApiResourceProperty.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiResourceScope/IdentityServerApiResourceScope.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiResourceSecret/IdentityServerApiResourceSecret.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiScope/IdentityServerApiScope.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiScopeClaim/IdentityServerApiScopeClaim.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiScopeProperty/IdentityServerApiScopeProperty.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClient/IdentityServerClient.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientClaim/IdentityServerClientClaim.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientCorsOrigin/IdentityServerClientCorsOrigin.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientGrantType/IdentityServerClientGrantType.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientIdPrestriction/IdentityServerClientIdPrestriction.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientPostLogoutRedirectUri/IdentityServerClientPostLogoutRedirectUri.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientProperty/IdentityServerClientProperty.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientRedirectUri/IdentityServerClientRedirectUri.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientScope/IdentityServerClientScope.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientSecret/IdentityServerClientSecret.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerDeviceFlowCode/IdentityServerDeviceFlowCode.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerIdentityResource/IdentityServerIdentityResource.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerIdentityResourceClaim/IdentityServerIdentityResourceClaim.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerIdentityResourceProperty/IdentityServerIdentityResourceProperty.cs delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerPersistedGrant/IdentityServerPersistedGrant.cs diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpAuditLogAction/AbpAuditLogAction.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpAuditLogAction/AbpAuditLogAction.cs deleted file mode 100644 index fec3f01f4..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpAuditLogAction/AbpAuditLogAction.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpAuditLogAction -{ - public Guid Id { get; set; } - - public Guid? TenantId { get; set; } - - public Guid AuditLogId { get; set; } - - public string? ServiceName { get; set; } - - public string? MethodName { get; set; } - - public string? Parameters { get; set; } - - public DateTime ExecutionTime { get; set; } - - public int ExecutionDuration { get; set; } - - public string? ExtraProperties { get; set; } - - public virtual AbpAuditLog AuditLog { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpBackgroundJob/AbpBackgroundJob.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpBackgroundJob/AbpBackgroundJob.cs deleted file mode 100644 index 46e67a5cb..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpBackgroundJob/AbpBackgroundJob.cs +++ /dev/null @@ -1,29 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpBackgroundJob -{ - public Guid Id { get; set; } - - public string JobName { get; set; } = null!; - - public string JobArgs { get; set; } = null!; - - public short TryCount { get; set; } - - public DateTime CreationTime { get; set; } - - public DateTime NextTryTime { get; set; } - - public DateTime? LastTryTime { get; set; } - - public bool? IsAbandoned { get; set; } - - public byte Priority { get; set; } - - public string? ExtraProperties { get; set; } - - public string? ConcurrencyStamp { get; set; } -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpBlob/AbpBlob.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpBlob/AbpBlob.cs deleted file mode 100644 index 23f34d07d..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpBlob/AbpBlob.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpBlob -{ - public Guid Id { get; set; } - - public Guid ContainerId { get; set; } - - public Guid? TenantId { get; set; } - - public string Name { get; set; } = null!; - - public byte[]? Content { get; set; } - - public string? ExtraProperties { get; set; } - - public string? ConcurrencyStamp { get; set; } - - public virtual AbpBlobContainer Container { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpBlobContainer/AbpBlobContainer.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpBlobContainer/AbpBlobContainer.cs deleted file mode 100644 index ad56b29c6..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpBlobContainer/AbpBlobContainer.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpBlobContainer -{ - public Guid Id { get; set; } - - public Guid? TenantId { get; set; } - - public string Name { get; set; } = null!; - - public string? ExtraProperties { get; set; } - - public string? ConcurrencyStamp { get; set; } - - public virtual ICollection AbpBlobs { get; set; } = new List(); -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpClaimType/AbpClaimType.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpClaimType/AbpClaimType.cs deleted file mode 100644 index 0211bbcfd..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpClaimType/AbpClaimType.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpClaimType -{ - public Guid Id { get; set; } - - public string Name { get; set; } = null!; - - public bool Required { get; set; } - - public bool IsStatic { get; set; } - - public string? Regex { get; set; } - - public string? RegexDescription { get; set; } - - public string? Description { get; set; } - - public int ValueType { get; set; } - - public string? ExtraProperties { get; set; } - - public string? ConcurrencyStamp { get; set; } -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpEntityChange/AbpEntityChange.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpEntityChange/AbpEntityChange.cs deleted file mode 100644 index 52b1d4fcb..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpEntityChange/AbpEntityChange.cs +++ /dev/null @@ -1,29 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpEntityChange -{ - public Guid Id { get; set; } - - public Guid AuditLogId { get; set; } - - public Guid? TenantId { get; set; } - - public DateTime ChangeTime { get; set; } - - public byte ChangeType { get; set; } - - public Guid? EntityTenantId { get; set; } - - public string EntityId { get; set; } = null!; - - public string EntityTypeFullName { get; set; } = null!; - - public string? ExtraProperties { get; set; } - - public virtual ICollection AbpEntityPropertyChanges { get; set; } = new List(); - - public virtual AbpAuditLog AuditLog { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpEntityPropertyChange/AbpEntityPropertyChange.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpEntityPropertyChange/AbpEntityPropertyChange.cs deleted file mode 100644 index 79bbf70fb..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpEntityPropertyChange/AbpEntityPropertyChange.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpEntityPropertyChange -{ - public Guid Id { get; set; } - - public Guid? TenantId { get; set; } - - public Guid EntityChangeId { get; set; } - - public string? NewValue { get; set; } - - public string? OriginalValue { get; set; } - - public string PropertyName { get; set; } = null!; - - public string PropertyTypeFullName { get; set; } = null!; - - public virtual AbpEntityChange EntityChange { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpFeatureValue/AbpFeatureValue.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpFeatureValue/AbpFeatureValue.cs deleted file mode 100644 index bcab80b1c..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpFeatureValue/AbpFeatureValue.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpFeatureValue -{ - public Guid Id { get; set; } - - public string Name { get; set; } = null!; - - public string Value { get; set; } = null!; - - public string? ProviderName { get; set; } - - public string? ProviderKey { get; set; } -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpLinkUser/AbpLinkUser.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpLinkUser/AbpLinkUser.cs deleted file mode 100644 index 56f5bb7af..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpLinkUser/AbpLinkUser.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpLinkUser -{ - public Guid Id { get; set; } - - public Guid SourceUserId { get; set; } - - public Guid? SourceTenantId { get; set; } - - public Guid TargetUserId { get; set; } - - public Guid? TargetTenantId { get; set; } -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpOrganizationUnit/AbpOrganizationUnit.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpOrganizationUnit/AbpOrganizationUnit.cs deleted file mode 100644 index 4ade45931..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpOrganizationUnit/AbpOrganizationUnit.cs +++ /dev/null @@ -1,43 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpOrganizationUnit -{ - public Guid Id { get; set; } - - public Guid? TenantId { get; set; } - - public Guid? ParentId { get; set; } - - public string Code { get; set; } = null!; - - public string DisplayName { get; set; } = null!; - - public string? ExtraProperties { get; set; } - - public string? ConcurrencyStamp { get; set; } - - public DateTime CreationTime { get; set; } - - public Guid? CreatorId { get; set; } - - public DateTime? LastModificationTime { get; set; } - - public Guid? LastModifierId { get; set; } - - public bool? IsDeleted { get; set; } - - public Guid? DeleterId { get; set; } - - public DateTime? DeletionTime { get; set; } - - public virtual ICollection AbpOrganizationUnitRoles { get; set; } = new List(); - - public virtual ICollection AbpUserOrganizationUnits { get; set; } = new List(); - - public virtual ICollection InverseParent { get; set; } = new List(); - - public virtual AbpOrganizationUnit? Parent { get; set; } -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpOrganizationUnitRole/AbpOrganizationUnitRole.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpOrganizationUnitRole/AbpOrganizationUnitRole.cs deleted file mode 100644 index ea98004a8..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpOrganizationUnitRole/AbpOrganizationUnitRole.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpOrganizationUnitRole -{ - public Guid RoleId { get; set; } - - public Guid OrganizationUnitId { get; set; } - - public Guid? TenantId { get; set; } - - public DateTime CreationTime { get; set; } - - public Guid? CreatorId { get; set; } - - public virtual AbpOrganizationUnit OrganizationUnit { get; set; } = null!; - - public virtual AbpRole Role { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpPermissionGrant/AbpPermissionGrant.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpPermissionGrant/AbpPermissionGrant.cs deleted file mode 100644 index ca4d31c79..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpPermissionGrant/AbpPermissionGrant.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpPermissionGrant -{ - public Guid Id { get; set; } - - public Guid? TenantId { get; set; } - - public string Name { get; set; } = null!; - - public string ProviderName { get; set; } = null!; - - public string ProviderKey { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpRole/AbpRole.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpRole/AbpRole.cs deleted file mode 100644 index 4bd6d29c7..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpRole/AbpRole.cs +++ /dev/null @@ -1,33 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpRole -{ - public Guid Id { get; set; } - - public Guid? TenantId { get; set; } - - public string Name { get; set; } = null!; - - public string NormalizedName { get; set; } = null!; - - public bool IsDefault { get; set; } - - public bool IsStatic { get; set; } - - public bool IsPublic { get; set; } - - public string? Description { get; set; } - - public string? ExtraProperties { get; set; } - - public string? ConcurrencyStamp { get; set; } - - public virtual ICollection AbpOrganizationUnitRoles { get; set; } = new List(); - - public virtual ICollection AbpRoleClaims { get; set; } = new List(); - - public virtual ICollection AbpUserRoles { get; set; } = new List(); -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpRoleClaim/AbpRoleClaim.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpRoleClaim/AbpRoleClaim.cs deleted file mode 100644 index f4e062885..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpRoleClaim/AbpRoleClaim.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpRoleClaim -{ - public Guid Id { get; set; } - - public Guid RoleId { get; set; } - - public Guid? TenantId { get; set; } - - public string ClaimType { get; set; } = null!; - - public string? ClaimValue { get; set; } - - public virtual AbpRole Role { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpSecurityLog/AbpSecurityLog.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpSecurityLog/AbpSecurityLog.cs deleted file mode 100644 index ea8f0b406..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpSecurityLog/AbpSecurityLog.cs +++ /dev/null @@ -1,37 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpSecurityLog -{ - public Guid Id { get; set; } - - public Guid? TenantId { get; set; } - - public string? ApplicationName { get; set; } - - public string? Identity { get; set; } - - public string? Action { get; set; } - - public Guid? UserId { get; set; } - - public string? UserName { get; set; } - - public string? TenantName { get; set; } - - public string? ClientId { get; set; } - - public string? CorrelationId { get; set; } - - public string? ClientIpAddress { get; set; } - - public string? BrowserInfo { get; set; } - - public DateTime CreationTime { get; set; } - - public string? ExtraProperties { get; set; } - - public string? ConcurrencyStamp { get; set; } -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpSetting/AbpSetting.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpSetting/AbpSetting.cs deleted file mode 100644 index dba3ecccc..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpSetting/AbpSetting.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpSetting -{ - public Guid Id { get; set; } - - public string Name { get; set; } = null!; - - public string Value { get; set; } = null!; - - public string? ProviderName { get; set; } - - public string? ProviderKey { get; set; } -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpTenant/AbpTenant.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpTenant/AbpTenant.cs deleted file mode 100644 index 44df40f3b..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpTenant/AbpTenant.cs +++ /dev/null @@ -1,31 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpTenant -{ - public Guid Id { get; set; } - - public string Name { get; set; } = null!; - - public string? ExtraProperties { get; set; } - - public string? ConcurrencyStamp { get; set; } - - public DateTime CreationTime { get; set; } - - public Guid? CreatorId { get; set; } - - public DateTime? LastModificationTime { get; set; } - - public Guid? LastModifierId { get; set; } - - public bool? IsDeleted { get; set; } - - public Guid? DeleterId { get; set; } - - public DateTime? DeletionTime { get; set; } - - public virtual ICollection AbpTenantConnectionStrings { get; set; } = new List(); -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpTenantConnectionString/AbpTenantConnectionString.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpTenantConnectionString/AbpTenantConnectionString.cs deleted file mode 100644 index 5254ac70a..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpTenantConnectionString/AbpTenantConnectionString.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpTenantConnectionString -{ - public Guid TenantId { get; set; } - - public string Name { get; set; } = null!; - - public string Value { get; set; } = null!; - - public virtual AbpTenant Tenant { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUser/AbpUser.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUser/AbpUser.cs deleted file mode 100644 index e93b0c601..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUser/AbpUser.cs +++ /dev/null @@ -1,75 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpUser -{ - public Guid Id { get; set; } - - public Guid? TenantId { get; set; } - - public string UserName { get; set; } = null!; - - public string NormalizedUserName { get; set; } = null!; - - public string? Name { get; set; } - - public string? Surname { get; set; } - - public string Email { get; set; } = null!; - - public string NormalizedEmail { get; set; } = null!; - - public bool? EmailConfirmed { get; set; } - - public string? PasswordHash { get; set; } - - public string SecurityStamp { get; set; } = null!; - - public bool? IsExternal { get; set; } - - public string? PhoneNumber { get; set; } - - public bool? PhoneNumberConfirmed { get; set; } - - public bool IsActive { get; set; } - - public bool? TwoFactorEnabled { get; set; } - - public DateTimeOffset? LockoutEnd { get; set; } - - public bool? LockoutEnabled { get; set; } - - public int AccessFailedCount { get; set; } - - public string? DepartmentCode { get; set; } - - public string? ExtraProperties { get; set; } - - public string? ConcurrencyStamp { get; set; } - - public DateTime CreationTime { get; set; } - - public Guid? CreatorId { get; set; } - - public DateTime? LastModificationTime { get; set; } - - public Guid? LastModifierId { get; set; } - - public bool? IsDeleted { get; set; } - - public Guid? DeleterId { get; set; } - - public DateTime? DeletionTime { get; set; } - - public virtual ICollection AbpUserClaims { get; set; } = new List(); - - public virtual ICollection AbpUserLogins { get; set; } = new List(); - - public virtual ICollection AbpUserOrganizationUnits { get; set; } = new List(); - - public virtual ICollection AbpUserRoles { get; set; } = new List(); - - public virtual ICollection AbpUserTokens { get; set; } = new List(); -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUserClaim/AbpUserClaim.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUserClaim/AbpUserClaim.cs deleted file mode 100644 index 2791e0aa6..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUserClaim/AbpUserClaim.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpUserClaim -{ - public Guid Id { get; set; } - - public Guid UserId { get; set; } - - public Guid? TenantId { get; set; } - - public string ClaimType { get; set; } = null!; - - public string? ClaimValue { get; set; } - - public virtual AbpUser User { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUserLogin/AbpUserLogin.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUserLogin/AbpUserLogin.cs deleted file mode 100644 index 514b5e88e..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUserLogin/AbpUserLogin.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpUserLogin -{ - public Guid UserId { get; set; } - - public string LoginProvider { get; set; } = null!; - - public Guid? TenantId { get; set; } - - public string ProviderKey { get; set; } = null!; - - public string? ProviderDisplayName { get; set; } - - public virtual AbpUser User { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUserOrganizationUnit/AbpUserOrganizationUnit.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUserOrganizationUnit/AbpUserOrganizationUnit.cs deleted file mode 100644 index 0c35ed59d..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUserOrganizationUnit/AbpUserOrganizationUnit.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpUserOrganizationUnit -{ - public Guid UserId { get; set; } - - public Guid OrganizationUnitId { get; set; } - - public Guid? TenantId { get; set; } - - public DateTime CreationTime { get; set; } - - public Guid? CreatorId { get; set; } - - public virtual AbpOrganizationUnit OrganizationUnit { get; set; } = null!; - - public virtual AbpUser User { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUserRole/AbpUserRole.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUserRole/AbpUserRole.cs deleted file mode 100644 index a99d99ddb..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUserRole/AbpUserRole.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpUserRole -{ - public Guid UserId { get; set; } - - public Guid RoleId { get; set; } - - public Guid? TenantId { get; set; } - - public virtual AbpRole Role { get; set; } = null!; - - public virtual AbpUser User { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUserToken/AbpUserToken.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUserToken/AbpUserToken.cs deleted file mode 100644 index 12251f1af..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/AbpUserToken/AbpUserToken.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class AbpUserToken -{ - public Guid UserId { get; set; } - - public string LoginProvider { get; set; } = null!; - - public string Name { get; set; } = null!; - - public Guid? TenantId { get; set; } - - public string? Value { get; set; } - - public virtual AbpUser User { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiResource/IdentityServerApiResource.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiResource/IdentityServerApiResource.cs deleted file mode 100644 index 740392b07..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiResource/IdentityServerApiResource.cs +++ /dev/null @@ -1,47 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerApiResource -{ - public Guid Id { get; set; } - - public string Name { get; set; } = null!; - - public string? DisplayName { get; set; } - - public string? Description { get; set; } - - public bool Enabled { get; set; } - - public string? AllowedAccessTokenSigningAlgorithms { get; set; } - - public bool ShowInDiscoveryDocument { get; set; } - - public string? ExtraProperties { get; set; } - - public string? ConcurrencyStamp { get; set; } - - public DateTime CreationTime { get; set; } - - public Guid? CreatorId { get; set; } - - public DateTime? LastModificationTime { get; set; } - - public Guid? LastModifierId { get; set; } - - public bool? IsDeleted { get; set; } - - public Guid? DeleterId { get; set; } - - public DateTime? DeletionTime { get; set; } - - public virtual ICollection IdentityServerApiResourceClaims { get; set; } = new List(); - - public virtual ICollection IdentityServerApiResourceProperties { get; set; } = new List(); - - public virtual ICollection IdentityServerApiResourceScopes { get; set; } = new List(); - - public virtual ICollection IdentityServerApiResourceSecrets { get; set; } = new List(); -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiResourceClaim/IdentityServerApiResourceClaim.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiResourceClaim/IdentityServerApiResourceClaim.cs deleted file mode 100644 index 468d627ca..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiResourceClaim/IdentityServerApiResourceClaim.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerApiResourceClaim -{ - public string Type { get; set; } = null!; - - public Guid ApiResourceId { get; set; } - - public virtual IdentityServerApiResource ApiResource { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiResourceProperty/IdentityServerApiResourceProperty.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiResourceProperty/IdentityServerApiResourceProperty.cs deleted file mode 100644 index 01cce78b5..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiResourceProperty/IdentityServerApiResourceProperty.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerApiResourceProperty -{ - public Guid ApiResourceId { get; set; } - - public string Key { get; set; } = null!; - - public string Value { get; set; } = null!; - - public virtual IdentityServerApiResource ApiResource { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiResourceScope/IdentityServerApiResourceScope.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiResourceScope/IdentityServerApiResourceScope.cs deleted file mode 100644 index e29d96e1a..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiResourceScope/IdentityServerApiResourceScope.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerApiResourceScope -{ - public Guid ApiResourceId { get; set; } - - public string Scope { get; set; } = null!; - - public virtual IdentityServerApiResource ApiResource { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiResourceSecret/IdentityServerApiResourceSecret.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiResourceSecret/IdentityServerApiResourceSecret.cs deleted file mode 100644 index dd9ac57aa..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiResourceSecret/IdentityServerApiResourceSecret.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerApiResourceSecret -{ - public string Type { get; set; } = null!; - - public string Value { get; set; } = null!; - - public Guid ApiResourceId { get; set; } - - public string? Description { get; set; } - - public DateTime? Expiration { get; set; } - - public virtual IdentityServerApiResource ApiResource { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiScope/IdentityServerApiScope.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiScope/IdentityServerApiScope.cs deleted file mode 100644 index 2bf9b8b25..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiScope/IdentityServerApiScope.cs +++ /dev/null @@ -1,45 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerApiScope -{ - public Guid Id { get; set; } - - public bool Enabled { get; set; } - - public string Name { get; set; } = null!; - - public string? DisplayName { get; set; } - - public string? Description { get; set; } - - public bool Required { get; set; } - - public bool Emphasize { get; set; } - - public bool ShowInDiscoveryDocument { get; set; } - - public string? ExtraProperties { get; set; } - - public string? ConcurrencyStamp { get; set; } - - public DateTime CreationTime { get; set; } - - public Guid? CreatorId { get; set; } - - public DateTime? LastModificationTime { get; set; } - - public Guid? LastModifierId { get; set; } - - public bool? IsDeleted { get; set; } - - public Guid? DeleterId { get; set; } - - public DateTime? DeletionTime { get; set; } - - public virtual ICollection IdentityServerApiScopeClaims { get; set; } = new List(); - - public virtual ICollection IdentityServerApiScopeProperties { get; set; } = new List(); -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiScopeClaim/IdentityServerApiScopeClaim.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiScopeClaim/IdentityServerApiScopeClaim.cs deleted file mode 100644 index 6ab1c4651..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiScopeClaim/IdentityServerApiScopeClaim.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerApiScopeClaim -{ - public string Type { get; set; } = null!; - - public Guid ApiScopeId { get; set; } - - public virtual IdentityServerApiScope ApiScope { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiScopeProperty/IdentityServerApiScopeProperty.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiScopeProperty/IdentityServerApiScopeProperty.cs deleted file mode 100644 index 7777d76b3..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerApiScopeProperty/IdentityServerApiScopeProperty.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerApiScopeProperty -{ - public Guid ApiScopeId { get; set; } - - public string Key { get; set; } = null!; - - public string Value { get; set; } = null!; - - public virtual IdentityServerApiScope ApiScope { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClient/IdentityServerClient.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClient/IdentityServerClient.cs deleted file mode 100644 index 9454c494b..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClient/IdentityServerClient.cs +++ /dev/null @@ -1,123 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerClient -{ - public Guid Id { get; set; } - - public string ClientId { get; set; } = null!; - - public string? ClientName { get; set; } - - public string? Description { get; set; } - - public string? ClientUri { get; set; } - - public string? LogoUri { get; set; } - - public bool Enabled { get; set; } - - public string ProtocolType { get; set; } = null!; - - public bool RequireClientSecret { get; set; } - - public bool RequireConsent { get; set; } - - public bool AllowRememberConsent { get; set; } - - public bool AlwaysIncludeUserClaimsInIdToken { get; set; } - - public bool RequirePkce { get; set; } - - public bool AllowPlainTextPkce { get; set; } - - public bool RequireRequestObject { get; set; } - - public bool AllowAccessTokensViaBrowser { get; set; } - - public string? FrontChannelLogoutUri { get; set; } - - public bool FrontChannelLogoutSessionRequired { get; set; } - - public string? BackChannelLogoutUri { get; set; } - - public bool BackChannelLogoutSessionRequired { get; set; } - - public bool AllowOfflineAccess { get; set; } - - public int IdentityTokenLifetime { get; set; } - - public string? AllowedIdentityTokenSigningAlgorithms { get; set; } - - public int AccessTokenLifetime { get; set; } - - public int AuthorizationCodeLifetime { get; set; } - - public int? ConsentLifetime { get; set; } - - public int AbsoluteRefreshTokenLifetime { get; set; } - - public int SlidingRefreshTokenLifetime { get; set; } - - public int RefreshTokenUsage { get; set; } - - public bool UpdateAccessTokenClaimsOnRefresh { get; set; } - - public int RefreshTokenExpiration { get; set; } - - public int AccessTokenType { get; set; } - - public bool EnableLocalLogin { get; set; } - - public bool IncludeJwtId { get; set; } - - public bool AlwaysSendClientClaims { get; set; } - - public string? ClientClaimsPrefix { get; set; } - - public string? PairWiseSubjectSalt { get; set; } - - public int? UserSsoLifetime { get; set; } - - public string? UserCodeType { get; set; } - - public int DeviceCodeLifetime { get; set; } - - public string? ExtraProperties { get; set; } - - public string? ConcurrencyStamp { get; set; } - - public DateTime CreationTime { get; set; } - - public Guid? CreatorId { get; set; } - - public DateTime? LastModificationTime { get; set; } - - public Guid? LastModifierId { get; set; } - - public bool? IsDeleted { get; set; } - - public Guid? DeleterId { get; set; } - - public DateTime? DeletionTime { get; set; } - - public virtual ICollection IdentityServerClientClaims { get; set; } = new List(); - - public virtual ICollection IdentityServerClientCorsOrigins { get; set; } = new List(); - - public virtual ICollection IdentityServerClientGrantTypes { get; set; } = new List(); - - public virtual ICollection IdentityServerClientIdPrestrictions { get; set; } = new List(); - - public virtual ICollection IdentityServerClientPostLogoutRedirectUris { get; set; } = new List(); - - public virtual ICollection IdentityServerClientProperties { get; set; } = new List(); - - public virtual ICollection IdentityServerClientRedirectUris { get; set; } = new List(); - - public virtual ICollection IdentityServerClientScopes { get; set; } = new List(); - - public virtual ICollection IdentityServerClientSecrets { get; set; } = new List(); -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientClaim/IdentityServerClientClaim.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientClaim/IdentityServerClientClaim.cs deleted file mode 100644 index 50f2657e5..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientClaim/IdentityServerClientClaim.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerClientClaim -{ - public Guid ClientId { get; set; } - - public string Type { get; set; } = null!; - - public string Value { get; set; } = null!; - - public virtual IdentityServerClient Client { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientCorsOrigin/IdentityServerClientCorsOrigin.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientCorsOrigin/IdentityServerClientCorsOrigin.cs deleted file mode 100644 index f253a1d53..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientCorsOrigin/IdentityServerClientCorsOrigin.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerClientCorsOrigin -{ - public Guid ClientId { get; set; } - - public string Origin { get; set; } = null!; - - public virtual IdentityServerClient Client { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientGrantType/IdentityServerClientGrantType.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientGrantType/IdentityServerClientGrantType.cs deleted file mode 100644 index 813a4dd01..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientGrantType/IdentityServerClientGrantType.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerClientGrantType -{ - public Guid ClientId { get; set; } - - public string GrantType { get; set; } = null!; - - public virtual IdentityServerClient Client { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientIdPrestriction/IdentityServerClientIdPrestriction.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientIdPrestriction/IdentityServerClientIdPrestriction.cs deleted file mode 100644 index 1389fcd71..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientIdPrestriction/IdentityServerClientIdPrestriction.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerClientIdPrestriction -{ - public Guid ClientId { get; set; } - - public string Provider { get; set; } = null!; - - public virtual IdentityServerClient Client { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientPostLogoutRedirectUri/IdentityServerClientPostLogoutRedirectUri.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientPostLogoutRedirectUri/IdentityServerClientPostLogoutRedirectUri.cs deleted file mode 100644 index bd24cc2aa..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientPostLogoutRedirectUri/IdentityServerClientPostLogoutRedirectUri.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerClientPostLogoutRedirectUri -{ - public Guid ClientId { get; set; } - - public string PostLogoutRedirectUri { get; set; } = null!; - - public virtual IdentityServerClient Client { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientProperty/IdentityServerClientProperty.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientProperty/IdentityServerClientProperty.cs deleted file mode 100644 index 71ab556c1..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientProperty/IdentityServerClientProperty.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerClientProperty -{ - public Guid ClientId { get; set; } - - public string Key { get; set; } = null!; - - public string Value { get; set; } = null!; - - public virtual IdentityServerClient Client { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientRedirectUri/IdentityServerClientRedirectUri.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientRedirectUri/IdentityServerClientRedirectUri.cs deleted file mode 100644 index 0466d9883..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientRedirectUri/IdentityServerClientRedirectUri.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerClientRedirectUri -{ - public Guid ClientId { get; set; } - - public string RedirectUri { get; set; } = null!; - - public virtual IdentityServerClient Client { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientScope/IdentityServerClientScope.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientScope/IdentityServerClientScope.cs deleted file mode 100644 index 9969f282a..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientScope/IdentityServerClientScope.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerClientScope -{ - public Guid ClientId { get; set; } - - public string Scope { get; set; } = null!; - - public virtual IdentityServerClient Client { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientSecret/IdentityServerClientSecret.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientSecret/IdentityServerClientSecret.cs deleted file mode 100644 index 623fb62e3..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerClientSecret/IdentityServerClientSecret.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerClientSecret -{ - public string Type { get; set; } = null!; - - public string Value { get; set; } = null!; - - public Guid ClientId { get; set; } - - public string? Description { get; set; } - - public DateTime? Expiration { get; set; } - - public virtual IdentityServerClient Client { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerDeviceFlowCode/IdentityServerDeviceFlowCode.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerDeviceFlowCode/IdentityServerDeviceFlowCode.cs deleted file mode 100644 index 5be25cf43..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerDeviceFlowCode/IdentityServerDeviceFlowCode.cs +++ /dev/null @@ -1,33 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerDeviceFlowCode -{ - public Guid Id { get; set; } - - public string DeviceCode { get; set; } = null!; - - public string UserCode { get; set; } = null!; - - public string? SubjectId { get; set; } - - public string? SessionId { get; set; } - - public string ClientId { get; set; } = null!; - - public string? Description { get; set; } - - public DateTime Expiration { get; set; } - - public string Data { get; set; } = null!; - - public string? ExtraProperties { get; set; } - - public string? ConcurrencyStamp { get; set; } - - public DateTime CreationTime { get; set; } - - public Guid? CreatorId { get; set; } -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerIdentityResource/IdentityServerIdentityResource.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerIdentityResource/IdentityServerIdentityResource.cs deleted file mode 100644 index def584aed..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerIdentityResource/IdentityServerIdentityResource.cs +++ /dev/null @@ -1,45 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerIdentityResource -{ - public Guid Id { get; set; } - - public string Name { get; set; } = null!; - - public string? DisplayName { get; set; } - - public string? Description { get; set; } - - public bool Enabled { get; set; } - - public bool Required { get; set; } - - public bool Emphasize { get; set; } - - public bool ShowInDiscoveryDocument { get; set; } - - public string? ExtraProperties { get; set; } - - public string? ConcurrencyStamp { get; set; } - - public DateTime CreationTime { get; set; } - - public Guid? CreatorId { get; set; } - - public DateTime? LastModificationTime { get; set; } - - public Guid? LastModifierId { get; set; } - - public bool? IsDeleted { get; set; } - - public Guid? DeleterId { get; set; } - - public DateTime? DeletionTime { get; set; } - - public virtual ICollection IdentityServerIdentityResourceClaims { get; set; } = new List(); - - public virtual ICollection IdentityServerIdentityResourceProperties { get; set; } = new List(); -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerIdentityResourceClaim/IdentityServerIdentityResourceClaim.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerIdentityResourceClaim/IdentityServerIdentityResourceClaim.cs deleted file mode 100644 index 012c3a731..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerIdentityResourceClaim/IdentityServerIdentityResourceClaim.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerIdentityResourceClaim -{ - public string Type { get; set; } = null!; - - public Guid IdentityResourceId { get; set; } - - public virtual IdentityServerIdentityResource IdentityResource { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerIdentityResourceProperty/IdentityServerIdentityResourceProperty.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerIdentityResourceProperty/IdentityServerIdentityResourceProperty.cs deleted file mode 100644 index 3221b296a..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerIdentityResourceProperty/IdentityServerIdentityResourceProperty.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerIdentityResourceProperty -{ - public Guid IdentityResourceId { get; set; } - - public string Key { get; set; } = null!; - - public string Value { get; set; } = null!; - - public virtual IdentityServerIdentityResource IdentityResource { get; set; } = null!; -} diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerPersistedGrant/IdentityServerPersistedGrant.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerPersistedGrant/IdentityServerPersistedGrant.cs deleted file mode 100644 index 4f5bb795b..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/IdentityServerPersistedGrant/IdentityServerPersistedGrant.cs +++ /dev/null @@ -1,33 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace WinIn.FasterZ.Wms.Z_Business; - -public partial class IdentityServerPersistedGrant -{ - public string Key { get; set; } = null!; - - public string Type { get; set; } = null!; - - public string? SubjectId { get; set; } - - public string? SessionId { get; set; } - - public string ClientId { get; set; } = null!; - - public string? Description { get; set; } - - public DateTime CreationTime { get; set; } - - public DateTime? Expiration { get; set; } - - public DateTime? ConsumedTime { get; set; } - - public string Data { get; set; } = null!; - - public Guid Id { get; set; } - - public string? ExtraProperties { get; set; } - - public string? ConcurrencyStamp { get; set; } -}