|
@@ -328,6 +328,11 @@ public class ProductionProcesses implements Serializable {
|
|
|
*/
|
|
|
private String mergeThMainId;
|
|
|
|
|
|
+ /**
|
|
|
+ * 是否满炉退火
|
|
|
+ */
|
|
|
+ private String iffullth;
|
|
|
+
|
|
|
/**
|
|
|
* 根结点
|
|
|
*/
|
|
@@ -966,6 +971,14 @@ public class ProductionProcesses implements Serializable {
|
|
|
this.processName = processName;
|
|
|
}
|
|
|
|
|
|
+ public String getIffullth() {
|
|
|
+ return iffullth;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setIffullth(String iffullth) {
|
|
|
+ this.iffullth = iffullth;
|
|
|
+ }
|
|
|
+
|
|
|
public String getSeriSort(){
|
|
|
String sortStr = this.getId();
|
|
|
if(this.getStartTime() != null){
|