From 00a9bbf99abf3ecc343e501730826f5209de47e2 Mon Sep 17 00:00:00 2001
From: wuxw7 <wuxw7@asiainfo.com>
Date: 星期一, 24 七月 2017 00:50:07 +0800
Subject: [PATCH] 加入redis 和 ehcache 缓存系统,规则引擎服务彻底完工

---
 bean/src/main/java/com/java110/entity/rule/RuleCondCfg.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/bean/src/main/java/com/java110/entity/rule/RuleCondCfg.java b/bean/src/main/java/com/java110/entity/rule/RuleCondCfg.java
index 5c6af31..3cf3e5f 100644
--- a/bean/src/main/java/com/java110/entity/rule/RuleCondCfg.java
+++ b/bean/src/main/java/com/java110/entity/rule/RuleCondCfg.java
@@ -1,12 +1,13 @@
 package com.java110.entity.rule;
 
+import java.io.Serializable;
 import java.util.Date;
 
 /**
  *
  * Created by wuxw on 2017/7/23.
  */
-public class RuleCondCfg {
+public class RuleCondCfg implements Serializable{
 
     private String rule_id;
     private String rule_node;

--
Gitblit v1.8.0