瀏覽代碼

完成点位评估(v3.0)

JensionDzero 1 年之前
父節點
當前提交
f9bdfbd8a9
共有 1 個文件被更改,包括 3 次插入0 次删除
  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;
 }