#
Junjie
2024-07-29 4a2b38544137fcfb164ee247ef080897d497e854
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> {
 
}