销售模块-接口配置文件调整

This commit is contained in:
mzr 2025-04-14 14:46:57 +08:00
parent 6533f4405e
commit 56b27e4108
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,5 @@
<module>
<rest>
<resource classname="nccloud.openapi.so.m30.SaleOrderResource" exinfo="销售订单接口"/>
<resource classname="nccloud.api.so.saleinvoice.operator.saveCommitAction" exinfo="销售发票接口"/>
</rest>
</module>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding='gb2312'?>
<module>
<rest>
<resource classname="nccloud.api.so.saleinvoice.operator.saveCommitAction" exinfo="根据销售订单号、业务单元生成销售发票、开票申请 "/>
</rest>
</module>