zengh
2022-05-16 63ad2c3598400370dd7da5534659fd7e768a0a4a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
 
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <link rel="stylesheet" href="../style/personnel-information-management.css">
    <script src='../../lib/jquery.js'></script>
    <script src='../js/personnel-information-management.js'></script>
</head>
 
<body>
    <div class='personnel-information-management-box'>
        <div>
            <table>
                <tbody>
                    
                </tbody>
            </table>
        </div>
    </div>
</body>
 
</html>