|
@@ -1,5 +1,6 @@
|
|
|
package com.smcic.api.conference.entity;
|
|
|
|
|
|
+import com.baomidou.mybatisplus.annotation.TableId;
|
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
import java.io.Serializable;
|
|
|
import lombok.Getter;
|
|
@@ -20,6 +21,7 @@ public class ConferenceWxAccount implements Serializable {
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
+ @TableId
|
|
|
private Long conferenceId;
|
|
|
|
|
|
private String wxAppid;
|