自动化立体仓库 - WMS系统
skyouc
5 天以前 537c5eac299e24177c6a1fe13f6141b978b47fac
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.asrs.service.impl;
 
import com.zy.asrs.mapper.LocAroundBindMapper;
import com.zy.asrs.entity.LocAroundBind;
import com.zy.asrs.service.LocAroundBindService;
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
 
@Service("locAroundBindService")
public class LocAroundBindServiceImpl extends ServiceImpl<LocAroundBindMapper, LocAroundBind> implements LocAroundBindService {
 
}