extensioninterface.vm

来自「一个数据访问层Torque3.1的生成器的源代码」· VM 代码 · 共 27 行

VM
27
字号
#set ($interface = "")#if ($table.Interface)    #set ($interface = ", $table.Interface")#endpackage $package;#if ($table.isAbstract())    #set ($abstract = "abstract")#end/**#if ($addTimeStamp) * The skeleton for this interface was autogenerated by Torque on: * * [$now] *#end * You should add additional methods to this interface to meet the * application requirements.  This class will only be generated as * long as it does not already exist in the output directory. */public interface ${table.JavaName}Interface    extends ${basePrefix}${table.JavaName}Interface{}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?