Explorar el Código

短信相关

release_toaliyun_real
gongbiao hace 7 años
padre
commit
b6b7fdac1b
Se han modificado 1 ficheros con 12 adiciones y 1 borrados
  1. +12
    -1
      mallinkService/src/main/java/com/simple/domain/po/WxMsg.java

+ 12
- 1
mallinkService/src/main/java/com/simple/domain/po/WxMsg.java Ver fichero

@@ -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")


Cargando…
Cancelar
Guardar