From 8fb0516d2d4791ce41a541407ce3a6fe82541455 Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期六, 22 一月 2022 14:52:54 +0800 Subject: [PATCH] [update] [todo 134622, 134623] 顧問/客戶 未處理預約單平台通知 --- 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