| | |
| | | import java.util.Map; |
| | | |
| | | import com.consum.base.core.WhBusinessEnum; |
| | | import com.consum.base.pojo.dto.GoodModelInfoDTO; |
| | | import com.consum.base.pojo.response.GoodsTemplateCountVO; |
| | | import com.consum.model.po.LWhProcureModel; |
| | | import com.walker.jdbc.service.BaseService; |
| | |
| | | * @return |
| | | */ |
| | | List<GoodsTemplateCountVO> getProcureCountByBusinessId(Long businessId); |
| | | |
| | | /** |
| | | * 根据业务id查询型号信息列表 |
| | | * |
| | | * @param businessId |
| | | * @param procureGoodId |
| | | * @return |
| | | */ |
| | | List<GoodModelInfoDTO> getGoodsModelListByBusinessId(Long businessId, Long procureGoodId); |
| | | |
| | | List<LWhProcureModel> getModelByForm1(WhBusinessEnum whBusinessEnum, Long whFormProcureId); |
| | | |
| | | |
| | | } |