Commit a3a3d4ee authored by codezwjava's avatar codezwjava

添加注释

parent ea2e7cd2
......@@ -106,19 +106,19 @@ public class OrderInfo {
private BigDecimal payment;
/**
* 返佣状态
* 返佣状态 0:未返佣 1: 返佣
*/
@ApiModelProperty(name = "rebateStatus", value = "返佣状态")
private Integer rebateStatus;
/**
* 当月订单处理状态
* 当月订单处理状态 0: 未处理 1:处理
*/
@ApiModelProperty(name = "monthOrderStatus", value = "当月订单处理状态")
private Integer monthOrderStatus;
/**
* 月度任务处理状态
* 月度任务处理状态 0:未处理 1:处理
*/
@ApiModelProperty(name = "rebateStatus", value = "月度任务处理状态")
private Integer monthlyTaskStatus;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment