提交 34c74684 编写于 作者: zhouweidong's avatar zhouweidong

去除全参构造,解决属性过多导致参数多长问题

上级 9535034b
......@@ -38,7 +38,6 @@ import ${pub.getPKGCodeName()}.util.domain.EntityMP;
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
@JsonIgnoreProperties(value = "handler")
@TableName(value = "${item.getTableName()}",resultMap = "${item.codeName}ResultMap")
public class ${item.getCodeName()} extends EntityMP implements Serializable {
......@@ -580,7 +579,6 @@ public class ${item.getCodeName()} extends EntityClient implements Serializable
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public class ${item.getCodeName()} extends EntityBase implements Serializable {
<#if de.getPSDEFields()??>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册