提交 32169dab authored 作者: huyufan's avatar huyufan

bug处理

上级 f0ec324d
...@@ -17,10 +17,13 @@ import lombok.ToString; ...@@ -17,10 +17,13 @@ import lombok.ToString;
@ToString @ToString
public class PagePlatformMarginAccountParam extends PageParam { public class PagePlatformMarginAccountParam extends PageParam {
@ApiModelProperty(value="货主编码",example = "123")
private Long ownerUserNo;
@ApiModelProperty(value="流水编号",example = "201457878") @ApiModelProperty(value="流水编号",example = "201457878")
private String runningWaterNo; private String runningWaterNo;
@ApiModelProperty(value="流水类型",example = "12222222222") @ApiModelProperty(value="流水类型10:充值 20:冻结 30:解冻 40:提现冻结 50:提现成功 60:扣除 70:提现失败",example = "10")
private String runningWaterType; private String runningWaterType;
@ApiModelProperty(value="操作开始时间",example = "2020-01-01 10:10:10") @ApiModelProperty(value="操作开始时间",example = "2020-01-01 10:10:10")
......
...@@ -26,7 +26,7 @@ public class PagePlatformPrepaidFreightAccountParam extends PageParam { ...@@ -26,7 +26,7 @@ public class PagePlatformPrepaidFreightAccountParam extends PageParam {
@ApiModelProperty(value="运单编号",example = "201457878") @ApiModelProperty(value="运单编号",example = "201457878")
private String orderChildNo; private String orderChildNo;
@ApiModelProperty(value="流水类型",example = "12222222222") @ApiModelProperty(value="流水类型10:充值 20:冻结 30:解冻 40:提现冻结 50:提现成功 60:扣除 70:提现失败",example = "10")
private String runningWaterType; private String runningWaterType;
@ApiModelProperty(value="操作开始时间",example = "2020-01-01 10:10:10") @ApiModelProperty(value="操作开始时间",example = "2020-01-01 10:10:10")
......
...@@ -51,7 +51,7 @@ public class OwnerAccountRunningWaterRecordVO { ...@@ -51,7 +51,7 @@ public class OwnerAccountRunningWaterRecordVO {
/** /**
* 流水类型 * 流水类型
*/ */
@ApiModelProperty("流水类型") @ApiModelProperty("流水类型 10:充值 20:冻结 30:解冻 40:提现冻结 50:提现成功 60:扣除 70:提现失败")
private Integer runningWaterType; private Integer runningWaterType;
/** /**
* 订单ID * 订单ID
......
...@@ -63,7 +63,7 @@ public class OwnerRunningWaterRecord implements HasKey<Integer> { ...@@ -63,7 +63,7 @@ public class OwnerRunningWaterRecord implements HasKey<Integer> {
@TableField("relation_id") @TableField("relation_id")
private Long relationId; private Long relationId;
/** /**
* 流水类型 * 流水类型 10:充值 20:冻结 30:解冻 40:提现冻结 50:提现成功 60:扣除 70:提现失败
*/ */
@TableField("running_water_type") @TableField("running_water_type")
private Integer runningWaterType; private Integer runningWaterType;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论