Added Data
This commit is contained in:
15
Data/ArchiveStatus.cs
Normal file
15
Data/ArchiveStatus.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SaltMiner.Data;
|
||||
|
||||
public partial class ArchiveStatus
|
||||
{
|
||||
public int ArchiveStatusId { get; set; }
|
||||
|
||||
public string FileName { get; set; } = null!;
|
||||
|
||||
public string? CommentId { get; set; }
|
||||
|
||||
public string? LinkId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user