修改部署环境

This commit is contained in:
huangdeliang
2020-11-24 21:19:29 +08:00
parent 78980120e7
commit 79e4723d95
5 changed files with 19 additions and 18 deletions

View File

@ -216,6 +216,8 @@ public class SysContract extends BaseEntity {
.append("updateBy", getUpdateBy())
.append("updateTime", getUpdateTime())
.append("remark", getRemark())
.append("signName", getSignName())
.toString();
}
}

View File

@ -3,6 +3,8 @@ package com.ruoyi.custom.page;
import java.io.Serializable;
public class PdfProcessInfo implements Serializable {
private static final long serialVersionUID = 1L;
private int code;
private String msg;