|
@@ -2,6 +2,7 @@ package com.qmth.sop.business.bean.result;
|
|
|
|
|
|
import com.qmth.sop.business.entity.TBQualityProblemApply;
|
|
import com.qmth.sop.business.entity.TBQualityProblemApply;
|
|
import com.qmth.sop.common.enums.ProductTypeEnum;
|
|
import com.qmth.sop.common.enums.ProductTypeEnum;
|
|
|
|
+import com.qmth.sop.common.enums.TFCustomTypeEnum;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
|
import java.io.Serializable;
|
|
import java.io.Serializable;
|
|
@@ -18,7 +19,7 @@ public class TBQualityProblemApplyResult extends TBQualityProblemApply implement
|
|
private ProductTypeEnum customType;
|
|
private ProductTypeEnum customType;
|
|
|
|
|
|
@ApiModelProperty(value = "实施产品")
|
|
@ApiModelProperty(value = "实施产品")
|
|
- private ProductTypeEnum sopType;
|
|
|
|
|
|
+ private TFCustomTypeEnum sopType;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "提交人")
|
|
@ApiModelProperty(value = "提交人")
|
|
@@ -50,11 +51,11 @@ public class TBQualityProblemApplyResult extends TBQualityProblemApply implement
|
|
this.customType = customType;
|
|
this.customType = customType;
|
|
}
|
|
}
|
|
|
|
|
|
- public ProductTypeEnum getSopType() {
|
|
|
|
|
|
+ public TFCustomTypeEnum getSopType() {
|
|
return sopType;
|
|
return sopType;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setSopType(ProductTypeEnum sopType) {
|
|
|
|
|
|
+ public void setSopType(TFCustomTypeEnum sopType) {
|
|
this.sopType = sopType;
|
|
this.sopType = sopType;
|
|
}
|
|
}
|
|
|
|
|