LevelOS-Core/MLL/ModeloOrdens.cs

180 lines
6.8 KiB
C#

using System;
using System.Reflection;
using System.Text.RegularExpressions;
using static System.Runtime.InteropServices.JavaScript.JSType;
namespace MLL
{
public class ModeloOrdens
{
public ModeloOrdens()
{
ID_ORDENS = 0;
CODIGO = string.Empty;
COD_CLIENTE = string.Empty;
ENTRADA = string.Empty;
PRONTO = string.Empty;
SAIDA = string.Empty;
GARANTIA = string.Empty;
SITUACAO = string.Empty;
V_MAO = string.Empty;
V_PECAS = string.Empty;
V_DESLOCA = string.Empty;
V_TERCEIRO = string.Empty;
V_OUTROS = string.Empty;
COD_EQUIP = string.Empty;
APARELHO = string.Empty;
MARCA = string.Empty;
MODELO = string.Empty;
SERIE = string.Empty;
PATRIMONIO = string.Empty;
ACESSORIO = string.Empty;
DEFEITO = string.Empty;
OBS_SERVICO = string.Empty;
LAUDO = string.Empty;
OBS_APARELHO = string.Empty;
KILOMET = string.Empty;
EM_USO = string.Empty;
NF_NUMERO = string.Empty;
OS_REABERTA = string.Empty;
OS_OUTROS = string.Empty;
OS_OUTROS_EMIT = string.Empty;
OS_SINAL = string.Empty;
PRIOR = string.Empty;
OS_NF_REMESSA = string.Empty;
OS_NF_VALOR = string.Empty;
OS_NF_EMIT = string.Empty;
OS_GARANTIDOR = string.Empty;
OS_GARANTIDOR_SN = string.Empty;
WEB_CHAVE = string.Empty;
WEB_SENHA = string.Empty;
USER_MICRO = string.Empty;
ORCA_FORMAS = string.Empty;
OS_FABRICANTE = string.Empty;
ALERTA_ABANDONO = string.Empty;
TECNICO_FIXO = string.Empty;
NFC_NUMERO = string.Empty;
PREVISTO = string.Empty;
ATENDENTE = string.Empty;
NFS_NUMERO = string.Empty;
}
public ModeloOrdens(int iD_ORDENS, string cODIGO, string cOD_CLIENTE, string eNTRADA, string pRONTO,
string sAIDA, string gARANTIA, string sITUACAO, string v_MAO, string v_PECAS, string v_DESLOCA,
string v_TERCEIRO, string v_OUTROS, string cOD_EQUIP, string aPARELHO, string mARCA, string mODELO,
string sERIE, string pATRIMONIO, string aCESSORIO, string dEFEITO, string oBS_SERVICO, string lAUDO,
string oBS_APARELHO, string kILOMET, string eM_USO, string nF_NUMERO, string oS_REABERTA, string oS_OUTROS,
string oS_OUTROS_EMIT, string oS_SINAL, string pRIOR, string oS_NF_REMESSA, string oS_NF_VALOR, string oS_NF_EMIT,
string oS_GARANTIDOR, string oS_GARANTIDOR_SN, string wEB_CHAVE, string wEB_SENHA, string uSER_MICRO, string oRCA_FORMAS,
string oS_FABRICANTE, string aLERTA_ABANDONO, string tECNICO_FIXO, string nFC_NUMERO, string pREVISTO, string aTENDENTE, string nFS_NUMERO)
{
ID_ORDENS = iD_ORDENS;
CODIGO = cODIGO;
COD_CLIENTE = cOD_CLIENTE;
ENTRADA = eNTRADA;
PRONTO = pRONTO;
SAIDA = sAIDA;
GARANTIA = gARANTIA;
SITUACAO = sITUACAO;
V_MAO = v_MAO;
V_PECAS = v_PECAS;
V_DESLOCA = v_DESLOCA;
V_TERCEIRO = v_TERCEIRO;
V_OUTROS = v_OUTROS;
COD_EQUIP = cOD_EQUIP;
APARELHO = aPARELHO;
MARCA = mARCA;
MODELO = mODELO;
SERIE = sERIE;
PATRIMONIO = pATRIMONIO;
ACESSORIO = aCESSORIO;
DEFEITO = dEFEITO;
OBS_SERVICO = oBS_SERVICO;
LAUDO = lAUDO;
OBS_APARELHO = oBS_APARELHO;
KILOMET = kILOMET;
EM_USO = eM_USO;
NF_NUMERO = nF_NUMERO;
OS_REABERTA = oS_REABERTA;
OS_OUTROS = oS_OUTROS;
OS_OUTROS_EMIT = oS_OUTROS_EMIT;
OS_SINAL = oS_SINAL;
PRIOR = pRIOR;
OS_NF_REMESSA = oS_NF_REMESSA;
OS_NF_VALOR = oS_NF_VALOR;
OS_NF_EMIT = oS_NF_EMIT;
OS_GARANTIDOR = oS_GARANTIDOR;
OS_GARANTIDOR_SN = oS_GARANTIDOR_SN;
WEB_CHAVE = wEB_CHAVE;
WEB_SENHA = wEB_SENHA;
USER_MICRO = uSER_MICRO;
ORCA_FORMAS = oRCA_FORMAS;
OS_FABRICANTE = oS_FABRICANTE;
ALERTA_ABANDONO = aLERTA_ABANDONO;
TECNICO_FIXO = tECNICO_FIXO;
NFC_NUMERO = nFC_NUMERO;
PREVISTO = pREVISTO;
ATENDENTE = aTENDENTE;
NFS_NUMERO = nFS_NUMERO;
}
public int ID_ORDENS { get; set; }
public string CODIGO { get; set; }
public string COD_CLIENTE { get; set; }
public string ENTRADA { get; set; }
public string PRONTO { get; set; }
public string SAIDA { get; set; }
public string GARANTIA { get; set; }
public string SITUACAO { get; set; }
public string V_MAO { get; set; }
public string V_PECAS { get; set; }
public string V_DESLOCA { get; set; }
public string V_TERCEIRO { get; set; }
public string V_OUTROS { get; set; }
public string COD_EQUIP { get; set; }
public string APARELHO { get; set; }
public string MARCA { get; set; }
public string MODELO { get; set; }
public string SERIE { get; set; }
public string PATRIMONIO { get; set; }
public string ACESSORIO { get; set; }
public string DEFEITO { get; set; }
public string OBS_SERVICO { get; set; }
public string LAUDO { get; set; }
public string OBS_APARELHO { get; set; }
public string KILOMET { get; set; }
public string EM_USO { get; set; }
public string NF_NUMERO { get; set; }
public string OS_REABERTA { get; set; }
public string OS_OUTROS { get; set; }
public string OS_OUTROS_EMIT { get; set; }
public string OS_SINAL { get; set; }
public string PRIOR { get; set; }
public string OS_NF_REMESSA { get; set; }
public string OS_NF_VALOR { get; set; }
public string OS_NF_EMIT { get; set; }
public string OS_GARANTIDOR { get; set; }
public string OS_GARANTIDOR_SN { get; set; }
public string WEB_CHAVE { get; set; }
public string WEB_SENHA { get; set; }
public string USER_MICRO { get; set; }
public string ORCA_FORMAS { get; set; }
public string OS_FABRICANTE { get; set; }
public string ALERTA_ABANDONO { get; set; }
public string TECNICO_FIXO { get; set; }
public string NFC_NUMERO { get; set; }
public string PREVISTO { get; set; }
public string ATENDENTE { get; set; }
public string NFS_NUMERO { get; set; }
}
}