自动化立体仓库 - WMS系统
野心家
10 天以前 1f7ecc91a42a8fa1984aa3b0c7ffe4b05dbee560
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.asrs.service.impl;
 
import com.zy.asrs.mapper.WrkMastFourWarVehicleMapper;
import com.zy.asrs.entity.WrkMastFourWarVehicle;
import com.zy.asrs.service.WrkMastFourWarVehicleService;
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
 
@Service("wrkMastFourWarVehicleService")
public class WrkMastFourWarVehicleServiceImpl extends ServiceImpl<WrkMastFourWarVehicleMapper, WrkMastFourWarVehicle> implements WrkMastFourWarVehicleService {
 
}