a
This commit is contained in:
21
ScanBox/Model/Config.cs
Normal file
21
ScanBox/Model/Config.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ScaBox30.Model
|
||||
{
|
||||
class Config
|
||||
{
|
||||
public string iphost { get; set; }
|
||||
public int cleardelay { get; set; }
|
||||
public int interval { get; set; }
|
||||
public string ipscanner { get; set; }
|
||||
public string usbprinter { get; set; }
|
||||
public string ipprinter { get; set; }
|
||||
public string printertype { get; set; }
|
||||
public string resultado { get; set; }
|
||||
public Boolean printerenabled { get; set; }
|
||||
}
|
||||
}
|
||||
56
ScanBox/Model/Data.cs
Normal file
56
ScanBox/Model/Data.cs
Normal file
@@ -0,0 +1,56 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ScaBox30.Model
|
||||
{
|
||||
class Data
|
||||
{
|
||||
public string CCE { get; set; }
|
||||
public string VERSION { get; set; }
|
||||
public string ETAT { get; set; }
|
||||
public string MARQUE { get; set; }
|
||||
public string TEINTE { get; set; }
|
||||
public string PS1 { get; set; }
|
||||
public string PS2 { get; set; }
|
||||
public string DIAM { get; set; }
|
||||
public string SPHM { get; set; }
|
||||
public string CYLM { get; set; }
|
||||
public string Ref_Etiquette { get; set; }
|
||||
public string code_epc { get; set; }
|
||||
public string oeil { get; set; }
|
||||
public string @base { get; set; }
|
||||
public string addition { get; set; }
|
||||
public string epc { get; set; }
|
||||
public string indice { get; set; }
|
||||
public string dec { get; set; }
|
||||
public string diam1 { get; set; }
|
||||
public string diam2 { get; set; }
|
||||
public string ref_coque { get; set; }
|
||||
public string ref_cond { get; set; }
|
||||
public string nom_1 { get; set; }
|
||||
public string nom_2 { get; set; }
|
||||
public string matiere_fr { get; set; }
|
||||
public string matiere_us { get; set; }
|
||||
public string couleur_fr { get; set; }
|
||||
public string couleur_us { get; set; }
|
||||
public string vernis { get; set; }
|
||||
public string traitement_1 { get; set; }
|
||||
public string traitement_2 { get; set; }
|
||||
public string traitement_3 { get; set; }
|
||||
public string signom { get; set; }
|
||||
public string sig1 { get; set; }
|
||||
public string sig2 { get; set; }
|
||||
public string code_upc { get; set; }
|
||||
public string code_jan1 { get; set; }
|
||||
public string code_jan2 { get; set; }
|
||||
public string Reserve1 { get; set; }
|
||||
public string Reserve2 { get; set; }
|
||||
public string reserve_art_1 { get; set; }
|
||||
public string reserve_art_2 { get; set; }
|
||||
public string Ref_NiceLabel { get; set; }
|
||||
public string Box_Capacity { get; set; }
|
||||
}
|
||||
}
|
||||
14
ScanBox/Model/Programas.cs
Normal file
14
ScanBox/Model/Programas.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ScaBox30.Model
|
||||
{
|
||||
class Programas
|
||||
{
|
||||
public string Box_Capacity { get; set; }
|
||||
public string Program { get; set; }
|
||||
}
|
||||
}
|
||||
14
ScanBox/Model/User.cs
Normal file
14
ScanBox/Model/User.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ScaBox30.Model
|
||||
{
|
||||
class User
|
||||
{
|
||||
public string user { get; set; }
|
||||
public string password { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user