wuxw
2019-02-02 9454b49eeabd56894550f1419f14e96f9d10c2ef
RuleService/src/main/java/com/java110/rule/rest/RuleServiceRest.java
@@ -9,6 +9,8 @@
import com.java110.entity.rule.ContractRootRule;
import com.java110.entity.rule.TcpContRule;
import com.java110.rule.smo.IRuleServiceSMO;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.RequestMapping;
@@ -24,6 +26,7 @@
 */
@RestController
public class RuleServiceRest extends BaseController {
    private final static Logger logger = LoggerFactory.getLogger(RuleServiceRest.class);
    @Autowired