| | |
| | | |
| | | 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; |
| | |
| | | * @return |
| | | */ |
| | | List<HzHazmatFlow> getAllHazmatFlowByHazmatId(Long hazmatId,Long companyId); |
| | | |
| | | CommonResult pushFlowFromThirdParty(List<ChemicalLedger> flows); |
| | | } |