Commit 3fe363e0 authored by yanzg's avatar yanzg

设置打包时可以通过GIT查看源码

parent 85020677
package com.yanzuoguang.mq.vo.req; package com.yanzuoguang.mq.vo.req;
import com.yanzuoguang.util.helper.StringHelper;
import io.swagger.annotations.ApiModelProperty; import io.swagger.annotations.ApiModelProperty;
import java.util.HashMap; import java.util.HashMap;
...@@ -44,6 +45,13 @@ public class ServerMessageReqVo<T> extends ServerQueueReqVo { ...@@ -44,6 +45,13 @@ public class ServerMessageReqVo<T> extends ServerQueueReqVo {
@ApiModelProperty(notes = "最大次数,达到最大次数时,会停止重发。为0时,则默认为100") @ApiModelProperty(notes = "最大次数,达到最大次数时,会停止重发。为0时,则默认为100")
private int maxPos = 0; private int maxPos = 0;
/**
* 构造函数
*/
public ServerMessageReqVo() {
super(StringHelper.EMPTY);
}
/** /**
* 构造函数 * 构造函数
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment