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

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 * @author zgh
* @email zgh@ldxinyong.com * @email zgh@ldxinyong.com

View File

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

View File

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

View File

@ -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

View File

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