9 lines
183 B
C#
9 lines
183 B
C#
using JSMachine.WMS.Domain.Entity;
|
|
|
|
namespace JSMachine.WMS.Domain.IRepository
|
|
{
|
|
public interface IElevatorPlcQueueRepository : IBaseRepository<ElevatorPlcQueue>
|
|
{
|
|
}
|
|
}
|