Commit 2125cf2e531e3af1950fc5fb5a75b6f583fa9cac

Authored by yeqianyong
2 parents 8f66681e 4b299d32

Merge remote-tracking branch 'origin/master_0929' into master_0929

... ... @@ -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 = "是否已完成锁价/锁规")
... ...