|
@@ -54,6 +54,9 @@ public class TBDeviceDelivery implements Serializable {
|
|
|
@ApiModelProperty(value = "收件人联系电话")
|
|
|
private String consigneePhone;
|
|
|
|
|
|
+ @ApiModelProperty(value = "快递单号")
|
|
|
+ private String expressNo;
|
|
|
+
|
|
|
@ApiModelProperty(value = "快递单拍照")
|
|
|
private String expressPhotoPath;
|
|
|
|
|
@@ -77,6 +80,14 @@ public class TBDeviceDelivery implements Serializable {
|
|
|
@ApiModelProperty(value = "是否启用,0:停用,1:启用")
|
|
|
private Boolean enable;
|
|
|
|
|
|
+ public String getExpressNo() {
|
|
|
+ return expressNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setExpressNo(String expressNo) {
|
|
|
+ this.expressNo = expressNo;
|
|
|
+ }
|
|
|
+
|
|
|
public Long getServiceId() {
|
|
|
return serviceId;
|
|
|
}
|