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

@@ -44,4 +44,5 @@ public class AiModelEntity : Entity<Guid>, IOrderNum,ISoftDelete
/// ai应用id
/// </summary>
public Guid AiAppId { get; set; }
}