Commit 8588cc5a authored by zhangyingbin's avatar zhangyingbin

日志表对应修改

parent a2d84fd9
......@@ -27,4 +27,7 @@ public class ProjectInitiationDto extends BaseDto {
@TableField("context")
private String context;
@TableField("type")
private String type;
}
......@@ -10,7 +10,7 @@ import lombok.experimental.Accessors;
@Data
@EqualsAndHashCode(callSuper = true)
@Accessors(chain = true)
@TableName("tz_ugp_project_initiation_log")
@TableName("tz_ugp_initiation_log")
public class ProjectInitiation extends BaseEntity {
@TableField("instance_id")
......@@ -27,4 +27,7 @@ public class ProjectInitiation extends BaseEntity {
@TableField("context")
private String context;
@TableField("type")
private String type;
}
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