|
|
|
@@ -83,9 +83,12 @@ public class WxMsg implements Serializable { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="发送状态0未发送 1已发送 2草稿箱",name="sendstatus") |
|
|
|
private Integer sendstatus; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="发送状态0未发送 1已发送 2草稿箱",name="excelpath") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="excelpath",name="excelpath") |
|
|
|
private String excelpath; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="标签人群",name="label") |
|
|
|
private String label; |
|
|
|
|
|
|
|
public String getTenantId() { |
|
|
|
return tenantId; |
|
|
|
} |
|
|
|
@@ -179,6 +182,14 @@ public class WxMsg implements Serializable { |
|
|
|
this.excelpath = excelpath; |
|
|
|
} |
|
|
|
|
|
|
|
public String getLabel() { |
|
|
|
return label; |
|
|
|
} |
|
|
|
|
|
|
|
public void setLabel(String label) { |
|
|
|
this.label = label; |
|
|
|
} |
|
|
|
|
|
|
|
public static enum Field |
|
|
|
{ |
|
|
|
Id_ASC("`id` ASC"),Id_DESC("`id` DESC") |
|
|
|
|