MET08DDUPSFS6420 - v2.43.4 - MethodBaseName
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
namespace Adaptation.FileHandlers.OpenInsightMetrologyViewer;
|
||||
|
||||
public interface IBarcodeRecord
|
||||
{
|
||||
|
||||
public string Barcode { get; }
|
||||
public string Date { get; }
|
||||
public BarcodeDevice Device { get; }
|
||||
public string Id { get; }
|
||||
public string ServerId { get; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user