1b14ec9415
git-svn-id: svn://10.65.10.50/branches/R_10_00@23236 c028cbd2-c16b-5b4b-a496-9718f37d4682
15 lines
352 B
C
Executable File
15 lines
352 B
C
Executable File
#ifndef __RRIP_H
|
|
#define __RRIP_H
|
|
|
|
#define RRIP_TIPO "TIPO"
|
|
#define RRIP_CODICE "CODICE"
|
|
#define RRIP_NRIGA "NRIGA"
|
|
#define RRIP_CODCOSTO "CODCOSTO"
|
|
#define RRIP_CODCMS "CODCMS"
|
|
#define RRIP_CODFASE "CODFASE"
|
|
#define RRIP_CODCONTO "CODCONTO"
|
|
#define RRIP_CODART "CODART"
|
|
#define RRIP_RIPARTO "RIPARTO"
|
|
|
|
#endif
|