啊鑫
2025-04-19 fa41057432882ae94ea4edf816f4f76f1d6fd4ba
src/main/java/com/gs/xky/mapper/DeliveryNoticeMapper.java
@@ -2,6 +2,7 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.gs.xky.entity.DeliveryNotice;
import org.apache.ibatis.annotations.Param;
/**
 * @author 28567
@@ -12,6 +13,14 @@
public interface DeliveryNoticeMapper extends BaseMapper<DeliveryNotice> {
    long getNextVal();
    /**
     * 调用 Oracle 存储过程 PRC_RF_PDA_RECEIPT_BTN
     *
     * @param inStr  输入参数
     * @param result 输出参数
     */
    void callPdaReceiptBtn(@Param("C_IN_STR") String inStr, @Param("C_RESULT") String result);
}