|
@@ -45,5 +45,6 @@ private static final long serialVersionUID=1L;
|
|
@TableField(fill = FieldFill.INSERT_UPDATE)
|
|
@TableField(fill = FieldFill.INSERT_UPDATE)
|
|
private Long updateTime;
|
|
private Long updateTime;
|
|
/** 父名称 */
|
|
/** 父名称 */
|
|
|
|
+ @TableField(exist = false)
|
|
private String parentName;
|
|
private String parentName;
|
|
}
|
|
}
|