Procházet zdrojové kódy

Merge branch 'saas' of http://git.dayaedu.com/yonge/mec into zx_saas_0810

zouxuan před 3 roky
rodič
revize
f218e4b842
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      mec-im/src/main/java/com/ym/pojo/HereWhite.java

+ 2 - 2
mec-im/src/main/java/com/ym/pojo/HereWhite.java

@@ -44,9 +44,9 @@ public class HereWhite implements Serializable {
     private @Getter @Setter Date updatedAt;
     @Column(name = "created_at_")
     private @Getter @Setter Date createdAt;
-    @Transient
+    @Column(name = "random_numeric22")
     private @Getter @Setter String randomNumeric22;
-    @Transient
+    @Column(name = "random_numeric20")
     private @Getter @Setter String randomNumeric20;
 
 }