zoukankan      html  css  js  c++  java
  • 绩效考核系统

     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
  • 相关阅读:
    杭电ACM1.2.6 Decimal System
    杭电ACM1.2.7 GPA
    taro hook 倒计时setTimeout版
    taro hook 倒计时setInterval版
    Vuecli3内存溢出解决方案记录
    哈希
    hashmap和hashtable区别
    HashMap[转]
    JAVA中List、Map、Set
    C++和MATLAB混合编程DLL篇[转]
  • 原文地址:https://www.cnblogs.com/ailanglang/p/6729864.html
Copyright © 2011-2022 走看看