//------------------------------------------------------------------------------
//
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
//
//------------------------------------------------------------------------------
namespace Neo.LegitimateLicences.Data.Models
{
using System;
public partial class Pr_PrintoutGetByToken_Result
{
public long PrintoutID { get; set; }
public int EntityID { get; set; }
public long ItemID { get; set; }
public short PrintoutTypeID { get; set; }
public long PrintedByID { get; set; }
public System.DateTime DatePrinted { get; set; }
public string VerificationToken { get; set; }
public bool IsTestPrint { get; set; }
public string PrintedByName { get; set; }
public bool IsReprint { get; set; }
public string PrinterName { get; set; }
public string BarcodePrinterName { get; set; }
public Nullable EnablePrintPreview { get; set; }
public string DocumentNumber { get; set; }
public bool PrintedSuccussfully { get; set; }
public string Comments { get; set; }
public string PrintData { get; set; }
}
}