fix:消息

This commit is contained in:
2026-01-09 14:05:56 +08:00
parent 8e94a46640
commit fc007fd0d8
5 changed files with 105 additions and 16 deletions

View File

@@ -24,4 +24,9 @@ public class SendMsgReq {
* 是否发送cid消息
*/
private boolean sendCid = true;
// 即时通发送人工号
private String sendJobNo;
// 即时通接收人工号
private String receiveJobNo;
}

View File

@@ -1,6 +1,7 @@
package com.sdm.common.entity.resp.task;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@@ -56,6 +57,7 @@ public class PerformanceResp {
private String tenantId;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime createTime;
private Long creator;