|
|
|
@ -46,6 +46,7 @@ public class DistributionReservationWrapper extends BaseEntityWrapper<Distributi
|
|
|
|
|
|
|
|
|
|
reservationVO.setDeliveryWayName(DictBizCache.getValue(DictBizConstant.DELIVERY_WAY,entity.getDeliveryWay())); |
|
|
|
|
reservationVO.setDeliveryTypeName(DictBizCache.getValue(DictBizConstant.DISTRIBUTION_TYPE,entity.getDeliveryType())); |
|
|
|
|
reservationVO.setServeTypeName(DictBizCache.getValue(DictBizConstant.ADD_VALUE_SERVE_TYPE,entity.getServeType())); |
|
|
|
|
reservationVO.setReservationStatusName(DictBizCache.getValue(DictBizConstant.RESERVATION_STATUS,entity.getReservationStatus())); |
|
|
|
|
reservationVO.setStockupStatusName(DictBizCache.getValue(DictBizConstant.RESERVATION_STOCKUP_STATUS,entity.getStockupStatus())); |
|
|
|
|
reservationVO.setLoadingStatusName(DictBizCache.getValue(DictBizConstant.RESERVATION_LIST_LOADING_STATUS,entity.getLoadingStatus())); |
|
|
|
|