|
@ -127,4 +127,6 @@ public class ScmVehRebateVo implements Vo { |
|
|
private String uploadState; // 上传状态
|
|
|
private String uploadState; // 上传状态
|
|
|
@ApiModelProperty("是否可以点击是否调整") |
|
|
@ApiModelProperty("是否可以点击是否调整") |
|
|
private Boolean adjustOrNot; |
|
|
private Boolean adjustOrNot; |
|
|
|
|
|
@ApiModelProperty("调整状态(1已调整0未调整)") |
|
|
|
|
|
private Integer adjustmentState; |
|
|
} |
|
|
} |
|
|