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