62031-任务不可重复提交处理。
This commit is contained in:
@@ -35,6 +35,7 @@ public class BusMes {
|
|||||||
private String handlingTime; // 待办流程-批量办理专用
|
private String handlingTime; // 待办流程-批量办理专用
|
||||||
private String projectLawsInventoryIds; // 待办流程-批量办理专用
|
private String projectLawsInventoryIds; // 待办流程-批量办理专用
|
||||||
private String taskDefinitionKey; // 待办流程-批量办理专用
|
private String taskDefinitionKey; // 待办流程-批量办理专用
|
||||||
|
private String cut;//中英文切换标识
|
||||||
|
|
||||||
|
|
||||||
public String getUserId() {
|
public String getUserId() {
|
||||||
@@ -193,4 +194,12 @@ public class BusMes {
|
|||||||
public void setTaskDefinitionKey(String taskDefinitionKey) {
|
public void setTaskDefinitionKey(String taskDefinitionKey) {
|
||||||
this.taskDefinitionKey = taskDefinitionKey;
|
this.taskDefinitionKey = taskDefinitionKey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getCut() {
|
||||||
|
return cut;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setCut(String cut) {
|
||||||
|
this.cut = cut;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user