|
|
|
@@ -80,7 +80,7 @@ public class WxMsg implements Serializable { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="",name="name") |
|
|
|
private String name; |
|
|
|
/*发送状态0未发送 1已发送 2草稿箱**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="发送状态0未发送 1已发送 2草稿箱",name="sendstatus") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="发送状态0失败1成功",name="sendstatus") |
|
|
|
private Integer sendstatus; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="excelpath",name="excelpath") |
|
|
|
@@ -89,6 +89,9 @@ public class WxMsg implements Serializable { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="标签人群",name="label") |
|
|
|
private String label; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="状态0未发送 1已发送 2草稿箱",name="status") |
|
|
|
private Integer status; |
|
|
|
|
|
|
|
public String getTenantId() { |
|
|
|
return tenantId; |
|
|
|
} |
|
|
|
|