8 lines
163 B
C#
8 lines
163 B
C#
using JSMachine.WMS.Domain.Entity;
|
|
|
|
namespace JSMachine.WMS.Domain.IRepository
|
|
{
|
|
public interface IUserInfoRepository : IBaseRepository<UserInfo>
|
|
{
|
|
}
|
|
} |