Antiloveg 8 years ago
parent
commit
fec58b3921
1 changed files with 5 additions and 2 deletions
  1. 5 2
      src/main/java/com/goafanti/patent/bo/PatentApplicationFeeBo.java

+ 5 - 2
src/main/java/com/goafanti/patent/bo/PatentApplicationFeeBo.java

@@ -4,6 +4,8 @@ import java.util.Date;
 
 import org.apache.commons.lang3.time.DateFormatUtils;
 
+import com.fasterxml.jackson.annotation.JsonFormat;
+import com.fasterxml.jackson.annotation.JsonFormat.Shape;
 import com.goafanti.common.constant.AFTConstants;
 
 /**
@@ -150,7 +152,7 @@ public class PatentApplicationFeeBo {
 
     	
 	
-
+	@JsonFormat(shape = Shape.STRING)
 	public Integer getFunds() {
 		return funds;
 	}
@@ -158,7 +160,8 @@ public class PatentApplicationFeeBo {
 	public void setFunds(Integer funds) {
 		this.funds = funds;
 	}
-
+	
+	@JsonFormat(shape = Shape.STRING)
 	public Integer getReimbursement() {
 		return reimbursement;
 	}