xiaoyong931011
2023-08-15 6a0518935f27b0ffb4d52a19165eb4663131d18d
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);
}