dengjunjie
2025-10-29 74daecd6a3f5eb5c96eef1a4b2db0491ec77c2f1
1
2
3
4
5
6
7
8
9
namespace WIDESEA_StorageBasicRepository
{
    public class LocationInfoRepository : RepositoryBase<DtLocationInfo>, ILocationInfoRepository
    {
        public LocationInfoRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage)
        {
        }
    }
}