xuhy
2025-04-28 08021fc14cf4cc5988cec72cef5fa48f0271d5a2
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/vo/AddressDto.java
@@ -7,5 +7,6 @@
public class AddressDto {
    private String city;
    private String cityCode;
    private String detail;
    private String name;
}