package com.ruoyi.system.service.impl;
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
import com.ruoyi.system.mapper.TErpSupplierWarehousingBatchMapper;
|
import com.ruoyi.system.model.TErpSupplierWarehousingBatch;
|
import com.ruoyi.system.service.TErpSupplierWarehousingBatchService;
|
import org.springframework.stereotype.Service;
|
|
/**
|
* <p>
|
* erp供应商入库批次 服务实现类
|
* </p>
|
*
|
* @author xiaochen
|
* @since 2025-08-20
|
*/
|
@Service
|
public class TErpSupplierWarehousingBatchServiceImpl extends ServiceImpl<TErpSupplierWarehousingBatchMapper, TErpSupplierWarehousingBatch> implements TErpSupplierWarehousingBatchService {
|
|
}
|