|
|
|
@ -120,11 +120,9 @@ public class PanFactoryOrder extends BaseEntity {
|
|
|
|
|
private String receiverMobile; |
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "收货人省份") |
|
|
|
|
@NotEmpty(message = "收货人省份不能为空") |
|
|
|
|
private String receiverProvince; |
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "收货人城市") |
|
|
|
|
@NotEmpty(message = "收货人城市不能为空") |
|
|
|
|
private String receiverCity; |
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "收货人区县") |
|
|
|
|