luodangjia
2024-11-05 4dd69a0476fc2b9e1cff291611d7e56fbe4324ec
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;
}