Forráskód Böngészése

成果详情BUG修复

anderx 7 éve%!(EXTRA string=óta)
szülő
commit
11aa3a0763

+ 32 - 32
src/main/java/com/goafanti/achievement/bo/AchievementEntity.java

@@ -48,19 +48,19 @@ public class AchievementEntity {
 		this.field3 = field3;
 	}
 
-	public int getFieldB() {
+	public Integer getFieldB() {
 		return fieldB;
 	}
 
-	public void setFieldB(int fieldB) {
+	public void setFieldB(Integer fieldB) {
 		this.fieldB = fieldB;
 	}
 
-	public int getFieldC() {
+	public Integer getFieldC() {
 		return fieldC;
 	}
 
-	public void setFieldC(int fieldC) {
+	public void setFieldC(Integer fieldC) {
 		this.fieldC = fieldC;
 	}
 
@@ -72,11 +72,11 @@ public class AchievementEntity {
         this.field1 = field1;
     }
 
-    public int getIsHot() {
+    public Integer getIsHot() {
         return isHot;
     }
 
-    public void setIsHot(int isHot) {
+    public void setIsHot(Integer isHot) {
         this.isHot = isHot;
     }
 
@@ -88,11 +88,11 @@ public class AchievementEntity {
         this.releaseDate = releaseDate;
     }
 
-    public int getInterestCount() {
+    public Integer getInterestCount() {
         return interestCount;
     }
 
-    public void setInterestCount(int interestCount) {
+    public void setInterestCount(Integer interestCount) {
         this.interestCount = interestCount;
     }
 
@@ -104,11 +104,11 @@ public class AchievementEntity {
         this.id = id;
     }
 
-    public int getDataCategory() {
+    public Integer getDataCategory() {
         return dataCategory;
     }
 
-    public void setDataCategory(int dataCategory) {
+    public void setDataCategory(Integer dataCategory) {
         this.dataCategory = dataCategory;
     }
 
@@ -120,11 +120,11 @@ public class AchievementEntity {
         this.name = name;
     }
 
-    public int getCategory() {
+    public Integer getCategory() {
         return category;
     }
 
-    public void setCategory(int category) {
+    public void setCategory(Integer category) {
         this.category = category;
     }
 
@@ -152,35 +152,35 @@ public class AchievementEntity {
         this.technicalPictureUrl = technicalPictureUrl;
     }
 
-    public int getFieldA() {
+    public Integer getFieldA() {
         return fieldA;
     }
 
-    public void setFieldA(int fieldA) {
+    public void setFieldA(Integer fieldA) {
         this.fieldA = fieldA;
     }
 
-    public int getMaturity() {
+    public Integer getMaturity() {
         return maturity;
     }
 
-    public void setMaturity(int maturity) {
+    public void setMaturity(Integer maturity) {
         this.maturity = maturity;
     }
 
-    public int getInnovation() {
+    public Integer getInnovation() {
         return innovation;
     }
 
-    public void setInnovation(int innovation) {
+    public void setInnovation(Integer innovation) {
         this.innovation = innovation;
     }
 
-    public int getTransferMode() {
+    public Integer getTransferMode() {
         return transferMode;
     }
 
-    public void setTransferMode(int transferMode) {
+    public void setTransferMode(Integer transferMode) {
         this.transferMode = transferMode;
     }
 
@@ -192,51 +192,51 @@ public class AchievementEntity {
         this.transferPrice = transferPrice;
     }
 
-    public int getStatus() {
+    public Integer getStatus() {
         return status;
     }
 
-    public void setStatus(int status) {
+    public void setStatus(Integer status) {
         this.status = status;
     }
 
-    public int getReleaseStatus() {
+    public Integer getReleaseStatus() {
         return releaseStatus;
     }
 
-    public void setReleaseStatus(int releaseStatus) {
+    public void setReleaseStatus(Integer releaseStatus) {
         this.releaseStatus = releaseStatus;
     }
 
-    public int getAuditStatus() {
+    public Integer getAuditStatus() {
         return auditStatus;
     }
 
-    public void setAuditStatus(int auditStatus) {
+    public void setAuditStatus(Integer auditStatus) {
         this.auditStatus = auditStatus;
     }
 
-    public int getBoutique() {
+    public Integer getBoutique() {
         return boutique;
     }
 
-    public void setBoutique(int boutique) {
+    public void setBoutique(Integer boutique) {
         this.boutique = boutique;
     }
 
-    public int getInterest() {
+    public Integer getInterest() {
         return interest;
     }
 
-    public void setInterest(int interested) {
+    public void setInterest(Integer interested) {
         this.interest = interested;
     }
 
-    public int getOrderCount() {
+    public Integer getOrderCount() {
         return orderCount;
     }
 
-    public void setOrderCount(int orderCount) {
+    public void setOrderCount(Integer orderCount) {
         this.orderCount = orderCount;
     }