package com.ruoyi.management.service.impl;
|
|
import com.ruoyi.management.domain.SlVolumeProductionCk;
|
import com.ruoyi.management.mapper.SlVolumeProductionCkMapper;
|
import com.ruoyi.management.service.SlVolumeProductionCkService;
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
import org.springframework.stereotype.Service;
|
|
/**
|
* <p>
|
* 发起出库 服务实现类
|
* </p>
|
*
|
* @author hjl
|
* @since 2024-06-25
|
*/
|
@Service
|
public class SlVolumeProductionCkServiceImpl extends ServiceImpl<SlVolumeProductionCkMapper, SlVolumeProductionCk> implements SlVolumeProductionCkService {
|
|
}
|