@Override
 public void deleteLogisticsPrintInfoById(int logisticsPrintInfoId) {
   logisticsPrintInfoRepository.deleteLogisticsPrintInfoById(logisticsPrintInfoId);
 }