puzhibing
昨天 5393e1b43f7148adc93dd5a29f7b6fd4a054eec6
ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/dao/UPExgMsgTakeEwayBillAckDao.java
@@ -1,9 +1,11 @@
package com.ruoyi.dataInterchange.dao;
import com.ruoyi.dataInterchange.model.UPExgMsgTakeEwayBillAck;
import org.springframework.data.domain.PageRequest;
import org.springframework.data.elasticsearch.repository.ElasticsearchRepository;
import org.springframework.stereotype.Repository;
import java.awt.print.Pageable;
import java.util.List;
/**
@@ -23,5 +25,5 @@
    * @param createTime
    * @return
    */
   List<UPExgMsgTakeEwayBillAck> findByCreateTimeAfter(Long createTime);
   List<UPExgMsgTakeEwayBillAck> findByCreateTimeIsAfter(Long createTime);
}