Commit f7a55220 authored by wangqiang's avatar wangqiang

采购计划与doc文档关系是小版本与小版本

parent 8b73df52
...@@ -48,8 +48,8 @@ import com.yonde.dex.basedata.entity.users.DxUserVO; ...@@ -48,8 +48,8 @@ import com.yonde.dex.basedata.entity.users.DxUserVO;
@EqualsAndHashCode(callSuper = true) @EqualsAndHashCode(callSuper = true)
@Data @Data
@ToString(callSuper = true) @ToString(callSuper = true)
@DexTypeVersionProp(propName = "target", join = @VersionProperty(curVersion = VersionRelationType.NONE, refVersion = VersionRelationType.VERSION)) @DexTypeVersionProp(propName = "target", join = @VersionProperty(curVersion = VersionRelationType.NONE, refVersion = VersionRelationType.ITERATION))
@DexTypeVersionProp(propName = "source", join = @VersionProperty(curVersion = VersionRelationType.NONE, refVersion = VersionRelationType.VERSION)) @DexTypeVersionProp(propName = "source", join = @VersionProperty(curVersion = VersionRelationType.NONE, refVersion = VersionRelationType.ITERATION))
public class ExtPurchasePlanDocLinkVO extends IdOnlyVO implements IdVO ,DxLinkDataVOHolder<ExtPuchasePlanAttributeVO, DxDocumentVO>{ public class ExtPurchasePlanDocLinkVO extends IdOnlyVO implements IdVO ,DxLinkDataVOHolder<ExtPuchasePlanAttributeVO, DxDocumentVO>{
public static final String DX_ID_EMBEDDABLE_PROP_NAME = "dxIdEmbeddable"; public static final String DX_ID_EMBEDDABLE_PROP_NAME = "dxIdEmbeddable";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment