This commit is contained in:
南浔
2025-07-24 17:52:32 +08:00
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -12,5 +12,6 @@ namespace Apimanager_backend.Dtos
public bool IsThirdParty { get; set; } public bool IsThirdParty { get; set; }
public bool IsActive { get; set; } public bool IsActive { get; set; }
public Apipackage? Package { get; set; } public Apipackage? Package { get; set; }
public int? PackageId { get; set; }
} }
} }
Binary file not shown.