Files correlati : ve\f180.*, include\conart.h Commento : Aggiunta tabella conart per inserire i dati del conai. Implemented #50
11 lines
226 B
C
11 lines
226 B
C
#ifndef __CONART_H
|
|
#define __CONART_H
|
|
|
|
#define CONART_CODART "CODART"
|
|
#define CONART_NRIGA "NRIGA"
|
|
#define CONART_CATEGORIA "CATEGORIA"
|
|
#define CONART_SOTTOCAT "SOTTOCAT"
|
|
#define CONART_PESO "PESO"
|
|
|
|
#endif
|