This website works better with JavaScript.
Home
Explore
Help
Sign In
M0117
/
gary_wms
Watch
1
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.
403
Commits
2
Branches
0
Tags
3.0 GiB
JavaScript
41.6%
PHP
41.4%
CSS
9.1%
Less
4.4%
HTML
2.1%
Other
1.3%
Tree:
e46b34d64b
gary
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e46b34d64b'
${ noResults }
gary_wms
/
workflow
/
interface
/
INode.php
8 lines
122 B
Raw
Blame
History
<
?
php
interface
INode
{
//获取节点的类型
public
function
getType
();
public
function
getNodeId
();
}
?>
Reference in new issue