Browse Source
Merge pull request #20334 from abpframework/auto-merge/rel-8-2/2842
Merge branch rel-8.3 with rel-8.2
pull/20335/head
maliming
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Licensing/DeveloperApiKeyResult.cs
|
|
|
@ -8,6 +8,7 @@ public class DeveloperApiKeyResult |
|
|
|
public string OrganizationName { get; set; } |
|
|
|
public string ApiKey { get; set; } |
|
|
|
public DateTime? LicenseEndTime { get; set; } |
|
|
|
public DateTime? LicenseStartTime { get; set; } |
|
|
|
public bool CanDownloadSourceCode { get; set; } |
|
|
|
public string LicenseCode { get; set; } |
|
|
|
public string ErrorMessage { get; set; } |
|
|
|
|