|
@@ -138,4 +138,6 @@ public class OrderQueryBo extends BaseEntity {
|
|
/** 旧机构ID */
|
|
/** 旧机构ID */
|
|
@ApiModelProperty("旧机构ID")
|
|
@ApiModelProperty("旧机构ID")
|
|
private String oldInstitutionId;
|
|
private String oldInstitutionId;
|
|
|
|
+ @ApiModelProperty("旧客户ID")
|
|
|
|
+ private String oldCustomerId;
|
|
}
|
|
}
|