Files
ww-jst/wmsjst/JSMachine.WMS.Application/IService/IElevatorPlcQueueService.cs
T

12 lines
264 B
C#
Raw Normal View History

2026-09-02 16:31:50 +08:00
using JSMachine.WMS.App.Dto;
using JSMachine.WMS.App.Dto.Enum;
using JSMachine.WMS.Domain.Entity;
namespace JSMachine.WMS.App.IService
{
public interface IElevatorPlcQueueService : IBaseService<ElevatorPlcQueueDto, ElevatorPlcQueue>
{
}
}