fix:消息
This commit is contained in:
@@ -24,4 +24,9 @@ public class SendMsgReq {
|
||||
* 是否发送cid消息
|
||||
*/
|
||||
private boolean sendCid = true;
|
||||
|
||||
// 即时通发送人工号
|
||||
private String sendJobNo;
|
||||
// 即时通接收人工号
|
||||
private String receiveJobNo;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user