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.

15 lines
257 B

#include "BH_handler.h"
#ifdef __cplusplus
extern "C" {
#endif
//物料自动下发方法申明
int BH_Part_Capp(EPM_action_message_t msg);
int BH_Design_Capp(EPM_action_message_t msg);
int BH_Change_Capp(EPM_action_message_t msg);
#ifdef __cplusplus
}
#endif