Commit 44c9bc3d by zhanghou

添加2个常量

parent 85d540ff
......@@ -105,4 +105,6 @@ public class Constants {
public static final String tdAttrCodetable = "tdAttrCodetable";
public static final String tdContextFORM = "tdContextFORM";
public static final String ATTR_CODE_VALUES = "ATTR_CODE_VALUES";
public static final EventType onChange = EventType.ON_CHANGE;;
public static final EventType onClick = EventType.ON_CLICK;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment