maven
9 天以前 f82cee1c3e8ff2d7fd62f01f6dfe4ea2b9d5e7d1
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);
}