xiaoyong931011
2022-12-05 34efa2ca14f6ec35a71b33291a62e53ba691dfb2
src/main/java/cc/mrbird/febs/dapp/mapper/DappSystemDao.java
@@ -1,9 +1,11 @@
package cc.mrbird.febs.dapp.mapper;
import cc.mrbird.febs.dapp.entity.DappMineDataEntity;
import org.apache.ibatis.annotations.Param;
public interface DappSystemDao {
    DappMineDataEntity selectMineDataForOne();
    int updateMineData(@Param("record") DappMineDataEntity dappMineDataEntity);
}