958836976@qq.com
2024-12-23 19d3488298119d50a94a54903623bf0088d3359c
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);
}