无关风月
2025-06-09 9283fa6e32145ff0ae237c40d2008fc35e81ef7c
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/vo/AddressDto.java
@@ -7,4 +7,6 @@
public class AddressDto {
    private String city;
    private String cityCode;
    private String detail;
    private String name;
}