This commit is contained in:
RedKale
2016-03-16 18:25:22 +08:00
parent fa39956d3c
commit 580dd10053

View File

@@ -59,4 +59,8 @@ public class FilterValue implements java.io.Serializable {
this.destvalue = destvalue;
}
@Override
public String toString() {
return FilterValue.class.getSimpleName() + "[optvalue=" + getOptvalue() + ", express=" + getExpress() + ", destvalue=" + getDestvalue() + "]";
}
}