Commit 9b7fa2cc by chengzhuoshen

CodetableItem 增加无参构造器,解决序列化报错的问题

parent 95472d09
......@@ -13,6 +13,8 @@ public class CodetableItem
this.description = description;
}
public CodetableItem(){}
public CodetableItem(String label, String value)
{
this.label = label;
......
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