|
@@ -73,7 +73,7 @@ public class MessageModel{
|
|
|
/**
|
|
/**
|
|
|
* 消费类型(所有应用共享:"PUBLIC",单个应用独享:"SINGLE",多个应用共享:"MULTI")
|
|
* 消费类型(所有应用共享:"PUBLIC",单个应用独享:"SINGLE",多个应用共享:"MULTI")
|
|
|
*/
|
|
*/
|
|
|
- private String consumeType;
|
|
|
|
|
|
|
+ private String consumerType;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 推送方式类型
|
|
* 推送方式类型
|
|
@@ -198,12 +198,12 @@ public class MessageModel{
|
|
|
this.producerApp = producerApp;
|
|
this.producerApp = producerApp;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public String getConsumeType() {
|
|
|
|
|
- return consumeType;
|
|
|
|
|
|
|
+ public String getConsumerType() {
|
|
|
|
|
+ return consumerType;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public void setConsumeType(String consumeType) {
|
|
|
|
|
- this.consumeType = consumeType;
|
|
|
|
|
|
|
+ public void setConsumerType(String consumerType) {
|
|
|
|
|
+ this.consumerType = consumerType;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public String getSmsType() {
|
|
public String getSmsType() {
|