Files correlati : ri0.exe Ricompilazione Demo : [ ] Commento : Rilevazione Ore su commessa cdc fase git-svn-id: svn://10.65.10.50/branches/R_10_00@20724 c028cbd2-c16b-5b4b-a496-9718f37d4682
18 lines
482 B
C
Executable File
18 lines
482 B
C
Executable File
#ifndef __RILORE_H
|
|
#define __RILORE_H
|
|
|
|
#define RILORE_TIPO "TIPO"
|
|
#define RILORE_TIPORA "TIPORA"
|
|
#define RILORE_CODICE "CODICE"
|
|
#define RILORE_ANNO "ANNO"
|
|
#define RILORE_MESE "MESE"
|
|
#define RILORE_TPORA "TPORA"
|
|
#define RILORE_CODCOSTO "CODCOSTO"
|
|
#define RILORE_CODCMS "CODCMS"
|
|
#define RILORE_CODFASE "CODFASE"
|
|
#define RILORE_DADATA "DADATA"
|
|
#define RILORE_ADATA "ADATA"
|
|
#define RILORE_QTAORE "QTAORE"
|
|
#define RILORE_COSTO "COSTO"
|
|
|
|
#endif |