| | |
| | | import com.qianwen.smartman.modules.cps.vo.ProductionCraftProcessFileVO; |
| | | |
| | | @Service |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/service/impl/ProductionCraftProcessFileServiceImpl.class */ |
| | | public class ProductionCraftProcessFileServiceImpl extends ServiceImpl<ProductionCraftProcessFileMapper, ProductionCraftProcessFile> implements IProductionCraftProcessFileService { |
| | | private static final Logger log = LoggerFactory.getLogger(ProductionCraftProcessFileServiceImpl.class); |
| | | |