|
@@ -21,6 +21,7 @@ public class EscalationInfoDTO {
|
|
|
private String remark;
|
|
|
private String fileid;
|
|
|
private String bpdw;
|
|
|
+ private String instid;
|
|
|
private String lxr;
|
|
|
private String lxdh;
|
|
|
private String username;
|
|
@@ -34,7 +35,13 @@ public class EscalationInfoDTO {
|
|
|
//文件检查结果
|
|
|
private String fileuploadremark;
|
|
|
|
|
|
+ public String getInstid() {
|
|
|
+ return instid;
|
|
|
+ }
|
|
|
|
|
|
+ public void setInstid(String instid) {
|
|
|
+ this.instid = instid;
|
|
|
+ }
|
|
|
|
|
|
public String getFileupload() {
|
|
|
return fileupload;
|