修改部分備注的業績為績效
This commit is contained in:
parent
fcd11f88f5
commit
13abad6d73
@ -26,7 +26,7 @@ import java.util.List;
|
||||
|
||||
|
||||
/**
|
||||
* 业绩记录表
|
||||
* 绩效记录表
|
||||
*
|
||||
* @author zgh
|
||||
* @email zgh@ldxinyong.com
|
||||
|
||||
@ -15,7 +15,7 @@ public class ResultDetailResp {
|
||||
private Date gmtCreate;
|
||||
//最后修改时间
|
||||
private Date gmtModified;
|
||||
//1,业绩,2文化价值观
|
||||
//1,绩效,2文化价值观
|
||||
private Integer type;
|
||||
//考核维度
|
||||
private String checkRange;
|
||||
|
||||
@ -15,7 +15,7 @@ public class ResultDetailReq {
|
||||
private Date gmtCreate;
|
||||
//最后修改时间
|
||||
private Date gmtModified;
|
||||
//1,业绩,2文化价值观
|
||||
//1,绩效,2文化价值观
|
||||
private Integer type;
|
||||
//目标
|
||||
private String target;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
package com.lz.modules.sys.dao.app;
|
||||
/**
|
||||
* <p>
|
||||
* 业绩评论表 服务类
|
||||
* 绩效评论表 服务类
|
||||
* </p>
|
||||
*
|
||||
* @author quyixiao
|
||||
|
||||
@ -9,7 +9,7 @@ import java.util.Date;
|
||||
/**
|
||||
* <p>
|
||||
* 菜单权限表
|
||||
* </p>*业绩详情表
|
||||
* </p>*绩效详情表
|
||||
* @author quyixiao
|
||||
* @since 2020-08-28
|
||||
*/
|
||||
@ -26,7 +26,7 @@ public class ResultDetail implements java.io.Serializable {
|
||||
private Date gmtCreate;
|
||||
//最后修改时间
|
||||
private Date gmtModified;
|
||||
//1,业绩,2文化价值观
|
||||
//1,绩效,2文化价值观
|
||||
private Integer type;
|
||||
//目标
|
||||
private String target;
|
||||
@ -113,14 +113,14 @@ public class ResultDetail implements java.io.Serializable {
|
||||
}
|
||||
|
||||
/**
|
||||
* 1,业绩,2文化价值观
|
||||
* 1,绩效,2文化价值观
|
||||
* @return
|
||||
*/
|
||||
public Integer getType() {
|
||||
return type;
|
||||
}
|
||||
/**
|
||||
* 1,业绩,2文化价值观
|
||||
* 1,绩效,2文化价值观
|
||||
* @param type
|
||||
*/
|
||||
public void setType(Integer type) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user