采运销关联

This commit is contained in:
2026-04-03 15:54:15 +08:00
parent bee8df669e
commit b5c8061f29
5 changed files with 13 additions and 5 deletions

View File

@ -80,7 +80,7 @@ public class UpdateLngContractSalesPngPointDto extends BaseModel implements Seri
@ApiModelProperty("lngContractSalesPngPointPur子表")
@LogJoin(name = "lngContractSalesPngPointPur子表",
columns = {
@LogJoinColumn(field = "ksppId",relatedField = "id", valueDirection = ValueDirectionType.RIGHT)
@LogJoinColumn(field = "id",relatedField = "ksppId", valueDirection = ValueDirectionType.RIGHT)
},
caseType = JoinCaseType.FULL, target = UpdateLngContractSalesPngPointPurDto.class, type = JoinType.MANY)
private List<UpdateLngContractSalesPngPointPurDto> lngContractSalesPngPointPurList;

View File

@ -135,7 +135,7 @@ public class UpdateLngContractSalesPngPointPurDto implements Serializable {
@LogJoin(name = "lngContractSalesPngPointTrans子表",
columns = {
@LogJoinColumn(field = "ksppId",relatedField = "ksppId", valueDirection = ValueDirectionType.RIGHT),
@LogJoinColumn(field = "kspppId",relatedField = "id", valueDirection = ValueDirectionType.RIGHT)
@LogJoinColumn(field = "id",relatedField = "kspppId", valueDirection = ValueDirectionType.RIGHT)
},
caseType = JoinCaseType.FULL, target = UpdateLngContractSalesPngPointTransDto.class, type = JoinType.MANY)
private List<UpdateLngContractSalesPngPointTransDto> lngContractSalesPngPointTransList;

View File

@ -56,7 +56,7 @@ public class LngContractSalesPngPointTransVo extends com.xjrsoft.common.model.ba
@ApiModelProperty("资源上载点编码(lng_contract_sales_png_point_pur.point_up_code)")
private String pointUpCode;
private String pointUpName;
/**
* 自主托运(Y-是N-否缺省Y隐藏lng_contract_sales_png_point_pur.trans_sign)
*/