Antiloveg 9 년 전
부모
커밋
fec58b3921
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  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;
 	}