Commit 0f5f8241 authored by 刘林's avatar 刘林

fix(jg):维修告知添加工程装置ID

parent 5a1ac925
......@@ -242,4 +242,7 @@ public class JgMaintainNoticeDto extends BaseDto {
@ApiModelProperty("作废人员id")
private String cancelUserId;
@ApiModelProperty(value = "工程装置id")
private String projectContraptionId;
}
......@@ -392,4 +392,10 @@ public class JgMaintainNotice extends BaseEntity {
*/
@TableField("cancel_user_id")
private String cancelUserId;
/**
* 工程装置id
*/
@TableField("project_contraption_id")
private String projectContraptionId;
}
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