@@ -34,4 +34,7 @@ public class StoreWd {
private String businessTime;
@TableField("telephone")
private String telephone;
+
+ @TableField("contact")
+ private String contact;
}