Browse Source

upm文件更新

zthwr 1 year ago
parent
commit
73a92dce3a
1 changed files with 4 additions and 1 deletions
  1. 4 1
      xc/META-INF/xc.upm

+ 4 - 1
xc/META-INF/xc.upm

@@ -9,7 +9,10 @@
       <interface>u8c.itf.ic.ISafetystockInfo</interface>
       <implementation>u8c.impl.SafetystockInfoImpl</implementation>
     </component>
-    
+      <component priority="0" singleton="true" remote="true" tx="CMT" supportAlias="true">
+      <interface>u8c.itf.po.IDemandPurchaseRequisition</interface>
+      <implementation>u8c.impl.DemandPurchaseRequisitionImpl</implementation>
+    </component>
     
     <component name="custdocadd" priority="0" singleton="true" remote="true" tx="BMT" supportAlias="true">
        <implementation>u8c.impl.CustdocAddImpl</implementation>