package com.ruoyi.sales.service.impl;
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
import com.ruoyi.sales.mapper.SalesLedgerProductionRefMapper;
|
import com.ruoyi.sales.pojo.SalesLedgerProductionRef;
|
import com.ruoyi.sales.service.SalesLedgerProductionRefService;
|
import org.springframework.stereotype.Service;
|
|
@Service
|
public class SalesLedgerProductionRefServiceImpl extends ServiceImpl<SalesLedgerProductionRefMapper, SalesLedgerProductionRef> implements SalesLedgerProductionRefService {
|
}
|