mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🎨 #3859 【企业微信】审批详情接口增加总费用金额字段
This commit is contained in:
@@ -91,6 +91,12 @@ public class WxCpApprovalDetailResult implements Serializable {
|
||||
@SerializedName("comments")
|
||||
private List<WxCpApprovalComment> comments;
|
||||
|
||||
/**
|
||||
* 审批单据的总金额(单位:分),当审批单包含费用相关控件时返回
|
||||
*/
|
||||
@SerializedName("sum_money")
|
||||
private Long sumMoney;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user