📄 basevalueobjectclasscomments.svm
字号:
#if ($class.get("class-description", true))
/**
$!class.getJavaDoc("class-description")
*/
#else
/**
* This is an object that contains data related to the $!{class.TableName} table.
* Do not modify this class because it will be overwritten if the configuration file
* related to this class is modified.
*
* @hibernate.class
* table="$!{class.TableName}"
*/
#end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -