This website works better with JavaScript.
Home
Help
Sign In
free-sun
/
HumanResource
Watch
18
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
人力资源
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
317
Commits
1
Branch
0
Tags
10 MiB
Tree:
00e24b02d5
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '00e24b02d5'
${ noResults }
HumanResource
/
doc
/
scripts
/
PEP V3.4.0
/
01 update_member-grade_poin...
2 lines
98 B
Raw
Normal View
History
(*)人资员工信息表增加绩点grade_point字段
2 years ago
alter
table
member
add
grade_point
varchar
(
32
)
;
comment
on
column
member
.
grade_point
is
'
绩点
'
;