Updated more models

This commit is contained in:
phoenix
2025-04-03 20:01:18 -04:00
parent 725eab7e7f
commit a091f8c9f9
16 changed files with 71 additions and 16 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ namespace Icarus.Models;
public class SongData
{
#region Properties
public int ID { get; set; }
public Guid ID { get; set; }
public byte[]? Data { get; set; }
public int SongID { get; set; }
#endregion