修改部分備注的業績為績效

This commit is contained in:
wulin 2020-09-01 14:36:00 +08:00
parent fcd11f88f5
commit 13abad6d73
5 changed files with 8 additions and 8 deletions

View File

@ -26,7 +26,7 @@ import java.util.List;
/**
* 绩记录表
* 记录表
*
* @author zgh
* @email zgh@ldxinyong.com

View File

@ -15,7 +15,7 @@ public class ResultDetailResp {
private Date gmtCreate;
//最后修改时间
private Date gmtModified;
//12文化价值观
//12文化价值观
private Integer type;
//考核维度
private String checkRange;

View File

@ -15,7 +15,7 @@ public class ResultDetailReq {
private Date gmtCreate;
//最后修改时间
private Date gmtModified;
//12文化价值观
//12文化价值观
private Integer type;
//目标
private String target;

View File

@ -1,7 +1,7 @@
package com.lz.modules.sys.dao.app;
/**
* <p>
* 绩评论表 服务类
* 评论表 服务类
* </p>
*
* @author quyixiao

View File

@ -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;
//12文化价值观
//12文化价值观
private Integer type;
//目标
private String target;
@ -113,14 +113,14 @@ public class ResultDetail implements java.io.Serializable {
}
/**
* 12文化价值观
* 12文化价值观
* @return
*/
public Integer getType() {
return type;
}
/**
* 12文化价值观
* 12文化价值观
* @param type
*/
public void setType(Integer type) {