Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@16989 c028cbd2-c16b-5b4b-a496-9718f37d4682
22 lines
739 B
C
Executable File
22 lines
739 B
C
Executable File
#ifndef __LVRCONSPLAN_H
|
|
#define __LVRCONSPLAN_H
|
|
|
|
#define LVRCONSPLAN_IDPLAN "IDPLAN"
|
|
#define LVRCONSPLAN_IDRIGA "IDRIGA"
|
|
#define LVRCONSPLAN_MODPASS "MODPASS"
|
|
#define LVRCONSPLAN_DTCONS "DTCONS"
|
|
#define LVRCONSPLAN_IDCONTR "IDCONTR"
|
|
#define LVRCONSPLAN_CODCF "CODCF"
|
|
#define LVRCONSPLAN_PROVV "PROVV"
|
|
#define LVRCONSPLAN_ANNO "ANNO"
|
|
#define LVRCONSPLAN_CODNUM "CODNUM"
|
|
#define LVRCONSPLAN_NDOC "NDOC"
|
|
#define LVRCONSPLAN_IDPLANOR "IDPLANOR"
|
|
#define LVRCONSPLAN_ORDFER "ORDFER"
|
|
#define LVRCONSPLAN_FREQ "FREQ"
|
|
#define LVRCONSPLAN_CONSSTD "CONSSTD"
|
|
#define LVRCONSPLAN_IDPERSOSP "IDPERSOSP"
|
|
#define LVRCONSPLAN_IDPERSOSPVAR "IDPERSOSPVAR"
|
|
|
|
#endif
|