feat(新增需求评审功能): 新增需求评审功能。

fix(产品需求、项目需求): 按照会议意见修改诸多细节。
fix(产品对象域的概览界面): 提供相应接口给前端。
This commit is contained in:
dk
2026-05-22 13:52:29 +08:00
parent 5caf3bbdc9
commit c9549bed46

View File

@@ -31,7 +31,7 @@ public class RequirementReviewDO extends BaseDO {
private Long operatorId; private Long operatorId;
/** /**
* 评审结论:1 通过,2 不通过。 * 评审结论:0 通过,1 不通过。
*/ */
private Integer conclusion; private Integer conclusion;