package cn.com.lzt.budget.data.util; public class ExpressionNode { private String value; private ExpressionNodeType type; }