|
|
@ -25,7 +25,7 @@ public interface PreDataInfoDao {
|
|
|
|
|
|
|
|
|
|
|
|
List<PreDataInfo> findAll()throws Exception;
|
|
|
|
List<PreDataInfo> findAll()throws Exception;
|
|
|
|
|
|
|
|
|
|
|
|
int insertBatch(List<PreDataInfoFull> list) throws Exception;
|
|
|
|
void insertBatch(List<PreDataInfoFull> list) throws Exception;
|
|
|
|
|
|
|
|
|
|
|
|
int update(PreDataInfoFull data) throws Exception;
|
|
|
|
int update(PreDataInfoFull data) throws Exception;
|
|
|
|
|
|
|
|
|
|
|
|