Fixed Voicenumber and Updated Voiceplan

This commit is contained in:
Frank Schubert
2023-11-14 20:15:06 +01:00
parent 003ab67145
commit cc4a751407
20 changed files with 232 additions and 662 deletions

View File

@@ -3,6 +3,10 @@
class VoiceplanModel {
public $name;
public $description;
public $source;
public $source_id;
public $increment_first;
public $increment;
public $create_by;
public $edit_by;