添加查询所有市的接口-添加返回字母

This commit is contained in:
sh
2026-01-21 19:36:11 +08:00
parent e4bb4e55e3
commit 10d8980095
2 changed files with 5 additions and 2 deletions

View File

@@ -43,4 +43,7 @@ public class SysArea extends BaseEntity {
@ApiModelProperty("父级地区编码顶级为NULL")
private String parentCode;
@TableField(exist = false)
@ApiModelProperty("字母")
private String zm;
}