Commit 159b53a5 authored by tianbo's avatar tianbo

feat:大屏应急接口-ymt AlertCalled修改字段

parent 54bbf4ea
......@@ -161,8 +161,8 @@ public class AlertCalled extends BaseEntity {
/**
* 组织机构
*/
@TableField("org_code")
private String orgCode;
@TableField("biz_org_code")
private String bizOrgCode;
/**
* 工单编号
......@@ -232,4 +232,7 @@ public class AlertCalled extends BaseEntity {
@ApiModelProperty(value = "现场照片")
private List<AttachmentDto> images;
@ApiModelProperty(value = "技能组")
@TableField("skill_group")
private String skillGroup;
}
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