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