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>
|