- 用法:
- using DbCommon.Enties.DbModels;
- using DbCommon.BusinessCore.BaseCore;
- LocationPropertyManager locationPropertyManager = new LocationPropertyManager();
- var dataList = locationPropertyManager.GetList();
- XML配置文件:
- 程序目录\PMS\Config\DbCommonConfig.xml
- SqlSugar文档:
- https://www.donet5.com/Home/Doc
- https://github.com/donet5/SqlSugar
|