年度计划
This commit is contained in:
@ -104,6 +104,6 @@ public class UpdateLngPlanYearDemandHdrEcDto implements Serializable {
|
||||
columns = {
|
||||
@LogJoinColumn(field = "id",relatedField = "pydhId", valueDirection = ValueDirectionType.RIGHT)
|
||||
},
|
||||
caseType = JoinCaseType.FULL, target = UpdateLngPlanYearDemandDto.class, type = JoinType.MANY)
|
||||
caseType = JoinCaseType.FULL, target = UpdateLngPlanYearDemandEcDto.class, type = JoinType.MANY)
|
||||
private List<UpdateLngPlanYearDemandEcDto> lngPlanYearDemandList;
|
||||
}
|
||||
|
||||
@ -28,6 +28,13 @@ public class LngPlanYearDemandHdrVo extends com.xjrsoft.common.model.base.BaseMo
|
||||
@ApiModelProperty("客户编码")
|
||||
private String cuCode;
|
||||
|
||||
/**
|
||||
* 客户编码
|
||||
*/
|
||||
@ApiModelProperty("客户名称")
|
||||
private String cuName;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 年度
|
||||
|
||||
Reference in New Issue
Block a user