xiaoyong931011
2022-11-17 e5eedf9d723cb3d2380e6175c2574a31c935e43e
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);
}