自动化立体仓库 - WMS系统
chen.llin
5 天以前 6923315545b3f97c86719148f85dac1220a14a63
src/main/java/com/zy/asrs/service/impl/BasStationServiceImpl.java
@@ -1,9 +1,9 @@
package com.zy.asrs.service.impl;
import com.zy.asrs.mapper.BasStationMapper;
import com.zy.asrs.entity.BasStation;
import com.zy.asrs.service.BasStationService;
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import com.zy.asrs.entity.BasStation;
import com.zy.asrs.mapper.BasStationMapper;
import com.zy.asrs.service.BasStationService;
import org.springframework.stereotype.Service;
@Service("basStationService")