public class DictItemBean extends Object
private String
label
value
DictItemBean()
String
getLabel()
getValue()
static DictItemBean
of(String value, String label)
void
setLabel(String label)
setValue(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private String value
private String label
public DictItemBean()
public static DictItemBean of(String value, String label)
public String getValue()
public void setValue(String value)
public String getLabel()
public void setLabel(String label)
Copyright © 2020. All rights reserved.