代码调整
This commit is contained in:
@@ -22,6 +22,9 @@ public class SimpleDTO implements Serializable {
|
||||
@ApiModelProperty(name = "code", value = "编码")
|
||||
private String code;
|
||||
|
||||
@ApiModelProperty(name = "value", value = "数值")
|
||||
private String value;
|
||||
|
||||
private Integer sort;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user