Got the new ui flow working and the models updated. Need to get changes written to the database.
This commit is contained in:
14
OpenArchival.Core/DataObjects/FilePathInfo.cs
Normal file
14
OpenArchival.Core/DataObjects/FilePathInfo.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OpenArchival.Database.Remove;
|
||||
|
||||
public class FilePathInfo
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public required string OriginalName { get; set; }
|
||||
public required string Path { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user