|
@@ -127,6 +127,19 @@ public class DepotHead {
|
|
|
@ApiModelProperty("供应商名称")
|
|
|
private String supplierName;
|
|
|
|
|
|
+ @ApiModelProperty("集采订单编号")
|
|
|
+ private String linkTesco;
|
|
|
+
|
|
|
+ @ApiModelProperty("收货人信息")
|
|
|
+ private String receiverName;
|
|
|
+
|
|
|
+ @ApiModelProperty("收货人电话")
|
|
|
+ private String receiverPhone;
|
|
|
+
|
|
|
+ @ApiModelProperty("收货人地址")
|
|
|
+ private String receiverAddress;
|
|
|
+
|
|
|
+
|
|
|
public Long getId() {
|
|
|
return id;
|
|
|
}
|