Commit a16f9a18834f313fb82fbb2155dd9021a74879a2

Authored by 杨鸣坤
1 parent 33f4e34c

楚江ERP:发货状态,暂时定义字段

... ... @@ -161,6 +161,12 @@ public class QueryContractDistributorStandardBo extends BaseBo<ContractDistribut
161 161 @ApiModelProperty(value = "是否展示审核按钮")
162 162 private Boolean showExamine;
163 163
  164 + /**
  165 + * 发货状态
  166 + */
  167 + @ApiModelProperty(value = "发货状态")
  168 + private String shippingStatus;
  169 +
164 170 public QueryContractDistributorStandardBo() {
165 171
166 172 }
... ...