| | |
| | | */ |
| | | void callPdaReceiptBtn(@Param("C_IN_STR") String inStr, @Param("C_RESULT") String result); |
| | | |
| | | /** |
| | | * 调用 Oracle 存储过程 PRC_RF_PDA_RECEIPT_BTN_test001 |
| | | * |
| | | * @param deliveryNo 送货单号 |
| | | * @param userid 用户ID |
| | | * @param res 输出结果码 |
| | | * @param msg 输出消息 |
| | | */ |
| | | void callPdaReceiptBtn1(@Param("C_DELIVERY_NO") String deliveryNo, |
| | | @Param("C_userid") String userid, |
| | | @Param("c_res") Integer res, |
| | | @Param("c_msg") String msg); |
| | | |
| | | //PRC_MES_INV_ITEM_ARN_STATUS22 |
| | | void callPrcMesInvItemArnStatus22(@Param("PI_FACTORY") String factory, |
| | | @Param("PI_COMPANY") String company, |