7877d04c64
git-svn-id: svn://10.65.10.50/branches/R_10_00@23003 c028cbd2-c16b-5b4b-a496-9718f37d4682
16 lines
294 B
C
Executable File
16 lines
294 B
C
Executable File
#ifndef __EF0200_H
|
|
#define __EF0200_H
|
|
|
|
// campi maschera ef0200a
|
|
|
|
#define F_CODCF 101
|
|
#define F_RAGSOC 102
|
|
#define F_INDIRIZZO 103
|
|
#define F_COMUNE 104
|
|
#define F_PROV 105
|
|
|
|
#define F_MANDATO 110
|
|
#define F_DESCR 111
|
|
|
|
#endif // __EF0200_H
|