采运销关联
This commit is contained in:
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user