【应急单】定时解散群聊

This commit is contained in:
2026-01-08 16:59:01 +08:00
parent 464abc6521
commit a00d361f6b
7 changed files with 116 additions and 9 deletions
@@ -88,6 +88,11 @@ public class Order implements Serializable {
@Excel(name = "是否正在会话(0:否 1:是)", width = 15)
@Schema(title = "是否正在会话(0:否 1:是)")
private java.lang.Boolean sessionNow;
/**
* 是否解散群聊(0:否 1:是)
*/
@Schema(title = "是否解散群聊(0:否 1:是)")
private java.lang.Boolean destroyGroup;
/**
* 发起人id
*/