修改消息xml的req请求参数

This commit is contained in:
2025-02-27 16:58:57 +08:00
parent 0c36f27726
commit c3b8f5bf89
9 changed files with 75 additions and 17 deletions

View File

@ -163,4 +163,7 @@ public class WgzPayCalculation implements Serializable {
@ApiModelProperty("备注")
private String remark;
@ApiModelProperty("结算截止时间(后端用来判断最后一次结算的终止时间)")
private LocalDate cutOffTime;
}