| | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.gkhy.hazmat.common.api.CommonPage; |
| | | import com.gkhy.hazmat.system.domain.HzEntryRecord; |
| | | import com.gkhy.hazmat.system.domain.HzHazmat; |
| | | |
| | | /** |
| | | * <p> |
| | |
| | | * @return |
| | | */ |
| | | CommonPage selectHazmatListByEntryId(Long entryId); |
| | | |
| | | void orderEntry(Long entryRecordId); |
| | | |
| | | int insertOrderEntryRecord(HzEntryRecord entryRecord); |
| | | |
| | | int updateOrderEntryRecord(HzEntryRecord entryRecord); |
| | | |
| | | int deleteOrderEntryRecordById(Long entryRecordId); |
| | | |
| | | CommonPage selectOrderEntryRecordList(HzEntryRecord entryRecord); |
| | | |
| | | CommonPage selectOrderHazmatListByEntryId(HzHazmat hzHazmat); |
| | | } |