Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center
Commits
891c29a2
Commit
891c29a2
authored
Apr 27, 2020
by
彭祥礼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加KPI管理类
parent
6aaf9cb7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
90 additions
and
0 deletions
+90
-0
common/src/main/java/com/winsun/bean/LzKpi.java
+90
-0
No files found.
common/src/main/java/com/winsun/bean/LzKpi.java
0 → 100644
View file @
891c29a2
package
com
.
winsun
.
bean
;
import
com.baomidou.mybatisplus.annotations.TableId
;
import
com.baomidou.mybatisplus.annotations.TableName
;
import
com.baomidou.mybatisplus.enums.IdType
;
import
lombok.Data
;
import
java.io.Serializable
;
/**
* 楼长KPI管理类
*
* @author xiangli
* @create 2020/4/27 11:28
*/
@Data
@TableName
(
"hhr_lz_kpi"
)
public
class
LzKpi
implements
Serializable
{
/**
*
*/
@TableId
(
value
=
"id"
,
type
=
IdType
.
AUTO
)
private
int
id
;
/**
*
*/
@TableId
(
value
=
"report_daily"
)
private
int
reportDaily
;
/**
*
*/
@TableId
(
value
=
"collective_sales"
)
private
int
collectiveSales
;
/**
*
*/
@TableId
(
value
=
"weekly_meeting"
)
private
int
weeklyMeeting
;
/**
*
*/
@TableId
(
value
=
"organ_training"
)
private
int
organTraining
;
/**
*
*/
@TableId
(
value
=
"design_plan"
)
private
int
designPlan
;
/**
*
*/
private
int
kpi
;
/**
*
*/
@TableId
(
value
=
"user_id"
)
private
String
userId
;
/**
*
*/
private
String
month
;
/**
*
*/
@TableId
(
value
=
"is_del"
)
private
String
isDel
;
/**
*
*/
private
String
sysuName
;
/**
*
*/
private
String
account
;
/**
*县分
*/
private
String
substName
;
/**
*
*/
private
int
universityId
;
/**
*
*/
private
String
universityName
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment