pjb
2025-06-18 68157f39e1d56ce2a44f80620bf33b7510cbb327
zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/service/OrderNoRuleService.java
@@ -1,10 +1,10 @@
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);
}
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);
}