| | |
| | | package com.zy.asrs.wms.asrs.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.zy.asrs.wms.asrs.entity.WaitPakin; |
| | | import com.zy.asrs.wms.asrs.entity.WaitPakinRule; |
| | | |
| | | public interface WaitPakinRuleService extends IService<WaitPakinRule> { |
| | | |
| | | boolean rule(WaitPakin waitPakin); |
| | | |
| | | } |
| | | package com.zy.asrs.wms.asrs.service;
|
| | |
|
| | | import com.baomidou.mybatisplus.extension.service.IService;
|
| | | import com.zy.asrs.wms.asrs.entity.WaitPakin;
|
| | | import com.zy.asrs.wms.asrs.entity.WaitPakinRule;
|
| | |
|
| | | public interface WaitPakinRuleService extends IService<WaitPakinRule> {
|
| | |
|
| | | boolean rule(WaitPakin waitPakin);
|
| | |
|
| | | }
|