提交 40d8de60 authored 作者: 艾庆国's avatar 艾庆国

代码优化

上级 45504dd9
...@@ -42,11 +42,8 @@ public class OrderChildPoundInfoVO { ...@@ -42,11 +42,8 @@ public class OrderChildPoundInfoVO {
private Integer poundStatus; private Integer poundStatus;
@ApiModelProperty(value = "磅单审核驳回原因", example = "交货信息错误") @ApiModelProperty(value = "磅单审核驳回原因", example = "交货信息错误")
private String poundRemark; private String poundRemark;
@ApiModelProperty(value = "审核驳回类型:1装车 2卸车 3装车+卸车", example = "1") @ApiModelProperty(value = "磅单审核驳回类型:1装车 2卸车 3装车+卸车", example = "1")
private Integer poundRejectType; private Integer poundRejectType;
public Integer getPoundRejectType() {
return rejectType;
}
@ApiModelProperty(value = "状态", example = "0") @ApiModelProperty(value = "状态", example = "0")
private Integer status; private Integer status;
...@@ -57,8 +54,4 @@ public class OrderChildPoundInfoVO { ...@@ -57,8 +54,4 @@ public class OrderChildPoundInfoVO {
@ApiModelProperty(value = "卸车磅单图片列表") @ApiModelProperty(value = "卸车磅单图片列表")
private List<String> unloadImageList; private List<String> unloadImageList;
@JsonIgnore
@ApiModelProperty(value = "审核驳回类型:1装车 2卸车 3装车+卸车", example = "1", hidden = true)
private Integer rejectType;
} }
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论