You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
345 B
22 lines
345 B
#include "erp_utils.h"
|
|
#include "ocilib.h"
|
|
#include "common_itk_util.h"
|
|
#include "string_utils.h"
|
|
#include "error_handling.h"
|
|
#include <vector>
|
|
#include <map>
|
|
#include <string>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int JK_send_material(EPM_action_message_t msg);
|
|
int JK_send_material1(vector<tag_t> attatchments,string dateType);
|
|
int JK_send_bom(EPM_action_message_t msg);
|
|
|
|
|