Browse Source

完成点位评估(v3.0)

JensionDzero 1 year ago
parent
commit
f9bdfbd8a9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      benyun-core/src/main/java/com/benyun/core/entity/StoreWd.java

+ 3 - 0
benyun-core/src/main/java/com/benyun/core/entity/StoreWd.java

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