This commit is contained in:
kamhung
2015-11-19 09:18:52 +08:00
parent c240360f74
commit 61050e7d00

View File

@@ -29,17 +29,19 @@ public class FilterNode {
class2.put(Double.class, double.class); class2.put(Double.class, double.class);
} }
protected boolean signand = true;
protected String tabalis; protected String tabalis;
protected String column; protected String column;
protected FilterExpress express; protected FilterExpress express;
protected FilterNode[] nodes; protected Serializable value;
private Serializable value; //----------------------------------------------
protected boolean signand = true;
protected FilterNode[] nodes;
protected FilterNode() { protected FilterNode() {
} }