|
@@ -2,9 +2,6 @@ package cn.newfeifan.mall.module.member.controller.admin.address.vo;
|
|
|
|
|
|
import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
import lombok.*;
|
|
|
-import java.time.LocalDateTime;
|
|
|
-import java.time.LocalDateTime;
|
|
|
-import java.util.*;
|
|
|
import javax.validation.constraints.*;
|
|
|
|
|
|
/**
|
|
@@ -32,5 +29,7 @@ public class AddressBaseVO {
|
|
|
@Schema(description = "是否默认", requiredMode = Schema.RequiredMode.REQUIRED, example = "2")
|
|
|
@NotNull(message = "是否默认不能为空")
|
|
|
private Boolean defaultStatus;
|
|
|
+ @Schema(description = "地址类别", example = "1")
|
|
|
+ private Integer addressType;
|
|
|
|
|
|
}
|