ocritf.upm 801 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="gbk"?>
  2. <module name="pu">
  3. <public>
  4. <!-- ½Ó¿Ú -->
  5. <component priority="0" singleton="true" remote="true" tx="CMT" supportAlias="true">
  6. <interface>nc.itf.th.IThOcrService</interface>
  7. <implementation>nc.impl.th.ThOcrServiceImpl</implementation>
  8. </component>
  9. <component name="invoiceadd" accessProtected="false" remote="true" singleton="true" tx="CMT" supportAlias="true">
  10. <implementation>nc.impl.th.InvoiceAddImpl</implementation>
  11. </component>
  12. <component name="OrderAdd" accessProtected="false" remote="true" singleton="true" tx="CMT" supportAlias="true">
  13. <implementation>nc.impl.th.OrderAddImpl</implementation>
  14. </component>
  15. </public>
  16. </module>