|
|
@@ -1,27 +0,0 @@
|
|
|
-package com.xintong.visualinspection.visuallnspection_qzd.service.impl;
|
|
|
-
|
|
|
-import com.xintong.visualinspection.bean.AreaInfo;
|
|
|
-import com.xintong.visualinspection.service.AreaInfoService_F;
|
|
|
-import com.xintong.visualinspection.visuallnspection_qzd.dao.FwqAreaDao;
|
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-
|
|
|
-/**
|
|
|
- * 文件名:AreaInfoServiceImpl
|
|
|
- * 版本信息:日期:2018/5/8 Copyright 江苏省交通规划设计院 Corporation 2018 版权所有.
|
|
|
- */
|
|
|
-@com.alibaba.dubbo.config.annotation.Service(
|
|
|
- version = "1.0.0",
|
|
|
- application = "${dubbo.application.id}",
|
|
|
- protocol = "${dubbo.protocol.id}",
|
|
|
- registry = "${dubbo.registry.id}"
|
|
|
-)
|
|
|
-public class AreaInfoServiceImpl implements AreaInfoService_F {
|
|
|
-
|
|
|
- @Autowired
|
|
|
- private FwqAreaDao fwqAreaDao;
|
|
|
-
|
|
|
- @Override
|
|
|
- public Object getAllArea(AreaInfo areaInfo) {
|
|
|
- return fwqAreaDao.getall(areaInfo);
|
|
|
- }
|
|
|
-}
|