22 lines
739 B
C
22 lines
739 B
C
|
#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
|