feat:第三方id

This commit is contained in:
苏竹红
2025-09-11 14:51:14 +08:00
parent 34ed5679e6
commit f0bd951611
2 changed files with 4 additions and 1 deletions

View File

@@ -39,5 +39,7 @@ public class MessageDetailVO {
private Integer processStatus;
private Integer processType;
@ApiModelProperty("第三方id")
private String handleKeyword;
}