修改仓储方法

This commit is contained in:
不做码农
2021-10-17 17:35:45 +08:00
parent fe05697687
commit 9980386e9c
2 changed files with 3 additions and 2 deletions

View File

@@ -14,11 +14,12 @@ namespace ZR.Repository
[AppService(ServiceLifetime = LifeTime.Transient)]
public class GendemoRepository : BaseRepository<Gendemo>
{
public GendemoRepository() : base(configId: 1)
public GendemoRepository() : base(configId: "1")
{
}
#region
#endregion
}
}