#
Junjie
2024-07-22 bded6b7cec0e08c38eb299c45698b3c0605c350b
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> {
 
}