@ -22,6 +22,8 @@ public interface DataInfoDao {
List<DataInfoEntity> findAll()throws Exception;
List<DataInfoEntity> findByParam(DataInfoEntity data)throws Exception;
int removes(List<Integer> list)throws Exception;
int save(DataInfoEntity data) throws Exception;
@ -24,6 +24,8 @@ public interface PreDataInfoDao {
List<PreDataInfo> findAll()throws Exception;
List<PreDataInfo> findAllCollect()throws Exception;
void insertBatch(List<PreDataInfo> list) throws Exception;
int update(PreDataInfo data) throws Exception;