自动化立体仓库 - WMS系统
cl
1 天以前 1104f7c6dbf4a1c6c9d47abf75f9b39ce1f3a5f7
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.asrs.service.impl;
 
import com.zy.asrs.mapper.BasDevpOptMapper;
import com.zy.asrs.entity.BasDevpOpt;
import com.zy.asrs.service.BasDevpOptService;
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
 
@Service("basDevpOptService")
public class BasDevpOptServiceImpl extends ServiceImpl<BasDevpOptMapper, BasDevpOpt> implements BasDevpOptService {
 
}