wuxw
2019-02-02 9454b49eeabd56894550f1419f14e96f9d10c2ef
CenterService/src/main/java/com/java110/center/api/CenterApi.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;
@@ -32,6 +34,9 @@
@RequestMapping(path = "/centerApi")
public class CenterApi extends BaseController {
    protected final static Logger logger = LoggerFactory.getLogger(CenterApi.class);
    @Autowired
    private ICenterServiceSMO centerServiceSMOImpl;