@Entity public class Dictionary extends UUIDEntity<Dictionary>
| 构造器和说明 |
|---|
Dictionary() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCode() |
String |
getKey() |
Integer |
getShowOrder() |
String |
getValue() |
void |
setCode(String code) |
void |
setKey(String key) |
void |
setShowOrder(Integer showOrder) |
void |
setValue(String value) |
compareTo, equals, getId, hashCode, setId, setSerializableIdpublic String getCode()
public void setCode(String code)
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public Integer getShowOrder()
public void setShowOrder(Integer showOrder)
Copyright © 2017. All rights reserved.