咨询模块及IM模块调整

This commit is contained in:
2026-03-13 17:32:47 +08:00
parent b5c87ed3ff
commit 858e23a311
6 changed files with 8 additions and 22 deletions
@@ -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")