| | |
| | | package com.jcdm.main.bs.productBom.service.impl; |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.jcdm.common.utils.DateUtils; |
| | | import com.jcdm.main.bs.productBom.domain.BsProductBomInfo; |
| | | import com.jcdm.main.bs.productBom.mapper.BsProductBomInfoMapper; |
| | |
| | | * @date 2023-12-11 |
| | | */ |
| | | @Service |
| | | public class BsProductBomInfoServiceImpl implements IBsProductBomInfoService |
| | | public class BsProductBomInfoServiceImpl extends ServiceImpl<BsProductBomInfoMapper,BsProductBomInfo> implements IBsProductBomInfoService |
| | | { |
| | | @Autowired |
| | | private BsProductBomInfoMapper bsProductBomInfoMapper; |