出库单订单来源;
This commit is contained in:
+2
@@ -437,5 +437,7 @@ public class ReservationStockOutOrder extends BaseVOEntity {
|
||||
|
||||
@ApiModelProperty("仓库负责人id")
|
||||
private Long directorId;
|
||||
@ApiModelProperty("订单来源")
|
||||
private String reservationOrderSource;
|
||||
|
||||
}
|
||||
+2
@@ -448,4 +448,6 @@ public class ReservationStockOutOrderPO extends BaseVOEntity {
|
||||
|
||||
@ApiModelProperty("仓库负责人id")
|
||||
private Long directorId;
|
||||
@ApiModelProperty("订单来源")
|
||||
private String reservationOrderSource;
|
||||
}
|
||||
+2
@@ -484,4 +484,6 @@ public class ReservationStockOutOrderDO extends BaseVOEntity {
|
||||
|
||||
@ApiModelProperty("仓库负责人id")
|
||||
private Long directorId;
|
||||
@ApiModelProperty("订单来源")
|
||||
private String reservationOrderSource;
|
||||
}
|
||||
+2
@@ -473,4 +473,6 @@ public class ReservationStockOutOrderDTO extends ReservationStockOutOrderBaseDTO
|
||||
|
||||
@ApiModelProperty("仓库负责人id")
|
||||
private Long directorId;
|
||||
@ApiModelProperty("订单来源")
|
||||
private String reservationOrderSource;
|
||||
}
|
||||
Reference in New Issue
Block a user