Browse Source

手机号码变动记录模型类映射表修改

pzc 4 years ago
parent
commit
3b5c4d9a0a

+ 10 - 10
mpwechatApp/publish/config.properties

@@ -1,13 +1,13 @@
-#resource.Locations = D:\\public\\
-#resource.href = /public/
-#project.weburl = http://219.128.77.86:7001
+resource.Locations = D:\\public\\
+resource.href = /public/
+project.weburl = http://219.128.77.86:7001
 ##project.weburl = http://localhost:8081
-#material.Locations = D:\\public\\material
-#material.href= /public/material
+material.Locations = D:\\public\\material
+material.href= /public/material
 
 
-resource.Locations = /home/www/appCenterTest/public/
-resource.href = /public/
-project.weburl = http://192.168.50.39:8081
-material.Locations = /home/www/appCenterTest/public/material
-material.href= /public/material
+#resource.Locations = /home/www/appCenterTest/public/
+#resource.href = /public/
+#project.weburl = http://192.168.50.39:8081
+#material.Locations = /home/www/appCenterTest/public/material
+#material.href= /public/material

BIN
mpwechatApp/publish/mpwechatApp-1.0.0-SNAPSHOT.jar


+ 1 - 1
mpwechatApp/src/main/java/com/liangjian11/wx/mp/modle/FansPhone.java

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.annotation.TableName;
 import java.io.Serializable;
 import java.util.Date;
 
-@TableName("message")
+@TableName("fansPhone")
 public class FansPhone   extends Model<FansPhone> {
 
     @TableId(value = "id", type = IdType.INPUT)

+ 1 - 1
qiyewechat_parent/pom.xml

@@ -9,7 +9,7 @@
     <packaging>pom</packaging>
 
     <name>qiyewechat_parent</name>
-    <description>Demo project for Spring Boot</description>
+    <description>MpWechat project for Spring Boot</description>
 
     <parent>
         <groupId>org.springframework.boot</groupId>