只要在这个上面添加你要添加的内容就可以了,下面是我自己常用的,如果需要添加别的可以自行添加
- /*-------------------------------------------------------------------------
- * 命名空间名称/文件名: $rootnamespace$/$safeitemname$
- * CLR版本: $clrversion$
- * 机器名称: $machinename$
- * 功 能: N/A
- * 类 名: $safeitemname$
- * 创建时间: $time$
- * 版本号: v1.0
- * 创建人: $username$
- *-------------------------------------------------------------------------*/
-
- using System;
- using System.Collections.Generic;
- $if$ ($targetframeworkversion$ >= 3.5)using System.Linq;
- $endif$using System.Text;
- $if$ ($targetframeworkversion$ >= 4.5)using System.Threading.Tasks;
- $endif$
- namespace $rootnamespace$
- {
- class $safeitemrootname$
- {
- }
- }
|