xiaoyong931011
2023-06-05 f5c962a066e0eb7e349b64e8ef4f1e00838b6f1d
src/main/java/cc/mrbird/febs/dapp/mapper/DappSimulateDataDao.java
@@ -2,6 +2,9 @@
import cc.mrbird.febs.dapp.entity.DappSimulateDataEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Param;
public interface DappSimulateDataDao extends BaseMapper<DappSimulateDataEntity> {
    DappSimulateDataEntity selectDataByBatchNo(@Param("batchNo") String batchNo);
}