| | |
| | | * @param materialId |
| | | * @return |
| | | */ |
| | | Integer deleteMaterialInformation(Integer materialId); |
| | | Integer deleteMaterialInformation(String materialId); |
| | | |
| | | /** |
| | | * 更新Material的数据 |
| | |
| | | Integer updateMaterialInformation(Material material); |
| | | |
| | | /** |
| | | * 删除等于SpecificationId的数据 |
| | | * @param specificationsId |
| | | * 删除等于SpecificationsId的物料数据 |
| | | * @param deleteSpecificationsId |
| | | * @return |
| | | */ |
| | | List<String> deleteMaterialEqSpecification(String specificationsId); |
| | | List<String> specificationsIdDeleteMaterial(List<Integer> deleteSpecificationsId); |
| | | |
| | | Map selectMaterialById(String materialId); |
| | | |
| | | /** |
| | | * 根据Id查询规格详情 |
| | | * @param materialId |
| | | * @return |
| | | */ |
| | | Material ListIdMaterialInformation(String materialId); |
| | | } |