Showing
1 changed file
with
6 additions
and
0 deletions
| ... | ... | @@ -174,6 +174,12 @@ public class QueryContractDistributorStandardBo extends BaseBo<ContractDistribut |
| 174 | 174 | private String shippingStatusName; |
| 175 | 175 | |
| 176 | 176 | /** |
| 177 | + * 父合同id | |
| 178 | + */ | |
| 179 | + @ApiModelProperty(value = "父合同id") | |
| 180 | + private String parentId; | |
| 181 | + | |
| 182 | + /** | |
| 177 | 183 | * 是否已完成锁价/锁规 |
| 178 | 184 | */ |
| 179 | 185 | @ApiModelProperty(value = "是否已完成锁价/锁规") | ... | ... |