8 lines
171 B
C#
8 lines
171 B
C#
using JSMachine.WMS.Domain.Entity;
|
|
|
|
namespace JSMachine.WMS.Domain.IRepository
|
|
{
|
|
public interface IOperationLogRepository : IBaseRepository<OperationLog>
|
|
{
|
|
}
|
|
} |