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