|
|
@ -22,6 +22,8 @@ public interface DataInfoDao {
|
|
|
|
|
|
|
|
|
|
|
|
List<DataInfoEntity> findAll()throws Exception;
|
|
|
|
List<DataInfoEntity> findAll()throws Exception;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
List<DataInfoEntity> findByParam(DataInfoEntity data)throws Exception;
|
|
|
|
|
|
|
|
|
|
|
|
int removes(List<Integer> list)throws Exception;
|
|
|
|
int removes(List<Integer> list)throws Exception;
|
|
|
|
|
|
|
|
|
|
|
|
int save(DataInfoEntity data) throws Exception;
|
|
|
|
int save(DataInfoEntity data) throws Exception;
|
|
|
|