czt
2026-01-19 0329de5a2343a179be54a9c70844515db202a998
fzzy-igdss-view/src/main/java/com/fzzy/igds/InoutNoticePR.java
@@ -73,6 +73,18 @@
   }
   /**
    * inoutNoticePR#getNoticeInOne
    *
    * @param businessId
    * @return
    */
   @DataProvider
   public InoutNoticeIn getNoticeInOne(String businessId) {
      InoutNoticeIn notice = inoutNoticeService.getNoticeInOne(businessId);
      return notice;
   }
   /**
    * inoutNoticePR#pageQueryIn 获取入库通知单
    *
    * @param param
@@ -153,6 +165,19 @@
   }
   /**
    * inoutNoticePR#getNoticeOutOne
    *
    * @param businessId
    * @return
    */
   @DataProvider
   public InoutNoticeOut getNoticeOutOne(String businessId) {
      InoutNoticeOut notice = inoutNoticeService.getNoticeOutOne(businessId);
      return notice;
   }
   /**
    * inoutNoticePR#pageQueryOut 获取出库通知单
    * @param page
    * @param param