소스 검색

upm文件更新

zthwr 1 년 전
부모
커밋
73a92dce3a
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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>