Commit be3c66be authored by wei's avatar wei 🎱

Merge remote-tracking branch 'origin/master'

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