buhuazhen
3 天以前 bda2d004876498d1618a8a6e5fa0363e19d5c011
src/main/java/com/ruoyi/production/mapper/ProductStructureMapper.java
@@ -14,4 +14,6 @@
public interface ProductStructureMapper  extends BaseMapper<ProductStructure> {
    List<ProductStructureDto> listBybomId(@Param("bomId") Long bomId);
    List<ProductStructureDto> listBybomAndProcess(@Param("bomId") Long bomId, @Param("processId") Long processId);
}