feat:代码生成模板新增清空操作
This commit is contained in:
@@ -119,6 +119,15 @@ ${end}
|
||||
});
|
||||
return response;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 清空${genTable.FunctionName}
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public void Truncate${replaceDto.ModelTypeName}()
|
||||
{
|
||||
Truncate();
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user