咨询模块及IM模块调整
This commit is contained in:
@@ -25,7 +25,7 @@ import java.util.Date;
|
||||
@Builder
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
@TableName(value = "im_group_sync_record")
|
||||
@TableName(value = "QH_CON_IM_GRP_SYNC")
|
||||
public class ImGroupSyncRecord implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
/**
|
||||
|
||||
@@ -23,7 +23,7 @@ import java.util.Date;
|
||||
* @Version: V1.0
|
||||
*/
|
||||
@Data
|
||||
@TableName("im_msg_record_all")
|
||||
@TableName("QH_CON_IM_MSG_ALL")
|
||||
@Accessors(chain = true)
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@Schema(title = "im_msg_record_all对象", description = "im_msg_record_all")
|
||||
|
||||
Reference in New Issue
Block a user