| package com.zy.asrs.wms.asrs.service;  | 
|   | 
| import com.baomidou.mybatisplus.extension.service.IService;  | 
| import com.zy.asrs.wms.asrs.entity.OrderNoRule;  | 
|   | 
| public interface OrderNoRuleService extends IService<OrderNoRule> {  | 
|   | 
|     String getOrderNo(Integer orderType);  | 
|   | 
| }  |