This website works better with JavaScript.
Explore
Help
Register
Sign In
yangshj
/
zhongwei
Watch
1
Star
0
Fork
You've already forked zhongwei
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.
532
Commits
1
Branch
0
Tags
204 MiB
Tree:
0c41504839
zhongwei
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '0c41504839'
${ noResults }
zhongwei
/
hzims-service
/
hzims-middle
/
src
/
main
/
resources
/
db
/
1.0.1.sql
1 line
115 B
Raw
Normal View
History
Unescape
Escape
新增工作流操作票
2 years ago
alter
table
hzims_workflow_operation_log
add
is_operation_log
tinyint
(
1
)
comment
'
0 正常日志 1 错误日志
'
;