fix bug
This commit is contained in:
parent
b69ade5904
commit
c7dc2cd054
@ -12,7 +12,7 @@ namespace {RepositoriesNamespace}
|
||||
/// @date {DateTime}
|
||||
/// </summary>
|
||||
[AppService(ServiceLifetime = LifeTime.Transient)]
|
||||
public class {ModelTypeName}Repository : BaseRepository<ModelTypeName>
|
||||
public class {ModelTypeName}Repository : BaseRepository<{ModelTypeName}>
|
||||
{
|
||||
#region 业务逻辑代码
|
||||
#endregion
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user