package com.ruoyi.management.service.impl;
|
|
import com.ruoyi.management.domain.SlVolumeProductionRkgl;
|
import com.ruoyi.management.mapper.SlVolumeProductionRkglMapper;
|
import com.ruoyi.management.service.SlVolumeProductionRkglService;
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
import org.springframework.stereotype.Service;
|
|
/**
|
* <p>
|
* 入库管理 服务实现类
|
* </p>
|
*
|
* @author hjl
|
* @since 2024-06-25
|
*/
|
@Service
|
public class SlVolumeProductionRkglServiceImpl extends ServiceImpl<SlVolumeProductionRkglMapper, SlVolumeProductionRkgl> implements SlVolumeProductionRkglService {
|
|
}
|