This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SCP
/
SCPBJBQ
Watch
7
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.
6
Commits
1
Branch
0
Tags
88 MiB
Tree:
e46c42bf03
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e46c42bf03'
${ noResults }
SCPBJBQ
/
北京北汽
/
Models
/
AppBoxEntity
/
IKeyID.cs
8 lines
113 B
Raw
Normal View
History
北京北汽
1 year ago
namespace
CK.SCP.Models.AppBoxEntity
{
public
interface
IKeyID
{
int
ID
{
get
;
set
;
}
}
}