Browse Source

ソース対応

liuxf 4 months ago
parent
commit
f0e786ae91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      yamada-fcbi/src/main/java/jp/yamada/fcbi/domain/YmdfSurvey.java

+ 1 - 1
yamada-fcbi/src/main/java/jp/yamada/fcbi/domain/YmdfSurvey.java

@@ -119,7 +119,7 @@ public class YmdfSurvey extends BaseEntity
     /** 顧客名(カナ) */
     private String customerNameKana;
     /** メールアドレス */
-    private String Email;
+    private String email;
     /** ブランドコード */
     private String fcBrandCode;
     /** FCブランド名称 */