自动化立体仓库 - WMS系统
#
ytfl
7 天以前 4453bfd988998f2923f104e1e5c32533b4a86741
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.asrs.service.impl;
 
import com.zy.asrs.mapper.KcztMapMapper;
import com.zy.asrs.entity.KcztMap;
import com.zy.asrs.service.KcztMapService;
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
 
@Service("kcztMapService")
public class KcztMapServiceImpl extends ServiceImpl<KcztMapMapper, KcztMap> implements KcztMapService {
 
}