Commit 4b299d320a5b9b17aeffd91461e78ada5fa352aa

Authored by 杨鸣坤
1 parent b7229ff8

楚江ERP:父合同id回显

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