绩效考核系统

 1 --绩效考核系统   数据库表
 2 
 3 select *from dbo.ACCOUNT
 4 select *from dbo.COMPANY
 5 select *from dbo.COMPLETERATE
 6 select *from dbo.DEPARTMENT
 7 select *from dbo.EMPLOYEE
 8 select *from dbo.EMPLOYEE_COMPLAINT
 9 select *from dbo.EMPLOYEE_EXAMINE
10 select *from dbo.EMPLOYEE_KPI
11 select *from dbo.EMPLOYEE_PROCESS
12 select *from dbo.EXAMINE
13 select *from dbo.EXAMINE_ADJUST
14 select *from dbo.EXAMINE_DATA
15 select *from dbo.EXAMINE_ITEM
16 select *from dbo.EXAMINEGROUP
17 select *from dbo.EXAMINEGROUP_ITEM
18 select *from dbo.EXPRESSION
19 select *from dbo.GROUP_PROGRAM
20 select *from dbo.IMPORT_KPIDATA
21 select *from dbo.IMPORT_ZMLDATA
22 select *from dbo.POSITION
23 select *from dbo.PROCESS
24 select *from dbo.PROGRAM
25 select *from dbo.TmpMainSet
26 select *from dbo.TmpMainSetAB
27 select *from dbo.USER_DEPARTMENT
28 select *from dbo.USER_PROCESS
29 select *from dbo.USER_PROGRAM
30 select *from dbo.USERGROUP
31 select *from dbo.USERINFO
32 select *from dbo.WEIGHTEDSCORE

 

posted @ 2017-04-18 20:41  Devoloper_Jack  阅读(524)  评论(0编辑  收藏  举报