|
@@ -360,6 +360,11 @@ public class ProductionProcesses implements Serializable {
|
|
|
*/
|
|
|
private ProductionProcesses rooprocess;
|
|
|
|
|
|
+ /**
|
|
|
+ * 根节点ID
|
|
|
+ */
|
|
|
+ private String roottaskid;
|
|
|
+
|
|
|
/**
|
|
|
* 根结点
|
|
|
*/
|
|
@@ -1173,6 +1178,14 @@ public class ProductionProcesses implements Serializable {
|
|
|
this.maxThickness = maxThickness;
|
|
|
}
|
|
|
|
|
|
+ public String getRoottaskid() {
|
|
|
+ return roottaskid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setRoottaskid(String roottaskid) {
|
|
|
+ this.roottaskid = roottaskid;
|
|
|
+ }
|
|
|
+
|
|
|
public String getSeriSort(){
|
|
|
String sortStr = this.getId();
|
|
|
if(this.getStartTime() != null){
|