mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 17:36:30 +00:00
add repository with mysql and entities
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Azaion.Video.DTO;
|
||||
|
||||
namespace Azaion.Repository.Entities;
|
||||
|
||||
public class Media
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public string Path { get; set; } = null!;
|
||||
public Guid? AnnotatorId { get; set; }
|
||||
public MediaStatusEnum Status { get; set; }
|
||||
public DateTime CreatedDate { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user