Updated scanner and table names.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using JSMR.Application.Scanning.Contracts;
|
||||
using JSMR.Domain.Enums;
|
||||
|
||||
namespace JSMR.Application.Scanning.Ports;
|
||||
|
||||
@@ -10,6 +11,7 @@ public interface IVoiceWorkUpdater
|
||||
public class VoiceWorkUpsertResult
|
||||
{
|
||||
public int? VoiceWorkId { get; set; }
|
||||
public VoiceWorkStatus UpdateStatus { get; set; }
|
||||
public ICollection<VoiceWorkUpsertIssue> Issues { get; } = [];
|
||||
public VoiceWorkUpsertStatus Status { get; set; } = VoiceWorkUpsertStatus.Unchanged;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user