#
Junjie
2024-07-04 165764ed9415e176871f99f0253301f48fe3663a
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> {
 
}