shudonghui 1 年之前
父节点
当前提交
8f1ef568be

+ 4 - 3
sop-business/src/main/java/com/qmth/sop/business/bean/result/TBQualityProblemApplyResult.java

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