| | |
| | | package com.zy.asrs.wms.asrs.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.zy.asrs.wms.asrs.entity.LanewayRule; |
| | | import com.zy.asrs.wms.asrs.entity.Loc; |
| | | |
| | | public interface LanewayRuleService extends IService<LanewayRule> { |
| | | |
| | | LanewayRule getLaneByLoc(Loc loc); |
| | | |
| | | } |
| | | package com.zy.asrs.wms.asrs.service;
|
| | |
|
| | | import com.baomidou.mybatisplus.extension.service.IService;
|
| | | import com.zy.asrs.wms.asrs.entity.LanewayRule;
|
| | | import com.zy.asrs.wms.asrs.entity.Loc;
|
| | |
|
| | | public interface LanewayRuleService extends IService<LanewayRule> {
|
| | |
|
| | | LanewayRule getLaneByLoc(Loc loc);
|
| | |
|
| | | }
|