出入库添加仓库负责人信息;
This commit is contained in:
+9
@@ -392,4 +392,13 @@ public class ReservationStockInOrder extends BaseVOEntity {
|
|||||||
@ApiModelProperty("订单来源")
|
@ApiModelProperty("订单来源")
|
||||||
private String reservationOrderSource;
|
private String reservationOrderSource;
|
||||||
|
|
||||||
|
@ApiModelProperty("仓库负责人")
|
||||||
|
private String directorName;
|
||||||
|
|
||||||
|
@ApiModelProperty("仓库负责人电话")
|
||||||
|
private String directorPhone;
|
||||||
|
|
||||||
|
@ApiModelProperty("仓库负责人id")
|
||||||
|
private Long directorId;
|
||||||
|
|
||||||
}
|
}
|
||||||
+8
@@ -415,5 +415,13 @@ public class ReservationStockInOrderPO extends BaseVOEntity {
|
|||||||
|
|
||||||
@ApiModelProperty("订单来源")
|
@ApiModelProperty("订单来源")
|
||||||
private String reservationOrderSource;
|
private String reservationOrderSource;
|
||||||
|
@ApiModelProperty("仓库负责人")
|
||||||
|
private String directorName;
|
||||||
|
|
||||||
|
@ApiModelProperty("仓库负责人电话")
|
||||||
|
private String directorPhone;
|
||||||
|
|
||||||
|
@ApiModelProperty("仓库负责人id")
|
||||||
|
private Long directorId;
|
||||||
|
|
||||||
}
|
}
|
||||||
+8
@@ -414,4 +414,12 @@ public class ReservationStockInOrderDO extends BaseVOEntity {
|
|||||||
private String reservationOrderSource;
|
private String reservationOrderSource;
|
||||||
@ApiModelProperty("tms订单号")
|
@ApiModelProperty("tms订单号")
|
||||||
private String tmsOrderNumber;
|
private String tmsOrderNumber;
|
||||||
|
@ApiModelProperty("仓库负责人")
|
||||||
|
private String directorName;
|
||||||
|
|
||||||
|
@ApiModelProperty("仓库负责人电话")
|
||||||
|
private String directorPhone;
|
||||||
|
|
||||||
|
@ApiModelProperty("仓库负责人id")
|
||||||
|
private Long directorId;
|
||||||
}
|
}
|
||||||
+8
@@ -412,4 +412,12 @@ public class ReservationStockInOrderDTO extends ReservationStockInOrderBaseDTO {
|
|||||||
private String reservationOrderSource;
|
private String reservationOrderSource;
|
||||||
@ApiModelProperty("tms订单号")
|
@ApiModelProperty("tms订单号")
|
||||||
private String tmsOrderNumber;
|
private String tmsOrderNumber;
|
||||||
|
@ApiModelProperty("仓库负责人")
|
||||||
|
private String directorName;
|
||||||
|
|
||||||
|
@ApiModelProperty("仓库负责人电话")
|
||||||
|
private String directorPhone;
|
||||||
|
|
||||||
|
@ApiModelProperty("仓库负责人id")
|
||||||
|
private Long directorId;
|
||||||
}
|
}
|
||||||
+8
@@ -429,5 +429,13 @@ public class ReservationStockOutOrder extends BaseVOEntity {
|
|||||||
|
|
||||||
@ApiModelProperty("tms订单号")
|
@ApiModelProperty("tms订单号")
|
||||||
private String tmsOrderNumber;
|
private String tmsOrderNumber;
|
||||||
|
@ApiModelProperty("仓库负责人")
|
||||||
|
private String directorName;
|
||||||
|
|
||||||
|
@ApiModelProperty("仓库负责人电话")
|
||||||
|
private String directorPhone;
|
||||||
|
|
||||||
|
@ApiModelProperty("仓库负责人id")
|
||||||
|
private Long directorId;
|
||||||
|
|
||||||
}
|
}
|
||||||
+8
@@ -440,4 +440,12 @@ public class ReservationStockOutOrderPO extends BaseVOEntity {
|
|||||||
|
|
||||||
@ApiModelProperty("tms订单号")
|
@ApiModelProperty("tms订单号")
|
||||||
private String tmsOrderNumber;
|
private String tmsOrderNumber;
|
||||||
|
@ApiModelProperty("仓库负责人")
|
||||||
|
private String directorName;
|
||||||
|
|
||||||
|
@ApiModelProperty("仓库负责人电话")
|
||||||
|
private String directorPhone;
|
||||||
|
|
||||||
|
@ApiModelProperty("仓库负责人id")
|
||||||
|
private Long directorId;
|
||||||
}
|
}
|
||||||
+8
@@ -476,4 +476,12 @@ public class ReservationStockOutOrderDO extends BaseVOEntity {
|
|||||||
|
|
||||||
@ApiModelProperty("tms订单号")
|
@ApiModelProperty("tms订单号")
|
||||||
private String tmsOrderNumber;
|
private String tmsOrderNumber;
|
||||||
|
@ApiModelProperty("仓库负责人")
|
||||||
|
private String directorName;
|
||||||
|
|
||||||
|
@ApiModelProperty("仓库负责人电话")
|
||||||
|
private String directorPhone;
|
||||||
|
|
||||||
|
@ApiModelProperty("仓库负责人id")
|
||||||
|
private Long directorId;
|
||||||
}
|
}
|
||||||
+8
@@ -465,4 +465,12 @@ public class ReservationStockOutOrderDTO extends ReservationStockOutOrderBaseDTO
|
|||||||
|
|
||||||
@ApiModelProperty("tms订单号")
|
@ApiModelProperty("tms订单号")
|
||||||
private String tmsOrderNumber;
|
private String tmsOrderNumber;
|
||||||
|
@ApiModelProperty("仓库负责人")
|
||||||
|
private String directorName;
|
||||||
|
|
||||||
|
@ApiModelProperty("仓库负责人电话")
|
||||||
|
private String directorPhone;
|
||||||
|
|
||||||
|
@ApiModelProperty("仓库负责人id")
|
||||||
|
private Long directorId;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user