fix
wzy
2022-11-10 acd9357e5fff3f1b916a3d1b5ea215b69a5d2384
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);
}