|
|
|
@@ -15,8 +15,6 @@ import java.util.Map; |
|
|
|
public class WxMsgRecord extends BaseMsg { |
|
|
|
|
|
|
|
protected Long id; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "租户ID", name = "tenantId") |
|
|
|
private String tenantId; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="消息类型 1短信 2回调短信 3邮件 4微信小程序模板 5微信公众号模板 6系统通知 7websocket",name="msg") |
|
|
|
private String msg; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="发送时间",name="sendTime") |
|
|
|
@@ -53,13 +51,4 @@ public class WxMsgRecord extends BaseMsg { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="动态替换内容",name="dynamicContentMap") |
|
|
|
private Map<String,String> dynamicContentMap; |
|
|
|
|
|
|
|
public void updateTenantInfo(TenantEntity tenantEntity) { |
|
|
|
setTenantId(tenantEntity.getTenantId()); |
|
|
|
} |
|
|
|
|
|
|
|
public TenantEntity getTenantInfo() { |
|
|
|
TenantEntity tenantEntity = new TenantEntity(); |
|
|
|
tenantEntity.setTenantId(tenantId); |
|
|
|
return tenantEntity; |
|
|
|
} |
|
|
|
} |