@ -24,4 +24,14 @@ public class UserinfoShippingAddressAddDTO implements Serializable {
@ApiModelProperty(value = "是否默认地址 1-是 2-否")
Integer acquiesce;
@ApiModelProperty(value = "省份id")
Integer provinceId;
@ApiModelProperty(value = "城市id")
Integer cityId;
@ApiModelProperty(value = "县区id")
Integer districtId;
}
@ -29,4 +29,13 @@ public class UserinfoShippingAddressUpdateDTO implements Serializable {