自动化立体仓库 - WMS系统
pang.jiabao
3 天以前 3e468c21724ebc982f11f3e3a48259e3ef24e841
src/main/java/com/zy/asrs/service/impl/BasErrLogServiceImpl.java
@@ -1,9 +1,9 @@
package com.zy.asrs.service.impl;
import com.zy.asrs.mapper.BasErrLogMapper;
import com.zy.asrs.entity.BasErrLog;
import com.zy.asrs.service.BasErrLogService;
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import com.zy.asrs.entity.BasErrLog;
import com.zy.asrs.mapper.BasErrLogMapper;
import com.zy.asrs.service.BasErrLogService;
import org.springframework.stereotype.Service;
@Service("basErrLogService")