package com.zy.asrs.wms.asrs.service.impl;
|
|
import com.zy.asrs.wms.asrs.mapper.LanewayRuleMapper;
|
import com.zy.asrs.wms.asrs.entity.LanewayRule;
|
import com.zy.asrs.wms.asrs.service.LanewayRuleService;
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
import org.springframework.stereotype.Service;
|
|
@Service("lanewayRuleService")
|
public class LanewayRuleServiceImpl extends ServiceImpl<LanewayRuleMapper, LanewayRule> implements LanewayRuleService {
|
|
}
|