|
|
@ -28,5 +28,9 @@ public class DingSendBatchRequestModel {
|
|
|
|
private String content;
|
|
|
|
private String content;
|
|
|
|
@ApiModelProperty(value ="项目类型(默认andon)" , access ="项目类型(默认andon)")
|
|
|
|
@ApiModelProperty(value ="项目类型(默认andon)" , access ="项目类型(默认andon)")
|
|
|
|
private String softType = "andon";
|
|
|
|
private String softType = "andon";
|
|
|
|
|
|
|
|
@ApiModelProperty(value ="按钮名称" , access ="按钮名称")
|
|
|
|
|
|
|
|
private String buttonName ;
|
|
|
|
|
|
|
|
@ApiModelProperty(value ="按钮跳转url" , access ="按钮跳转url")
|
|
|
|
|
|
|
|
private String buttonUrl;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|