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.
温天培 3ac56fa5c6
新增登录用户openID返回
2 years ago
..
Entity 新增余额输出 2 years ago
Enum 新增小程序一键支付 2 years ago
Help 修改微信回调和支付 2 years ago
Mapper 新增reids支持 2 years ago
Service 新增登录用户openID返回 2 years ago
GDZZ.Application.csproj TS 2 years ago
GDZZ.Application.xml 新增登录用户openID返回 2 years ago
Magic.Application.xml 新增招聘者求职者 2 years ago
README.md 新增招聘者求职者 2 years ago
Startup.cs 新增招聘者求职者 2 years ago
applicationsettings.json 新增招聘者求职者 2 years ago

README.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

1、原则上服务应该放在Application层次考虑将咱自己的业务层直接写在Application里面好些后续升级后咱大家直接升级就行了减少冲突 2、系统默认ORM为EF Core如果觉得不趁手可以自行更换 3、在此应用层默认集成了SqlSugar,其他ORM类同可以多个ORM并行开发熟悉哪个用哪个