feat: 重构完成

This commit is contained in:
ccnetcore
2025-07-17 23:16:16 +08:00
parent e593f2cba4
commit c5b0f69b51
5 changed files with 14 additions and 8 deletions

View File

@@ -20,6 +20,11 @@ public class AiAppAggregateRoot : FullAuditedAggregateRoot<Guid>, IOrderNum
/// </summary>
public string Endpoint { get; set; }
/// <summary>
/// 额外url
/// </summary>
public string? ExtraUrl { get; set; }
/// <summary>
/// 应用key
/// </summary>