huminmin
5 天以前 7aea755eae08c1cc82336fb1b4ef34116854183a
src/main/java/com/ruoyi/production/mapper/ProductStructureMapper.java
@@ -13,5 +13,7 @@
@Mapper
public interface ProductStructureMapper  extends BaseMapper<ProductStructure> {
    List<ProductStructureDto> listBybomId(@Param("bomId") Long bomId);
    List<ProductStructureDto> listBybomId(@Param("bomId") Integer bomId);
    List<ProductStructureDto> listBybomAndProcess(@Param("bomId") Integer bomId, @Param("processId") Long processId);
}