|
@ -97,4 +97,6 @@ public class FinPaymentrecordVo implements Vo { |
|
|
private String payWayValue; |
|
|
private String payWayValue; |
|
|
@ApiModelProperty("批量处理编码") |
|
|
@ApiModelProperty("批量处理编码") |
|
|
private String batchNumber; |
|
|
private String batchNumber; |
|
|
|
|
|
@ApiModelProperty("推送财务数据类型(0付款单,1凭证)") |
|
|
|
|
|
private Integer finDataType; |
|
|
} |
|
|
} |
|
|