b3213d0899
git-svn-id: svn://10.65.10.50/trunk@11849 c028cbd2-c16b-5b4b-a496-9718f37d4682
11 lines
250 B
C
Executable File
11 lines
250 B
C
Executable File
//Nomi dei campi nel tracciato record di LF_VOCI
|
|
#ifndef _VOCI_H
|
|
#define _VOCI_H
|
|
|
|
#define ABVC_CODVC "CODVC"
|
|
#define ABVC_IDCARADD "IDCARADD"
|
|
#define ABVC_TIPOVC "TIPOVC"
|
|
#define ABVC_DESCR "DESCRIZ"
|
|
|
|
#endif //_VOCI_H
|