wuxw
2019-02-02 9454b49eeabd56894550f1419f14e96f9d10c2ef
java110-service/src/main/java/com/java110/service/api/BusinessApi.java
@@ -11,6 +11,8 @@
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiImplicitParam;
import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
@@ -31,6 +33,8 @@
@Api(value = "查询业务统一提供服务")
public class BusinessApi extends BaseController {
    private final static Logger logger = LoggerFactory.getLogger(BusinessApi.class);
    @Autowired
    private IQueryServiceSMO queryServiceSMOImpl;