wujian
2024-03-28 1e39c55183c1f54d1587bf3a86b4c2210bcd592e
jcdm-main/src/main/java/com/jcdm/main/bs/productBomChild/service/impl/BsProductBomChildInfoServiceImpl.java
@@ -2,6 +2,7 @@
import java.util.List;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.jcdm.main.bs.productBomChild.domain.BsProductBomChildInfo;
import com.jcdm.main.bs.productBomChild.mapper.BsProductBomChildInfoMapper;
import com.jcdm.main.bs.productBomChild.service.IBsProductBomChildInfoService;
@@ -15,7 +16,7 @@
 * @date 2023-12-11
 */
@Service
public class BsProductBomChildInfoServiceImpl implements IBsProductBomChildInfoService
public class BsProductBomChildInfoServiceImpl extends ServiceImpl<BsProductBomChildInfoMapper,BsProductBomChildInfo> implements IBsProductBomChildInfoService
{
    @Autowired
    private BsProductBomChildInfoMapper bsProductBomChildInfoMapper;