ComService.xml 854 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <objects xmlns="http://www.springframework.net">
  3. <description>Spring注入Service,容器指向Dao层封装的公用模块接口</description>
  4. <!--通用大数据管理-->
  5. <object id="MES.Production.Service.Com.Content" type="MES.Production.Service.ServiceImp.ContentManage,MES.Production.Service" singleton="false">
  6. </object>
  7. <!--通用附件下载管理-->
  8. <!--通用资料上传管理-->
  9. <!--通用快速导航管理-->
  10. <object id="MES.Production.Service.Com.WinIndex" type="MES.Production.Service.ServiceImp.WinIndexManage,MES.Production.Service" singleton="false">
  11. </object>
  12. <!--通用外部联系人管理-->
  13. <object id="MES.Production.Service.Com.CusContact" type="MES.Production.Service.ServiceImp.CusContactManage,MES.Production.Service" singleton="false">
  14. </object>
  15. </objects>