提交 22fe92fb authored 作者: aiqingguo's avatar aiqingguo

Merge branch 'v10.7_borrowing_and_repayment_20240118' into test

......@@ -19,7 +19,7 @@ public class PageOwnerLoanAccountWaterRecordOfOwnerParam extends PageParam {
private Long runningWaterNo;
@ApiModelProperty(value = "运单编号", example = "10000")
private String childNo;
@ApiModelProperty(value = "流水类型 70:运单核销 80:借款", example = "10")
@ApiModelProperty(value = "流水类型 80:借款 90:冻结 100:运单核销 110:解冻", example = "10")
private Integer runningWaterType;
}
\ No newline at end of file
......@@ -39,9 +39,9 @@ public class OwnerLoanAccountRunningWaterRecordVO {
private Long loanNo;
@ApiModelProperty(value = "运单编号", example = "100000")
private String childNo;
@ApiModelProperty(value = "流水类型 70:运单核销 80:借款", example = "10")
@ApiModelProperty(value = "流水类型 80:借款 90:冻结 100:运单核销 110:解冻", example = "10")
private Integer runningWaterType;
@ApiModelProperty(value = "流水类型 70:运单核销 80:借款", example = "10")
@ApiModelProperty(value = "流水类型 80:借款 90:冻结 100:运单核销 110:解冻", example = "10")
private String runningWaterTypeMsg;
public String getRunningWaterTypeMsg() {
return OwnerLoanAccountRunningWaterRecordEnum.RunWaterType.getMsgByCode(runningWaterType);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论