Showing
1 changed file
with
6 additions
and
0 deletions
| ... | ... | @@ -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 | } | ... | ... |