1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 20s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s

This commit is contained in:
孙诚
2025-04-03 17:03:42 +08:00
parent 7b0c5f8ce2
commit fae4754df4

View File

@@ -212,6 +212,7 @@ public class ChineseNfoRegistry : Registry, IChineseNfoRegistry
public class TheMovieDbRecord public class TheMovieDbRecord
{ {
[Column(IsPrimary = true, IsIdentity = true)]
public long Id { get; set; } public long Id { get; set; }
public TheMovieDbType Type { get; set; } public TheMovieDbType Type { get; set; }