-
懒羊羊
2024-03-27 054a699a156ca607e95f220b364136d42a19ab0f
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;