Readme.txt 363 B

12345678910111213
  1. 用法:
  2. using DbCommon.Enties.DbModels;
  3. using DbCommon.BusinessCore.BaseCore;
  4. LocationPropertyManager locationPropertyManager = new LocationPropertyManager();
  5. var dataList = locationPropertyManager.GetList();
  6. XML配置文件:
  7. 程序目录\PMS\Config\DbCommonConfig.xml
  8. SqlSugar文档:
  9. https://www.donet5.com/Home/Doc
  10. https://github.com/donet5/SqlSugar