|
@@ -54,7 +54,7 @@ import java.io.Serializable;
|
|
|
public class ${entity}SaveDTO implements Serializable {
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
-
|
|
|
+ private Long id;
|
|
|
<#list table.fields as field>
|
|
|
<#-- 如果有父类,排除公共字段 -->
|
|
|
<#if (superEntityClass?? && cfg.superExtend?? && field.propertyName !="id") || (superEntityClass?? && field.propertyName !="id" && field.propertyName !="createTime" && field.propertyName != "updateTime" && field.propertyName !="createUser" && field.propertyName !="updateUser") || !superEntityClass??>
|