lidongdong
2023-08-18 72a58422f6b0d4116b8ff7cdc8cf768b9e5b38e8
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/shop/WxPayNotifyOrderDTO.java
@@ -22,4 +22,10 @@
    @ApiModelProperty(value = "现金支付金额")
    private String cashFee;
    @ApiModelProperty(value = "支付返回参数信息")
    private String result;
    @ApiModelProperty(value = "支付附加数据")
    private String attach;
}