pjb
2025-06-20 60fdc9564c65b90a8911ff10a25f3f3a63d3812c
1
2
3
4
5
6
7
8
package com.zy.asrs.wms.asrs.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.zy.asrs.wms.asrs.entity.OrderType;
 
public interface OrderTypeService extends IService<OrderType> {
 
}