You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
BookingHeChuan/Myshipping.Application
wanghaomei c5d87080c4 VGM直发 2 years ago
..
ConfigOption 文件保存相关修改 2 years ago
EDI 新增订舱和截单EDI方法 2 years ago
Entity Merge branch 'master' of http://60.209.125.238:13080/whm/BookingHeChuan 2 years ago
Enum 直发VGM 2 years ago
Service VGM直发 2 years ago
Myshipping.Application.csproj 下货纸 2 years ago
Myshipping.Application.xml VGM直发 2 years ago
README.md 初始提交 2 years ago
Startup.cs 附件类型 2 years ago
applicationsettings.json 下货纸文件 2 years ago

README.md

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