bms推送nc接口;
This commit is contained in:
+10
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user