model添加字段注释

This commit is contained in:
zhh
2018-04-24 16:50:51 +08:00
parent 353d731196
commit bc3c569616
48 changed files with 1397 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
<plugin type="org.mybatis.generator.plugins.SerializablePlugin"/>
<!-- 为生成的Java模型创建一个toString方法 -->
<plugin type="org.mybatis.generator.plugins.ToStringPlugin"/>
<commentGenerator>
<commentGenerator type="com.macro.mall.CommentGenerator">
<!-- 是否去除自动生成的注释 true false:否 -->
<property name="suppressAllComments" value="true"/>
<property name="suppressDate" value="true"/>