90faa88bdd
git-svn-id: svn://10.65.10.50/trunk@4794 c028cbd2-c16b-5b4b-a496-9718f37d4682
21 lines
533 B
C
Executable File
21 lines
533 B
C
Executable File
#ifndef __STOMAG_H
|
|
#define __STOMAG_H
|
|
|
|
#define STOMAG_ANNOESRIF "ANNOESRIF"
|
|
#define STOMAG_CODART "CODART"
|
|
#define STOMAG_ANNOES "ANNOES"
|
|
#define STOMAG_CODMAG "CODMAG"
|
|
// #define STOMAG_UM "UM"
|
|
#define STOMAG_QUANT "QUANT"
|
|
#define STOMAG_VALORE "VALORE"
|
|
#define STOMAG_NRIGA "NRIGA"
|
|
|
|
#define STOMAG_ULTCOS1 "ULTCOS1"
|
|
#define STOMAG_ULTCOS2 "ULTCOS2"
|
|
#define STOMAG_COSTSTD "COSTSTD"
|
|
#define STOMAG_COSTOMEDIO "COSTOMEDIO"
|
|
#define STOMAG_PRZLIST "PRZLIST"
|
|
#define STOMAG_CODLISTINO "CODLISTINO"
|
|
#define STOMAG_CATVEN "CATVEN"
|
|
#endif
|