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