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.
14 lines
442 B
14 lines
442 B
#include "erp_utils.h"
|
|
#include "ocilib.h"
|
|
#include "common_itk_util.h"
|
|
#include "string_utils.h"
|
|
#include <vector>
|
|
#include <map>
|
|
#include <string>
|
|
|
|
int jf_erp_send_items(EPM_action_message_t msg);
|
|
int jf_erp_send_boms(EPM_action_message_t msg);
|
|
int jf_insert_img_pdf(EPM_action_message_t msg);
|
|
int jf_hl_send_items(EPM_action_message_t msg);
|
|
int jf_hl_send_boms(EPM_action_message_t msg);
|
|
int jf_control_plan_send(EPM_action_message_t msg); |