This website requires JavaScript.
Explore
Help
Register
Sign In
Bunny-Cli
/
CSharp-Single-EFCore
Watch
1
Star
0
Fork
You've already forked CSharp-Single-EFCore
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e967131af6
CSharp-Single-EFCore
/
Bunny.Service
/
IService
/
IBaseService.cs
6 lines
95 B
C#
Raw
Normal View
History
Unescape
Escape
:recycle: feat(修改): 返回方式;表单验证字段;数据库自动填充字段
2024-08-30 16:08:08 +08:00
namespace
Bunny.Service.IService
;
:sparkles: feat(init): init
2024-08-08 22:23:36 +08:00
public
interface
IBaseService
{
string
TestIndex
(
)
;
}