#
Junjie
2024-08-16 95d317016c4f865851fb327816f49a5329e8d098
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> {
 
}