This website works better with JavaScript
Home
Explore
Help
Register
Sign In
luocaiyang
/
StaffPerformance
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
13fa0c1d3c
Branches
Tags
master
StaffPerform...
/
wispro.sp.share
/
EnumType.cs
EnumType.cs
123 B
History
Raw
1
2
3
4
5
6
7
8
9
namespace wispro.sp.share
{
public enum jxType
{
doing =0,
all = 1,
finished = 4
}
}