saveOrUpdateRegionAreaConfig

This commit is contained in:
wangxiaopeng
2024-04-18 20:18:16 +08:00
parent ada2f45930
commit 6050442f75
2 changed files with 1 additions and 1 deletions

View File

@@ -21,7 +21,6 @@ public class RegionAreaConfigAddRequest {
private Long regionId;
@ApiModelProperty("省市集合")
@NotEmpty(message = "省市不能为空")
private List<Long> areaIdList;
}