添加到货检验单生成接口

This commit is contained in:
hefengkai 2024-10-16 17:35:20 +08:00
parent 9f0e7b5d09
commit 2125d4dce0
1 changed files with 4 additions and 0 deletions

View File

@ -5,5 +5,9 @@
<interface>nc.itf.pu.dhjyd.dhjydmaster.IDhjydMasterVOService</interface>
<implementation>nc.impl.pu.dhjyd.dhjydmaster.DhjydMasterVOServiceImpl</implementation>
</component>
<component priority="0" singleton="true" remote="true" tx="CMT" supportAlias="true">
<interface>nc.itf.pu.dhjyd.dhjydmaster.IArriveToDhjyd</interface>
<implementation>nc.impl.pu.dhjyd.dhjydmaster.ArriveToDhjydImpl</implementation>
</component>
</public>
</module>