项目进度分析
This commit is contained in:
parent
cdd004e235
commit
25e86ef4d6
|
|
@ -86,6 +86,8 @@ public class ProjectProgressNew extends BaseEntity {
|
|||
|
||||
private String delayPolicy;
|
||||
|
||||
private String analyzeResult;
|
||||
|
||||
private String month;
|
||||
|
||||
private String monthValue;
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<result property="keyPathFlag" column="key_path_flag" />
|
||||
<result property="delayStatus" column="delay_status" />
|
||||
<result property="delayPolicy" column="delay_policy" />
|
||||
<result property="analyzeResult" column="analyze_result" />
|
||||
<result property="createBy" column="create_by" />
|
||||
<result property="createTime" column="create_time" />
|
||||
<result property="updateBy" column="update_by" />
|
||||
|
|
@ -31,7 +32,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
select id, project_id, project_name, task_code, task_name, plan_start_time,
|
||||
plan_end_time, actual_start_time, actual_end_time, process_diff, total_effort,
|
||||
complete_effort, delay_actor, resource_match_status, key_path_flag,
|
||||
create_by, create_time, update_by, update_time, delay_status, delay_policy
|
||||
create_by, create_time, update_by, update_time, delay_status, delay_policy, analyze_result
|
||||
from tb_project_progress_new
|
||||
</sql>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue