| 12345678910111213141516171819 | 
							- <?xml version="1.0" encoding="gbk"?>
 
- <module name="pu">
 
- 	<public>
 
- 		    <!-- ½Ó¿Ú -->
 
- 		    <component priority="0" singleton="true" remote="true" tx="CMT" supportAlias="true">
 
- 	      <interface>nc.itf.th.IThOcrService</interface>
 
- 	      <implementation>nc.impl.th.ThOcrServiceImpl</implementation>
 
- 	    </component>
 
- 	 
 
-         
 
-         <component name="invoiceadd" accessProtected="false"  remote="true" singleton="true" tx="CMT" supportAlias="true">
 
-           <implementation>nc.impl.th.InvoiceAddImpl</implementation>
 
-         </component>
 
-         
 
-          <component name="OrderAdd" accessProtected="false"  remote="true" singleton="true" tx="CMT" supportAlias="true">
 
-           <implementation>nc.impl.th.OrderAddImpl</implementation>
 
-         </component>
 
- 	</public>
 
- </module>
 
 
  |