修改部署环境
This commit is contained in:
@ -216,6 +216,8 @@ public class SysContract extends BaseEntity {
|
||||
.append("updateBy", getUpdateBy())
|
||||
.append("updateTime", getUpdateTime())
|
||||
.append("remark", getRemark())
|
||||
.append("signName", getSignName())
|
||||
|
||||
.toString();
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user