Commit 219d7e00 authored by 刘林's avatar 刘林

fix(jg):证打印标记功能开发

parent 316539a9
...@@ -46,6 +46,9 @@ public class JgResumeInfoDto extends BaseDto { ...@@ -46,6 +46,9 @@ public class JgResumeInfoDto extends BaseDto {
@ApiModelProperty(value = "业务类型") @ApiModelProperty(value = "业务类型")
private String businessType; private String businessType;
@ApiModelProperty(value = "变更内容")
private String changeContent;
@ApiModelProperty(value = "审批单位") @ApiModelProperty(value = "审批单位")
private String approvalUnit; private String approvalUnit;
......
...@@ -105,4 +105,10 @@ public class JgResumeInfo extends BaseEntity { ...@@ -105,4 +105,10 @@ public class JgResumeInfo extends BaseEntity {
*/ */
@TableField("resume_type") @TableField("resume_type")
private String resumeType; private String resumeType;
/**
* 变更内容
*/
@TableField("change_content")
private String changeContent;
} }
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