This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
GitHub
/
SqlSugar
Watch
6
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
SqlSugar源码
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.
5282
Commits
2
Branches
1
Tag
29 MiB
Tree:
dc00b728bf
SqlSugar5
master
ORM
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'dc00b728bf'
${ noResults }
SqlSugar
/
Src
/
Asp.Net
/
DmTest
/
Models
/
Student.cs
7 lines
97 B
Raw
Normal View
History
Add Dm 达梦数据库
4 years ago
namespace
OrmTest
{
public
class
Student
{
public
int
Id
{
get
;
set
;
}
}
}