Mattia Tollari 24e55937f3 Patch level : 12.0 no-patch
Files correlati     : ve\f180.*, include\conart.h
Commento            : Aggiunta tabella conart per inserire i dati del conai. Implemented #50
2019-07-17 12:25:56 +02:00

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