wuxw
2019-02-02 9454b49eeabd56894550f1419f14e96f9d10c2ef
CodeService/src/main/java/com/java110/code/api/CodeApi.java
@@ -11,6 +11,8 @@
import com.java110.core.factory.DataFlowFactory;
import com.java110.core.factory.DataTransactionFactory;
import com.java110.feign.code.ICodeApi;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
@@ -26,6 +28,9 @@
@RestController
public class CodeApi extends BaseController implements ICodeApi {
    protected final static Logger logger = LoggerFactory.getLogger(CodeApi.class);
    @Autowired
    IPrimaryKeyServiceSMO primaryKeyServiceSMOImpl;