无关风月
2025-01-08 f198eb8efc4cc3c53e6b5839dabb4aae4c68510c
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;
}