小程序消息状态

This commit is contained in:
zhangheng 2024-07-11 16:16:52 +08:00
parent affaec809e
commit 74bd6bfefb

View File

@ -47,4 +47,6 @@ public class MessageTabulationVO {
* 是否随访标记 0: 1:
*/
private Integer sign;
private String messageStatus;
}