11 lines
336 B
C
11 lines
336 B
C
|
// definizione campi dell'archivio ATSTATD
|
||
|
|
||
|
#define ATS_CODSEZ "CODSEZ"
|
||
|
#define ATS_CODSOT "CODSOT"
|
||
|
#define ATS_DATA "DATA"
|
||
|
#define ATS_ANNO "ANNO"
|
||
|
#define ATS_MESE "MESE"
|
||
|
#define ATS_GIORNO "GIORNO"
|
||
|
#define ATS_TIPODON "TIPODON"
|
||
|
#define ATS_NUMERO "NUMERO"
|
||
|
#define ATS_NUMPRIME "NUMPRIME"
|