危化品全生命周期管理后端
“djh”
2025-10-16 65ca50935315a89e219b7c974caf95dc28895ffc
hazmat-system/src/main/java/com/gkhy/hazmat/system/service/HzProductEntryRecordService.java
@@ -66,5 +66,5 @@
     * @param entryId
     * @return
     */
    CommonPage selectProductListByEntryId(Long entryId);
    CommonPage selectProductListByEntryId(Long entryId,Long companyId);
}