销毁房间等接口

This commit is contained in:
18792927508
2023-11-09 17:24:07 +08:00
parent 1f41b4903b
commit 1242497d6f
9 changed files with 226 additions and 32 deletions
@@ -135,8 +135,17 @@ public class CaseAffiliate extends BaseEntity {
/** 送达电子邮件 */
private String sendEmail;
private String userId;
private String applicantAgentUserId;
public String getUserId() {
return userId;
}
public void setUserId(String userId) {
this.userId = userId;
}
public String getApplicantAgentUserId() {
return applicantAgentUserId;
}