@ -8,9 +8,9 @@ import java.math.BigDecimal;
/ * *
/ * *
* 组织 com 顶级模块 xm 大模块 core 小模块 < br >
* 组织 com 顶级模块 xm 大模块 core 小模块 < br >
* 实体 XmProject所有属性名 : < br >
* 实体 XmProject所有属性名 : < br >
* id , code , name , xmType , startTime , endTime , urgent , priority , description , createUserid , createUsername , createTime , assess , assessRemarks , status , branchId , planTotalCost , bizProcInstId , bizFlowState , planNouserAt , planInnerUserAt , planOutUserAt , locked , baseTime , baseRemark , baselineId , planWorkload , totalReceivables , budgetMarginRate , contractAmt , planInnerUserPrice , planOutUserPrice , planOutUserCnt , planInnerUserCnt , planWorkingHours , taxRate , planInnerUserWorkload , planOutUserWorkload , fromTplId , budgetCtrl , deptid , showOut , isTpl ; < br >
* id , code , name , xmType , startTime , endTime , urgent , priority , description , createUserid , createUsername , createTime , assess , assessRemarks , status , branchId , planTotalCost , bizProcInstId , bizFlowState , planNouserAt , planInnerUserAt , planOutUserAt , locked , baseTime , baseRemark , baselineId , planWorkload , totalReceivables , budgetMarginRate , contractAmt , planInnerUserPrice , planOutUserPrice , planOutUserCnt , planInnerUserCnt , planWorkingHours , taxRate , planInnerUserWorkload , planOutUserWorkload , fromTplId , budgetCtrl , deptid , showOut , isTpl , pmUserid , pmUsername , assUserid , assUsername , admUserid , admUsername ; < br >
* 表 xm_project xm_project的所有字段名 : < br >
* 表 xm_project xm_project的所有字段名 : < br >
* id , code , name , xm_type , start_time , end_time , urgent , priority , description , create_userid , create_username , create_time , assess , assess_remarks , status , branch_id , plan_total_cost , biz_proc_inst_id , biz_flow_state , plan_nouser_at , plan_inner_user_at , plan_out_user_at , locked , base_time , base_remark , baseline_id , plan_workload , total_receivables , budget_margin_rate , contract_amt , plan_inner_user_price , plan_out_user_price , plan_out_user_cnt , plan_inner_user_cnt , plan_working_hours , tax_rate , plan_inner_user_workload , plan_out_user_workload , from_tpl_id , budget_ctrl , deptid , show_out , is_tpl ; < br >
* id , code , name , xm_type , start_time , end_time , urgent , priority , description , create_userid , create_username , create_time , assess , assess_remarks , status , branch_id , plan_total_cost , biz_proc_inst_id , biz_flow_state , plan_nouser_at , plan_inner_user_at , plan_out_user_at , locked , base_time , base_remark , baseline_id , plan_workload , total_receivables , budget_margin_rate , contract_amt , plan_inner_user_price , plan_out_user_price , plan_out_user_cnt , plan_inner_user_cnt , plan_working_hours , tax_rate , plan_inner_user_workload , plan_out_user_workload , from_tpl_id , budget_ctrl , deptid , show_out , is_tpl , pm_userid , pm_username , ass_userid , ass_username , adm_userid , adm_username ; < br >
* 当前主键 ( 包括多主键 ) : < br >
* 当前主键 ( 包括多主键 ) : < br >
* id ; < br >
* id ; < br >
* /
* /
@ -62,16 +62,7 @@ public class XmProject implements java.io.Serializable {
@ApiModelProperty ( notes = "考核备注" , allowEmptyValue = true , example = "" , allowableValues = "" )
@ApiModelProperty ( notes = "考核备注" , allowEmptyValue = true , example = "" , allowableValues = "" )
String assessRemarks ;
String assessRemarks ;
@ApiModelProperty ( notes = "项目状态,0|初始\n" +
"1|售前\n" +
"2|立项中\n" +
"3|实施中\n" +
"4|暂停中\n" +
"5|结项中\n" +
"6|已结项\n" +
"7|售后\n" +
"8|已完成\n" +
"9|已关闭" , allowEmptyValue = true , example = "" , allowableValues = "" )
@ApiModelProperty ( notes = "0|初始" , allowEmptyValue = true , example = "" , allowableValues = "" )
String status ;
String status ;
@ApiModelProperty ( notes = "机构编号" , allowEmptyValue = true , example = "" , allowableValues = "" )
@ApiModelProperty ( notes = "机构编号" , allowEmptyValue = true , example = "" , allowableValues = "" )
@ -86,13 +77,13 @@ public class XmProject implements java.io.Serializable {
@ApiModelProperty ( notes = "当前流程状态0初始1审批中2审批通过3审批不通过4流程取消或者删除" , allowEmptyValue = true , example = "" , allowableValues = "" )
@ApiModelProperty ( notes = "当前流程状态0初始1审批中2审批通过3审批不通过4流程取消或者删除" , allowEmptyValue = true , example = "" , allowableValues = "" )
String bizFlowState ;
String bizFlowState ;
@ApiModelProperty ( notes = "非人力成本总预算-应该大于或等于计划非人力总成本" , allowEmptyValue = true , example = "" , allowableValues = "" )
@ApiModelProperty ( notes = "非人力成本总预算-应该大于或等于阶段 计划非人力总成本" , allowEmptyValue = true , example = "" , allowableValues = "" )
BigDecimal planNouserAt ;
BigDecimal planNouserAt ;
@ApiModelProperty ( notes = "内部人力成本总预算-应该大于或等于计划内部人力总成本" , allowEmptyValue = true , example = "" , allowableValues = "" )
@ApiModelProperty ( notes = "内部人力成本总预算-应该大于或等于阶段 计划内部人力总成本" , allowEmptyValue = true , example = "" , allowableValues = "" )
BigDecimal planInnerUserAt ;
BigDecimal planInnerUserAt ;
@ApiModelProperty ( notes = "外购人力成本总预算-应该大于或等于计划外购人力总成本" , allowEmptyValue = true , example = "" , allowableValues = "" )
@ApiModelProperty ( notes = "外购人力成本总预算-应该大于或等于阶段 计划外购人力总成本" , allowEmptyValue = true , example = "" , allowableValues = "" )
BigDecimal planOutUserAt ;
BigDecimal planOutUserAt ;
@ApiModelProperty ( notes = "是否锁定整个项目不允许变化0否1是" , allowEmptyValue = true , example = "" , allowableValues = "" )
@ApiModelProperty ( notes = "是否锁定整个项目不允许变化0否1是" , allowEmptyValue = true , example = "" , allowableValues = "" )
@ -107,7 +98,7 @@ public class XmProject implements java.io.Serializable {
@ApiModelProperty ( notes = "基线主键" , allowEmptyValue = true , example = "" , allowableValues = "" )
@ApiModelProperty ( notes = "基线主键" , allowEmptyValue = true , example = "" , allowableValues = "" )
String baselineId ;
String baselineId ;
@ApiModelProperty ( notes = "总预算工作量-应该大于或等于计划总工作量" , allowEmptyValue = true , example = "" , allowableValues = "" )
@ApiModelProperty ( notes = "总预算工作量-应该大于或等于阶段 计划总工作量" , allowEmptyValue = true , example = "" , allowableValues = "" )
BigDecimal planWorkload ;
BigDecimal planWorkload ;
@ApiModelProperty ( notes = "总预计收款金额" , allowEmptyValue = true , example = "" , allowableValues = "" )
@ApiModelProperty ( notes = "总预计收款金额" , allowEmptyValue = true , example = "" , allowableValues = "" )
@ -137,10 +128,10 @@ public class XmProject implements java.io.Serializable {
@ApiModelProperty ( notes = "税率" , allowEmptyValue = true , example = "" , allowableValues = "" )
@ApiModelProperty ( notes = "税率" , allowEmptyValue = true , example = "" , allowableValues = "" )
BigDecimal taxRate ;
BigDecimal taxRate ;
@ApiModelProperty ( notes = "内部人力总工作量-应该大于或等于计划内部人力总成本" , allowEmptyValue = true , example = "" , allowableValues = "" )
@ApiModelProperty ( notes = "内部人力总工作量-应该大于或等于阶段 计划内部人力总成本" , allowEmptyValue = true , example = "" , allowableValues = "" )
BigDecimal planInnerUserWorkload ;
BigDecimal planInnerUserWorkload ;
@ApiModelProperty ( notes = "外购人力总工作量-应该大于或等于计划外购人力总成本" , allowEmptyValue = true , example = "" , allowableValues = "" )
@ApiModelProperty ( notes = "外购人力总工作量-应该大于或等于阶段 计划外购人力总成本" , allowEmptyValue = true , example = "" , allowableValues = "" )
BigDecimal planOutUserWorkload ;
BigDecimal planOutUserWorkload ;
@ApiModelProperty ( notes = "关联模板编号" , allowEmptyValue = true , example = "" , allowableValues = "" )
@ApiModelProperty ( notes = "关联模板编号" , allowEmptyValue = true , example = "" , allowableValues = "" )
@ -158,6 +149,24 @@ public class XmProject implements java.io.Serializable {
@ApiModelProperty ( notes = "是否为模板" , allowEmptyValue = true , example = "" , allowableValues = "" )
@ApiModelProperty ( notes = "是否为模板" , allowEmptyValue = true , example = "" , allowableValues = "" )
String isTpl ;
String isTpl ;
@ApiModelProperty ( notes = "项目经理编号" , allowEmptyValue = true , example = "" , allowableValues = "" )
String pmUserid ;
@ApiModelProperty ( notes = "项目经理名称" , allowEmptyValue = true , example = "" , allowableValues = "" )
String pmUsername ;
@ApiModelProperty ( notes = "助理、副经理编号" , allowEmptyValue = true , example = "" , allowableValues = "" )
String assUserid ;
@ApiModelProperty ( notes = "助理、副经理姓名" , allowEmptyValue = true , example = "" , allowableValues = "" )
String assUsername ;
@ApiModelProperty ( notes = "主管领导编号" , allowEmptyValue = true , example = "" , allowableValues = "" )
String admUserid ;
@ApiModelProperty ( notes = "主管领导姓名" , allowEmptyValue = true , example = "" , allowableValues = "" )
String admUsername ;
/**项目编号**/
/**项目编号**/
public XmProject ( String id ) {
public XmProject ( String id ) {
this . id = id ;
this . id = id ;
@ -252,17 +261,7 @@ public class XmProject implements java.io.Serializable {
this . assessRemarks = assessRemarks ;
this . assessRemarks = assessRemarks ;
}
}
/ * *
/ * *
* 项目状态 ,
* 0 | 初始
* 0 | 初始
* 1 | 售前
* 2 | 立项中
* 3 | 实施中
* 4 | 暂停中
* 5 | 结项中
* 6 | 已结项
* 7 | 售后
* 8 | 已完成
* 9 | 已关闭
* * /
* * /
public void setStatus ( String status ) {
public void setStatus ( String status ) {
this . status = status ;
this . status = status ;
@ -292,19 +291,19 @@ public class XmProject implements java.io.Serializable {
this . bizFlowState = bizFlowState ;
this . bizFlowState = bizFlowState ;
}
}
/ * *
/ * *
* 非人力成本总预算 - 应该大于或等于计划非人力总成本
* 非人力成本总预算 - 应该大于或等于阶段 计划非人力总成本
* * /
* * /
public void setPlanNouserAt ( BigDecimal planNouserAt ) {
public void setPlanNouserAt ( BigDecimal planNouserAt ) {
this . planNouserAt = planNouserAt ;
this . planNouserAt = planNouserAt ;
}
}
/ * *
/ * *
* 内部人力成本总预算 - 应该大于或等于计划内部人力总成本
* 内部人力成本总预算 - 应该大于或等于阶段 计划内部人力总成本
* * /
* * /
public void setPlanInnerUserAt ( BigDecimal planInnerUserAt ) {
public void setPlanInnerUserAt ( BigDecimal planInnerUserAt ) {
this . planInnerUserAt = planInnerUserAt ;
this . planInnerUserAt = planInnerUserAt ;
}
}
/ * *
/ * *
* 外购人力成本总预算 - 应该大于或等于计划外购人力总成本
* 外购人力成本总预算 - 应该大于或等于阶段 计划外购人力总成本
* * /
* * /
public void setPlanOutUserAt ( BigDecimal planOutUserAt ) {
public void setPlanOutUserAt ( BigDecimal planOutUserAt ) {
this . planOutUserAt = planOutUserAt ;
this . planOutUserAt = planOutUserAt ;
@ -334,7 +333,7 @@ public class XmProject implements java.io.Serializable {
this . baselineId = baselineId ;
this . baselineId = baselineId ;
}
}
/ * *
/ * *
* 总预算工作量 - 应该大于或等于计划总工作量
* 总预算工作量 - 应该大于或等于阶段 计划总工作量
* * /
* * /
public void setPlanWorkload ( BigDecimal planWorkload ) {
public void setPlanWorkload ( BigDecimal planWorkload ) {
this . planWorkload = planWorkload ;
this . planWorkload = planWorkload ;
@ -394,13 +393,13 @@ public class XmProject implements java.io.Serializable {
this . taxRate = taxRate ;
this . taxRate = taxRate ;
}
}
/ * *
/ * *
* 内部人力总工作量 - 应该大于或等于计划内部人力总成本
* 内部人力总工作量 - 应该大于或等于阶段 计划内部人力总成本
* * /
* * /
public void setPlanInnerUserWorkload ( BigDecimal planInnerUserWorkload ) {
public void setPlanInnerUserWorkload ( BigDecimal planInnerUserWorkload ) {
this . planInnerUserWorkload = planInnerUserWorkload ;
this . planInnerUserWorkload = planInnerUserWorkload ;
}
}
/ * *
/ * *
* 外购人力总工作量 - 应该大于或等于计划外购人力总成本
* 外购人力总工作量 - 应该大于或等于阶段 计划外购人力总成本
* * /
* * /
public void setPlanOutUserWorkload ( BigDecimal planOutUserWorkload ) {
public void setPlanOutUserWorkload ( BigDecimal planOutUserWorkload ) {
this . planOutUserWorkload = planOutUserWorkload ;
this . planOutUserWorkload = planOutUserWorkload ;
@ -435,6 +434,42 @@ public class XmProject implements java.io.Serializable {
public void setIsTpl ( String isTpl ) {
public void setIsTpl ( String isTpl ) {
this . isTpl = isTpl ;
this . isTpl = isTpl ;
}
}
/ * *
* 项目经理编号
* * /
public void setPmUserid ( String pmUserid ) {
this . pmUserid = pmUserid ;
}
/ * *
* 项目经理名称
* * /
public void setPmUsername ( String pmUsername ) {
this . pmUsername = pmUsername ;
}
/ * *
* 助理 、 副经理编号
* * /
public void setAssUserid ( String assUserid ) {
this . assUserid = assUserid ;
}
/ * *
* 助理 、 副经理姓名
* * /
public void setAssUsername ( String assUsername ) {
this . assUsername = assUsername ;
}
/ * *
* 主管领导编号
* * /
public void setAdmUserid ( String admUserid ) {
this . admUserid = admUserid ;
}
/ * *
* 主管领导姓名
* * /
public void setAdmUsername ( String admUsername ) {
this . admUsername = admUsername ;
}
/ * *
/ * *
* 项目编号
* 项目编号
@ -521,17 +556,7 @@ public class XmProject implements java.io.Serializable {
return this . assessRemarks ;
return this . assessRemarks ;
}
}
/ * *
/ * *
* 项目状态 ,
* 0 | 初始
* 0 | 初始
* 1 | 售前
* 2 | 立项中
* 3 | 实施中
* 4 | 暂停中
* 5 | 结项中
* 6 | 已结项
* 7 | 售后
* 8 | 已完成
* 9 | 已关闭
* * /
* * /
public String getStatus ( ) {
public String getStatus ( ) {
return this . status ;
return this . status ;
@ -561,19 +586,19 @@ public class XmProject implements java.io.Serializable {
return this . bizFlowState ;
return this . bizFlowState ;
}
}
/ * *
/ * *
* 非人力成本总预算 - 应该大于或等于计划非人力总成本
* 非人力成本总预算 - 应该大于或等于阶段 计划非人力总成本
* * /
* * /
public BigDecimal getPlanNouserAt ( ) {
public BigDecimal getPlanNouserAt ( ) {
return this . planNouserAt ;
return this . planNouserAt ;
}
}
/ * *
/ * *
* 内部人力成本总预算 - 应该大于或等于计划内部人力总成本
* 内部人力成本总预算 - 应该大于或等于阶段 计划内部人力总成本
* * /
* * /
public BigDecimal getPlanInnerUserAt ( ) {
public BigDecimal getPlanInnerUserAt ( ) {
return this . planInnerUserAt ;
return this . planInnerUserAt ;
}
}
/ * *
/ * *
* 外购人力成本总预算 - 应该大于或等于计划外购人力总成本
* 外购人力成本总预算 - 应该大于或等于阶段 计划外购人力总成本
* * /
* * /
public BigDecimal getPlanOutUserAt ( ) {
public BigDecimal getPlanOutUserAt ( ) {
return this . planOutUserAt ;
return this . planOutUserAt ;
@ -603,7 +628,7 @@ public class XmProject implements java.io.Serializable {
return this . baselineId ;
return this . baselineId ;
}
}
/ * *
/ * *
* 总预算工作量 - 应该大于或等于计划总工作量
* 总预算工作量 - 应该大于或等于阶段 计划总工作量
* * /
* * /
public BigDecimal getPlanWorkload ( ) {
public BigDecimal getPlanWorkload ( ) {
return this . planWorkload ;
return this . planWorkload ;
@ -663,13 +688,13 @@ public class XmProject implements java.io.Serializable {
return this . taxRate ;
return this . taxRate ;
}
}
/ * *
/ * *
* 内部人力总工作量 - 应该大于或等于计划内部人力总成本
* 内部人力总工作量 - 应该大于或等于阶段 计划内部人力总成本
* * /
* * /
public BigDecimal getPlanInnerUserWorkload ( ) {
public BigDecimal getPlanInnerUserWorkload ( ) {
return this . planInnerUserWorkload ;
return this . planInnerUserWorkload ;
}
}
/ * *
/ * *
* 外购人力总工作量 - 应该大于或等于计划外购人力总成本
* 外购人力总工作量 - 应该大于或等于阶段 计划外购人力总成本
* * /
* * /
public BigDecimal getPlanOutUserWorkload ( ) {
public BigDecimal getPlanOutUserWorkload ( ) {
return this . planOutUserWorkload ;
return this . planOutUserWorkload ;
@ -704,5 +729,41 @@ public class XmProject implements java.io.Serializable {
public String getIsTpl ( ) {
public String getIsTpl ( ) {
return this . isTpl ;
return this . isTpl ;
}
}
/ * *
* 项目经理编号
* * /
public String getPmUserid ( ) {
return this . pmUserid ;
}
/ * *
* 项目经理名称
* * /
public String getPmUsername ( ) {
return this . pmUsername ;
}
/ * *
* 助理 、 副经理编号
* * /
public String getAssUserid ( ) {
return this . assUserid ;
}
/ * *
* 助理 、 副经理姓名
* * /
public String getAssUsername ( ) {
return this . assUsername ;
}
/ * *
* 主管领导编号
* * /
public String getAdmUserid ( ) {
return this . admUserid ;
}
/ * *
* 主管领导姓名
* * /
public String getAdmUsername ( ) {
return this . admUsername ;
}
}
}