Update configuration and state files; adjust microtime values and add CAIKnowledgeCDokumente junction entity with metadata and API documentation

This commit is contained in:
2026-03-11 20:48:35 +01:00
parent b2c391539d
commit c952fc40bc
9 changed files with 981 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
<?php
namespace Espo\Custom\Services;
use Espo\Services\Record;
/**
* Junction Service: CAIKnowledge ↔ CDokumente
*
* Handles business logic for the junction table.
*/
class CAIKnowledgeCDokumente extends Record
{
// Standard CRUD logic inherited from Record service
}