#
Junjie
2023-12-25 0c8a19fec9b1900a2a8f6723d3eccade50fbbd35
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.asrs.common.wms.service.impl;
 
import com.zy.asrs.common.wms.mapper.BasPlcerrorMapper;
import com.zy.asrs.common.wms.entity.BasPlcerror;
import com.zy.asrs.common.wms.service.BasPlcerrorService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
 
@Service("basPlcerrorService")
public class BasPlcerrorServiceImpl extends ServiceImpl<BasPlcerrorMapper, BasPlcerror> implements BasPlcerrorService {
 
}