bms推送nc接口;

This commit is contained in:
王奎兴
2026-02-27 13:57:49 +08:00
parent 17c1751474
commit af4c93fd42
3 changed files with 53 additions and 1 deletions
@@ -509,4 +509,14 @@ public class BillManageDomainService {
public List<BillManage> billAnalysisList(QueryWrapper<BillManage> queryWrapper) {
return billManageService.list(queryWrapper);
}
public boolean synchronousNc(String businessDocumentDetaliIds)
{
return billManageService.synchronousNc(businessDocumentDetaliIds);
}
public boolean synchronousNcSK(String businessDocumentDetaliIds)
{
return billManageService.synchronousNcSK(businessDocumentDetaliIds);
}
}