shudonghui преди 1 година
родител
ревизия
8f1ef568be
променени са 1 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. 4 3
      sop-business/src/main/java/com/qmth/sop/business/bean/result/TBQualityProblemApplyResult.java

+ 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;
     }