update
This commit is contained in:
@@ -30,6 +30,7 @@ public class BusMes {
|
|||||||
|
|
||||||
private String flag;
|
private String flag;
|
||||||
private String approvalOpinion; // 反馈意见 待办流程-批量办理专用
|
private String approvalOpinion; // 反馈意见 待办流程-批量办理专用
|
||||||
|
private String approvalFile; // 反馈意见 待办流程-批量办理专用
|
||||||
private String dreUserId; // 待办流程-批量办理专用
|
private String dreUserId; // 待办流程-批量办理专用
|
||||||
private String dreUserIdName; // 待办流程-批量办理专用
|
private String dreUserIdName; // 待办流程-批量办理专用
|
||||||
private String handlingTime; // 待办流程-批量办理专用
|
private String handlingTime; // 待办流程-批量办理专用
|
||||||
@@ -202,4 +203,12 @@ public class BusMes {
|
|||||||
public void setCut(String cut) {
|
public void setCut(String cut) {
|
||||||
this.cut = cut;
|
this.cut = cut;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getApprovalFile() {
|
||||||
|
return approvalFile;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setApprovalFile(String approvalFile) {
|
||||||
|
this.approvalFile = approvalFile;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user