src/main/java/com/whyc/mapper/CKPowerDevRtMapper.java
@@ -1,6 +1,9 @@ package com.whyc.mapper; import com.whyc.pojo.db_ckpwrdev_data_rt.CKPowerDevRt; import com.whyc.pojo.db_ckpwrdev_data_rt.CKPowerDevRtSet; public interface CKPowerDevRtMapper extends CustomMapper<CKPowerDevRt>{ CKPowerDevRtSet getForSet(); }