信息校验需要的dao接口

web_backend_develope
chenlw 9 years ago
parent b2bda46d7d
commit 7061e3233d

@ -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;

Loading…
Cancel
Save