Commit a2510df7 authored by wangyangyang's avatar wangyangyang

设计评审:计划意见后续勾选版本,与自建属性编号和备注重复

parent da4391d6
......@@ -68,8 +68,7 @@ public class ExtReviewFeedbackVO extends IdOnlyVO implements DxIterationVOHolder
public static final String DX_ITERATION_EMBEDDABLE_PROP_NAME = "dxIterationEmbeddable";
public static final String DX_SECRET_EMBEDDABLE_PROP_NAME = "dxSecretEmbeddable";
public static final String EXT_REVIEW_MINUTES_FEEDBACK_LINKS_PROP_NAME = "extReviewMInutesFeedbackLinks";
public static final String NOTE_PROP_NAME = "note";
public static final String NUMBER_PROP_NAME = "number";
public static final String OPINION_REPLY_PROP_NAME = "opinionReply";
public static final String PLAN_COMPLATE_TIME_PROP_NAME = "planComplateTime";
public static final String PLAN_FINISH_TIME_PROP_NAME = "planFinishTime";
......@@ -139,15 +138,7 @@ public class ExtReviewFeedbackVO extends IdOnlyVO implements DxIterationVOHolder
@VersionProperty(curVersion = VersionRelationType.NONE, refVersion = VersionRelationType.NONE)
private List<ExtReviewMInutesFeedbackLinkVO> extReviewMInutesFeedbackLinks;
/**
* 备注
*/
private String note;
/**
* 编号
*/
private String number;
/**
* 意见答复
......
......@@ -94,14 +94,7 @@ public class ExtReviewFeedback extends IdOnlyEntity implements DxContextHolder ,
@DexEmbedded()
@Embedded()
private DxSecretEmbeddable dxSecretEmbeddable;
/**
* 备注
*/
private String note;
/**
* 编号
*/
private String number;
/**
* 意见答复
*/
......
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