Commit d27a4062 authored by 徐俊's avatar 徐俊

xujun

parent d8a66fb4
......@@ -206,6 +206,7 @@ public class ComProjectBasic extends BaseEntity {
@Length(max=36, message = "项目属性Id不能大于36")
private String projAttribute;
/** 备注 */
@ApiModelProperty(value = "备注", position = 38 )
@Length(max=65535, message = "备注不能大于65535")
......
......@@ -205,6 +205,7 @@ public class ComProjectBasicDTO extends BaseDTO {
@Length(max=36, message = "项目属性Id不能大于36")
private String projAttribute;
/** 备注 */
@ApiModelProperty(value = "备注", position = 38 )
@Length(max=65535, message = "备注不能大于65535")
......
......@@ -275,6 +275,7 @@ public class ComProjectDTO extends BaseDTO {
@Length(max=36, message = "项目属性Id不能大于36")
private String projAttribute;
/** 备注 */
@ApiModelProperty(value = "备注", position = 38 )
@Length(max=65535, message = "备注不能大于65535")
......
......@@ -15,6 +15,7 @@ public class ProjectKPIStatisticDTO extends BaseDTO {
private String projName;
private String appUnitName;
private Integer totalRowSpan; //总合并行数
private Integer outTarget; //一级指标(产出指标)
private Integer benefitTarget; //一级指标(效益指标)
......
......@@ -204,6 +204,7 @@ public class ComProjectBasicQueryVO extends PaginationVO{
@Length(max=36, message = "项目属性Id不能大于36")
private String projAttribute;
/** 备注 */
@ApiModelProperty(value = "备注", position = 38 )
@Length(max=65535, message = "备注不能大于65535")
......
......@@ -655,6 +655,7 @@ public class ComProjectServiceImpl extends BaseServiceImpl<ComProjectDAO, ComPro
// 单位科研项目及资金管理制度表
comProjectManagementRuleService.insertList(dto.getManagementRuleList(), id);
// // 项目安排及阶段目标
// comProjectStageGoalService.insertList(dto.getStageGoals(), id);
// // 成果形式
......
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