类 DictItem

java.lang.Object
cn.iosd.starter.dict.vo.DictItem

public class DictItem extends Object
作者:
ok1996
  • 构造器详细资料

    • DictItem

      public DictItem()
    • DictItem

      public DictItem(String value, String label)
  • 方法详细资料

    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)