“djh”
5 days ago d30017df796e4e4aef20f320f3c27d90ba8cbeff
hazmat-system/src/main/java/com/gkhy/hazmat/system/service/HzHazmatFlowService.java
@@ -2,7 +2,9 @@
import com.baomidou.mybatisplus.extension.service.IService;
import com.gkhy.hazmat.common.api.CommonPage;
import com.gkhy.hazmat.common.api.CommonResult;
import com.gkhy.hazmat.system.domain.HzHazmatFlow;
import com.gkhy.hazmat.system.domain.dto.ChemicalLedger;
import org.springframework.web.bind.annotation.RequestParam;
import java.util.List;
@@ -77,4 +79,6 @@
     * @return
     */
    List<HzHazmatFlow> getAllHazmatFlowByHazmatId(Long hazmatId,Long companyId);
    CommonResult pushFlowFromThirdParty(List<ChemicalLedger> flows);
}