Skip to content

Commit

Permalink
🎨 优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed May 11, 2022
1 parent 7e96d6a commit 858a3b9
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -774,11 +774,10 @@ public static class Detail implements Serializable {

/**
* 节点分支审批人审批意见附件,赋值为media_id具体使用请参考:文档-获取临时素材
* TODO 居然可以返回多个,坑爹的,暂时屏蔽注解以免报错,有兴趣挑战的,尽管把代码砸过来吧!
* 请先通过allFieldsMap解析需要的参数!
*/
// @XStreamAlias("Attach")
private String attach;
@XStreamAlias("Attach")
@XStreamImplicit
private List<String> attach;
}

/**
Expand Down

0 comments on commit 858a3b9

Please sign in to comment.