Commit 60b325e5 authored by 刘林's avatar 刘林

fix(jg):record添加跳转链接

parent a96fd127
......@@ -62,4 +62,7 @@ public class JgCertificateChangeRecordDto extends BaseModel {
@ApiModelProperty(value = "设备类别")
private String equCategory;
@ApiModelProperty(value = "跳转路径")
private String routePath;
}
......@@ -106,4 +106,10 @@ public class JgCertificateChangeRecord extends BaseEntity {
@TableField("EQU_CATEGORY")
private String equCategory;
/**
* 跳转路径
*/
@TableField("route_path")
private String routePath;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment