From 4b1785f145437033183fdf678e0b21626a86ff96 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期三, 10 十一月 2021 18:01:33 +0800
Subject: [PATCH] Merge branch 'master' of https://192.168.0.10:8443/r/pcalife/PAM

---
 pamapi/src/main/java/com/pollex/pam/service/dto/AppointmentCreateDTO.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pamapi/src/main/java/com/pollex/pam/service/dto/AppointmentCreateDTO.java b/pamapi/src/main/java/com/pollex/pam/service/dto/AppointmentCreateDTO.java
index 9c03b5d..3c566ab 100644
--- a/pamapi/src/main/java/com/pollex/pam/service/dto/AppointmentCreateDTO.java
+++ b/pamapi/src/main/java/com/pollex/pam/service/dto/AppointmentCreateDTO.java
@@ -6,7 +6,7 @@
     private String email;
     private String contactType; //�蝯⊥撘�
     private String gender;
-    private int age;
+    private String age;
     private String job;
     private String requirement;
     private String hopeContactTime; //撣�蝯∠����
@@ -61,10 +61,10 @@
 	public void setOtherRequirement(String otherRequirement) {
 		this.otherRequirement = otherRequirement;
 	}
-	public int getAge() {
+	public String getAge() {
 		return age;
 	}
-	public void setAge(int age) {
+	public void setAge(String age) {
 		this.age = age;
 	}
 	public String getAgentNo() {

--
Gitblit v1.8.0