代码调整

This commit is contained in:
2022-12-12 15:18:48 +08:00
parent 9b8af7945a
commit d043ab478b
10 changed files with 60 additions and 4 deletions

View File

@@ -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;
}