Commit 8ec830ad by wuwenlong

wechat routing login bugfix;

parent c5e6a6fb
...@@ -18,7 +18,7 @@ import java.util.Date; ...@@ -18,7 +18,7 @@ import java.util.Date;
@Data @Data
@EqualsAndHashCode(callSuper = false) @EqualsAndHashCode(callSuper = false)
@Accessors(chain = true) @Accessors(chain = true)
@TableName("eb_system_notification") @TableName("s_system_notification")
@ApiModel(value="SystemNotification对象", description="通知设置表") @ApiModel(value="SystemNotification对象", description="通知设置表")
public class SystemNotification implements Serializable { public class SystemNotification implements Serializable {
......
...@@ -18,7 +18,7 @@ import java.util.Date; ...@@ -18,7 +18,7 @@ import java.util.Date;
@Data @Data
@EqualsAndHashCode(callSuper = false) @EqualsAndHashCode(callSuper = false)
@Accessors(chain = true) @Accessors(chain = true)
@TableName("eb_wechat_exceptions") @TableName("s_wechat_exceptions")
@ApiModel(value="WechatExceptions对象", description="微信异常表") @ApiModel(value="WechatExceptions对象", description="微信异常表")
public class WechatExceptions implements Serializable { public class WechatExceptions implements Serializable {
......
...@@ -17,7 +17,7 @@ import java.io.Serializable; ...@@ -17,7 +17,7 @@ import java.io.Serializable;
@Data @Data
@EqualsAndHashCode(callSuper = false) @EqualsAndHashCode(callSuper = false)
@Accessors(chain = true) @Accessors(chain = true)
@TableName("eb_wechat_pay_info") @TableName("s_wechat_pay_info")
@ApiModel(value="WechatPayInfo对象", description="微信订单表") @ApiModel(value="WechatPayInfo对象", description="微信订单表")
public class WechatPayInfo implements Serializable { public class WechatPayInfo implements Serializable {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment