KKSU
2024-06-13 0e11b3498fa678f346815c76ff580e246d64ab26
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);
}